mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 11:08:17 +00: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
|
||||
|
||||
output:
|
||||
path "db_mOTU" , emit: db
|
||||
path "db_mOTU/" , emit: db
|
||||
path "versions.yml" , emit: versions
|
||||
|
||||
when:
|
||||
|
|
Loading…
Reference in a new issue