mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
Update tools/hisat2/main.nf
This commit is contained in:
parent
23c2fd8520
commit
7ef2a97882
1 changed files with 1 additions and 3 deletions
|
@ -52,9 +52,7 @@ process HISAT2 {
|
|||
hisat_name = name + "_" + params.genome["name"]
|
||||
|
||||
"""
|
||||
module load hisat2
|
||||
module load samtools
|
||||
hisat2 -p ${cores} ${hisat_options} -x ${index} ${splices} ${readString} 2>${hisat_name}_hisat2_stats.txt | samtools view -bS -F 4 -F 8 -F 256 -> ${hisat_name}_hisat2.bam
|
||||
"""
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue