Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
cnvCallerGPU
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gad-public
cnvCallerGPU
Commits
cafc96e2
Commit
cafc96e2
authored
Nov 07, 2024
by
Theo Serralta
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Missing argument display_results_vcf
parent
9468f249
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
cnv_sv_caller_gpu.py
cnv_sv_caller_gpu.py
+1
-1
No files found.
cnv_sv_caller_gpu.py
View file @
cafc96e2
...
...
@@ -2318,7 +2318,7 @@ def main_calcul(
segmentation
(
events
,
segment
,
chr
)
# Appel fonction display_results_vcf
display_results_vcf
(
sample
,
segment
,
signal
,
lengthFilter
,
output_file
,
chr
)
display_results_vcf
(
sample
,
segment
,
signal
,
lengthFilter
,
output_file
,
chr
,
normalize_depth_results
)
# #Ecrire les résultats dans le fichier de sortie
# with open(output_file, 'a') as f:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment