We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a7c685 commit aaa981aCopy full SHA for aaa981a
config/modules.config
@@ -93,9 +93,9 @@ process {
93
process {
94
withName: RENAME_FASTA {
95
publishDir = [
96
- path: "${params.outdir}",
+ path: "${params.outdir}/additional_data/intermediate_files",
97
pattern: "*.tsv",
98
- saveAs: { "additional_data/intermediate_files/renamed_genomes_name_mapping.tsv" },
+ saveAs: { "renamed_genomes_name_mapping.tsv" },
99
mode: 'copy',
100
enabled: !params.update_catalogue_path ? true : false,
101
failOnError: true
0 commit comments