Skip to content

Commit

Permalink
update modules config
Browse files Browse the repository at this point in the history
  • Loading branch information
ggabernet committed Aug 20, 2024
1 parent 3145022 commit 79234af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions conf/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -159,22 +159,22 @@ process {
ext.args2 = '-f ID PRIMER ERROR --outname cregion_alignment'
}

withName: PRESTO_MASKPRIMERS_EXTRACT {
withName: 'PRESTO_MASKPRIMERS_EXTRACT*' {
publishDir = [
path: { "${params.outdir}/presto/02-maskprimers/${meta.id}" },
mode: params.publish_dir_mode,
pattern: "*{txt,log,tab}"
]
ext.args = '--barcode --bf BARCODE'
ext.args2 = '-f ID PRIMER ERROR PRSTART'
}

withName: PRESTO_MASKPRIMERS_POSTASSEMBLY_SANS_UMI {
withName: 'PRESTO_MASKPRIMERS_SCORE_SANSUMI*' {
publishDir = [
path: { "${params.outdir}/presto/03-maskprimers/${meta.id}" },
mode: params.publish_dir_mode,
pattern: "*{txt,log,tab}"
]
ext.args2 = '-f ID PRIMER ERROR'
}

withName: PRESTO_PAIRSEQ {
Expand Down

0 comments on commit 79234af

Please sign in to comment.