We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f45104 commit 68fa27dCopy full SHA for 68fa27d
1 file changed
main.nf
@@ -802,7 +802,7 @@ process bwamem {
802
fasta = "${index}/*.fasta"
803
size = "${params.large_ref}" ? '-c' : ''
804
805
- if (!params.singleEnd && skip_collapse ){
+ if (!params.singleEnd && params.skip_collapse){
806
"""
807
bwa mem -t ${task.cpus} $fasta ${reads[0]} ${reads[1]} -R "@RG\\tID:ILLUMINA-${prefix}\\tSM:${prefix}\\tPL:illumina" | samtools sort -@ ${task.cpus} -O bam - > "${prefix}".sorted.bam
808
samtools index "${size}" -@ ${task.cpus} "${prefix}".sorted.bam
0 commit comments