mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-13 05:13:09 +00:00
Update tools/bowtie2/main.nf
This commit is contained in:
parent
a526551300
commit
ccea438b49
1 changed files with 0 additions and 2 deletions
|
@ -47,8 +47,6 @@ process BOWTIE2 {
|
|||
|
||||
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
|
||||
"""
|
||||
|
||||
|
|
Loading…
Reference in a new issue