mirror of
https://github.com/MillironX/taxprofiler.git
synced 2024-11-25 06:19:54 +00:00
add mOTUs to modules.config
This commit is contained in:
parent
4d77b47e8d
commit
f0eb88cbe2
1 changed files with 14 additions and 0 deletions
|
@ -337,6 +337,20 @@ process {
|
|||
]
|
||||
}
|
||||
|
||||
withName: MOTUS_DOWNLOADDB {
|
||||
publishDir = [
|
||||
path: { "${params.outdir}/motus/db/${meta.db_name}" },
|
||||
mode: params.publish_dir_mode
|
||||
]
|
||||
}
|
||||
|
||||
withName: MOTUS_PROFILE {
|
||||
publishDir = [
|
||||
path: { "${params.outdir}/motus/${meta.db_name}" },
|
||||
mode: params.publish_dir_mode
|
||||
]
|
||||
}
|
||||
|
||||
withName: CUSTOM_DUMPSOFTWAREVERSIONS {
|
||||
publishDir = [
|
||||
path: { "${params.outdir}/pipeline_info" },
|
||||
|
|
Loading…
Reference in a new issue