Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
amunoz
structuralvariants_poc
Commits
e6f71ceb
Commit
e6f71ceb
authored
Jun 23, 2022
by
Adrián Muñoz
Committed by
lrodrin
Jun 23, 2022
Browse files
Param added to cnv_gridss
parent
9f6f3a6f
Changes
2
Hide whitespace changes
Inline
Side-by-side
structuralvariants/nextflow/main.nf
View file @
e6f71ceb
...
...
@@ -157,6 +157,7 @@ workflow {
SUB_CNV_GRIDSS (
SUB_BAM_FILTERING.out.collect(),
samples,
reference_fasta,
indexFiles,
blacklist,
structural_variants_script,
...
...
structuralvariants/nextflow/subworkflows/cnv_gridss.nf
View file @
e6f71ceb
...
...
@@ -26,6 +26,7 @@ workflow SUB_CNV_GRIDSS {
bams
samples
reference_genome
indexs
max_len
min_len
min_q
...
...
@@ -33,6 +34,7 @@ workflow SUB_CNV_GRIDSS {
main:
GRIDSS(bams,
reference_genome,
indexs,
blacklist)
STRUCTURAL_VARIANTS( GRIDSS.out, structural_variants_script )
GRIDSS_FILTER( gridss_filter_script, STRUCTURAL_VARIANTS.out, samples, max_len, min_len, min_q )
...
...
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