Skip to content

Commit 4138270

Browse files
committed
tiny fix
1 parent e8459aa commit 4138270

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workflows/rnaseq/nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ if (!params.skip_alignment) {
283283
]
284284
}
285285

286-
withName: '.*:BAM_DEDUP_STATS_SAMTOOLS_UMITOOLS_(GEN_TRANSCRIP)TOME:UMITOOLS' {
286+
withName: '.*:BAM_DEDUP_STATS_SAMTOOLS_UMITOOLS_(GEN_TRANSCRIPT)OME:UMITOOLS' {
287287
publishDir = [
288288
[
289289
path: { "${params.outdir}/${params.aligner}/umitools" },

0 commit comments

Comments
 (0)