mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2025-01-03 04:52:09 -05:00
Update modules/motus/downloaddb/main.nf
Co-authored-by: James A. Fellows Yates <jfy133@gmail.com>
This commit is contained in:
parent
2551201f43
commit
d247ef4a0d
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ process MOTUS_DOWNLOADDB {
|
||||||
path motus_downloaddb_script
|
path motus_downloaddb_script
|
||||||
|
|
||||||
output:
|
output:
|
||||||
path "db_mOTU" , emit: db
|
path "db_mOTU/" , emit: db
|
||||||
path "versions.yml" , emit: versions
|
path "versions.yml" , emit: versions
|
||||||
|
|
||||||
when:
|
when:
|
||||||
|
|
Loading…
Reference in a new issue