Skip to content
Snippets Groups Projects
Verified Commit ad343845 authored by nfontrod's avatar nfontrod
Browse files

subworkflows/local/hicstuff_sub.nf: update

parent 40694c85
No related branches found
No related tags found
No related merge requests found
...@@ -96,9 +96,7 @@ workflow HICSTUFF_SUB { ...@@ -96,9 +96,7 @@ workflow HICSTUFF_SUB {
} }
else { else {
// BOWTIE2_ALIGNMENT.out.bam.set{ ch_bam } BOWTIE2_ALIGNMENT.out.bam.set{ ch_bam }
SAMTOOLS_SORT_N(BOWTIE2_ALIGNMENT.out.bam)
SAMTOOLS_SORT_N.out.bam.set{ ch_bam }
ch_bam.combine(ch_bam) ch_bam.combine(ch_bam)
.map { .map {
...@@ -107,7 +105,6 @@ workflow HICSTUFF_SUB { ...@@ -107,7 +105,6 @@ workflow HICSTUFF_SUB {
}.set{ new_ch_bam } }.set{ new_ch_bam }
} }
new_ch_bam.view()
BAM2PAIRS( BAM2PAIRS(
new_ch_bam, new_ch_bam,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment