Skip to content

Commit b4adaf5

Browse files
authored
Update modules.config - missing ncbi
1 parent ce48c7a commit b4adaf5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

conf/modules.config

+8
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,14 @@ process {
373373
]
374374
}
375375

376+
withName: CREATE_NCBI_UPLOAD_SHEET {
377+
publishDir = [
378+
path: { "${params.outdir}" },
379+
mode: 'copy',
380+
pattern: "*{*.xlsx}"
381+
]
382+
}
383+
376384
withName: CUSTOM_DUMPSOFTWAREVERSIONS {
377385
publishDir = [
378386
path: { "${params.outdir}/pipeline_info" },

0 commit comments

Comments
 (0)