Skip to content

Commit

Permalink
rm unnecessary results dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
ggabernet committed Feb 7, 2023
1 parent 85f7f2b commit e5a1077
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion conf/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,14 @@ process {
ext.args = '--quiet'
}

withName: 'MERGE_UMI' {
publishDir = [
[
enabled: false
]
]
}

// -----------------
// sequence assembly
// -----------------
Expand Down Expand Up @@ -264,6 +272,14 @@ process {
]
}

withName: 'UNZIP_DB' {
publishDir = [
[
enabled: false
]
]
}

withName: CHANGEO_CONVERTDB_FASTA_FROM_AIRR {
publishDir = [
path: { "${params.outdir}/vdj_annotation/convert-db/${meta.id}" },
Expand Down Expand Up @@ -442,7 +458,7 @@ process {

withName: PARSE_LOGS {
publishDir = [
path: { "${params.outdir}/parsed-logs" },
path: { "${params.outdir}/parsed_logs" },
mode: params.publish_dir_mode,
saveAs: { filename -> filename.equals('versions.yml') ? null : filename }
]
Expand Down

0 comments on commit e5a1077

Please sign in to comment.