Update tools/hisat2/main.nf

This commit is contained in:
Phil Ewels 2020-07-11 13:28:41 +02:00 committed by GitHub
parent 23c2fd8520
commit 7ef2a97882
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
"""
}
}