Skip to content

Commit aaa981a

Browse files
committed
Moved path
1 parent 5a7c685 commit aaa981a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/modules.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@ process {
9393
process {
9494
withName: RENAME_FASTA {
9595
publishDir = [
96-
path: "${params.outdir}",
96+
path: "${params.outdir}/additional_data/intermediate_files",
9797
pattern: "*.tsv",
98-
saveAs: { "additional_data/intermediate_files/renamed_genomes_name_mapping.tsv" },
98+
saveAs: { "renamed_genomes_name_mapping.tsv" },
9999
mode: 'copy',
100100
enabled: !params.update_catalogue_path ? true : false,
101101
failOnError: true

0 commit comments

Comments
 (0)