Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Register
Sign in
Toggle navigation
Menu
TransBioNet
structuralvariants_poc
Commits
6f16906b
Commit
6f16906b
authored
2 years ago
by
lrodrig1
Browse files
Options
Download
Patches
Plain Diff
minor changes in main.nf
parent
1343d467
master
feature_add_cpus_memory
feature_add_sampleID_results
wfexs
1.1.3
1.1.2
1.1.1
1.1.0
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
structuralvariants/nextflow/main.nf
+4
-10
structuralvariants/nextflow/main.nf
with
4 additions
and
10 deletions
+4
-10
structuralvariants/nextflow/main.nf
+
4
−
10
View file @
6f16906b
...
...
@@ -96,24 +96,18 @@ workflow {
SUB_SAMTOOLS_SORT.out.unpairedR2
)
SAMTOOLS_INDEX(
SAMTOOLS_MERGE.out.output
)
SAMTOOLS_INDEX(SAMTOOLS_MERGE.out.output)
SUB_PICARD_MARKDUPLICATES(
SUB_SAMTOOLS_INDEX.out.output
)
SUB_PICARD_MARKDUPLICATES(SAMTOOLS_INDEX.out.output)
SUB_BAM_FILTERING(
SUB_PICARD_MARKDUPLICATES.out.alignments
)
SUB_BAM_FILTERING(SUB_PICARD_MARKDUPLICATES.out.alignments)
bamsChr = SUB_BAM_FILTERING.out
refChr = reference_fasta.combine(indexFiles)
bedChr = bed.combine(bed_tbi)
bamsbedChr = bamsChr.combine(bedChr)
cnvChr = bamsbedChr.combine(refChr)
cnv_manta_results = Channel.empty()
cnv_gridss_results = Channel.empty()
cnv_exomedepth_results = Channel.empty()
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets