Skip to content

Commit cdfb98b

Browse files
committed
Fix config error
1 parent caad7fa commit cdfb98b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

subworkflows/local/align_star/nextflow.config

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,10 @@ if (!params.skip_alignment && params.aligner == 'star_salmon') {
3636
generateStarAlignArgs(params.save_unaligned, params.contaminant_screening, params.extra_star_align_args + ' --quantTranscriptomeSAMoutput BanSingleEnd')
3737
}
3838
}
39-
withName: 'ALIGN_STAR:STAR_ALIGN_IGENOMES' {
39+
withName: '.*:ALIGN_STAR:STAR_ALIGN_IGENOMES' {
4040
ext.args = {
4141
generateStarAlignArgs(params.save_unaligned, params.contaminant_screening, params.extra_star_align_args + ' --quantTranscriptomeBan Singleend')
4242
}
43-
4443
}
4544
withName: '.*:ALIGN_STAR:STAR_ALIGN|.*:ALIGN_STAR:STAR_ALIGN_IGENOMES' {
4645

0 commit comments

Comments
 (0)