Update tools/bowtie2/main.nf

This commit is contained in:
Phil Ewels 2020-07-11 13:27:05 +02:00 committed by GitHub
parent ccea438b49
commit 2fee617b5b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,7 +45,6 @@ process BOWTIE2 {
index = params.genome["bowtie2"]
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")
"""
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
"""