Skip to content

Commit

Permalink
Merge pull request #140 from nf-core/139-doublet_removal-publishdir-e…
Browse files Browse the repository at this point in the history
…rror

Fix typo
  • Loading branch information
nictru authored Jan 17, 2025
2 parents 07752cd + bedf155 commit 3efed77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ process {
path: { "${params.outdir}/preprocess/doublet_detection" },
mode: params.publish_dir_mode,
enabled: params.save_intermediates,
saveAs: { filename -> filename.equals('versions.yml') && nullfilfilename.endsWith('.json') ? filename : null }
saveAs: { filename -> filename.equals('versions.yml') || filename.endsWith('.json') ? null : filename }
]
}

Expand Down

0 comments on commit 3efed77

Please sign in to comment.