Skip to content

Commit f99460d

Browse files
committed
Update option for new STAR
1 parent a7983ec commit f99460d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

subworkflows/local/align_star/nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ if (!params.skip_alignment && params.aligner == 'star_salmon') {
2020
--outFilterMultimapNmax 20
2121
--alignSJDBoverhangMin 1
2222
--outSAMattributes NH HI AS NM MD
23-
--quantTranscriptomeBan Singleend
23+
--quantTranscriptomeSAMoutput BanSingleEnd
2424
--outSAMstrandField intronMotif
2525
${params.save_unaligned || params.contaminant_screening ? '--outReadsUnmapped Fastx' : ''}
2626
""".trim())

0 commit comments

Comments
 (0)