Skip to content
Snippets Groups Projects
Unverified Commit 0ab23187 authored by Nicolas Servant's avatar Nicolas Servant Committed by GitHub
Browse files

Update modules/local/hicpro/bowtie2_merge.nf

parent e593d7d9
No related branches found
No related tags found
No related merge requests found
...@@ -24,7 +24,7 @@ process MERGE_BOWTIE2{ ...@@ -24,7 +24,7 @@ process MERGE_BOWTIE2{
${bam1} ${bam2} ${bam1} ${bam2}
samtools sort -@ ${task.cpus} -m 800M \\ samtools sort -@ ${task.cpus} -m 800M \\
-n \\ -n \\
-o ${prefix}_bwt2merged.sorted.bam \\ -o ${prefix}_bwt2merged.sorted.bam \\
${prefix}_bwt2merged.bam ${prefix}_bwt2merged.bam
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment