mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
Apply suggestions from code review
This commit is contained in:
parent
a2104ca3b9
commit
23c2fd8520
1 changed files with 0 additions and 3 deletions
|
@ -45,10 +45,7 @@ process BOWTIE2 {
|
||||||
index = params.genome["bowtie2"]
|
index = params.genome["bowtie2"]
|
||||||
bowtie2_name = name + "_" + params.genome["name"]
|
bowtie2_name = name + "_" + params.genome["name"]
|
||||||
|
|
||||||
println ("bowtie2 -x ${index} -p ${cores} ${bowtie2_options} ${readString} 2>${bowtie2_name}_bowtie2_stats.txt | samtools view -bS -F 4 -F 8 -F 256 -> ${bowtie2_name}_bowtie2.bam")
|
|
||||||
"""
|
"""
|
||||||
module load bowtie2
|
|
||||||
module load samtools
|
|
||||||
bowtie2 -x ${index} -p ${cores} ${bowtie2_options} ${readString} 2>${bowtie2_name}_bowtie2_stats.txt | samtools view -bS -F 4 -F 8 -F 256 -> ${bowtie2_name}_bowtie2.bam
|
bowtie2 -x ${index} -p ${cores} ${bowtie2_options} ${readString} 2>${bowtie2_name}_bowtie2_stats.txt | samtools view -bS -F 4 -F 8 -F 256 -> ${bowtie2_name}_bowtie2.bam
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue