Skip to content

Commit

Permalink
Fix config error
Browse files Browse the repository at this point in the history
  • Loading branch information
pinin4fjords committed Oct 22, 2024
1 parent caad7fa commit cdfb98b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions subworkflows/local/align_star/nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,10 @@ if (!params.skip_alignment && params.aligner == 'star_salmon') {
generateStarAlignArgs(params.save_unaligned, params.contaminant_screening, params.extra_star_align_args + ' --quantTranscriptomeSAMoutput BanSingleEnd')
}
}
withName: 'ALIGN_STAR:STAR_ALIGN_IGENOMES' {
withName: '.*:ALIGN_STAR:STAR_ALIGN_IGENOMES' {
ext.args = {
generateStarAlignArgs(params.save_unaligned, params.contaminant_screening, params.extra_star_align_args + ' --quantTranscriptomeBan Singleend')
}

}
withName: '.*:ALIGN_STAR:STAR_ALIGN|.*:ALIGN_STAR:STAR_ALIGN_IGENOMES' {

Expand Down

0 comments on commit cdfb98b

Please sign in to comment.