Skip to content

Commit 6ecfdfe

Browse files
committed
Publish the JSON file for reuse
1 parent 2ad0dc1 commit 6ecfdfe

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

conf/modules.config

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,14 @@ process {
156156
]
157157
}
158158

159+
withName: "JSONIFY_TAXDUMP" {
160+
publishDir = [
161+
path: { "${params.outdir}/resources" },
162+
mode: params.publish_dir_mode,
163+
saveAs: { filename -> filename.equals("versions.yml") ? null : filename }
164+
]
165+
}
166+
159167
withName: 'MULTIQC' {
160168
ext.args = { params.multiqc_title ? "--title \"$params.multiqc_title\"" : '' }
161169
publishDir = [

0 commit comments

Comments
 (0)