Skip to content

Commit

Permalink
rename output folders
Browse files Browse the repository at this point in the history
  • Loading branch information
mahesh-panchal committed Oct 11, 2023
1 parent 3a6ebbe commit 93294a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/abinitio_training_modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ process {
withName: 'SPLIT_MAKER_EVIDENCE' {
ext.args = ''
publishDir = [
path: { "${params.outdir}/${publish_subdir}/" },
path: { "${params.outdir}/${publish_subdir}/split_evidence" },
mode: params.publishDir_mode,
saveAs: { filename -> filename.equals('versions.yml') ? null : filename }
]
Expand Down Expand Up @@ -110,7 +110,7 @@ process {
}
withName: 'RANK_AUGUSTUS_MODELS' {
publishDir = [
path: { "${params.outdir}/${publish_subdir}/summary" }
path: { "${params.outdir}/${publish_subdir}/augustus_sweep_summary" }
]
}
withName: 'CONVERT_GFF2ZFF' {
Expand Down

0 comments on commit 93294a1

Please sign in to comment.