mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-11 04:33:10 +00:00
Update modules/motus/downloaddb/main.nf
This commit is contained in:
parent
9a158acb50
commit
ec23ebc7c5
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ process MOTUS_DOWNLOADDB {
|
||||||
|
|
||||||
script:
|
script:
|
||||||
def args = task.ext.args ?: ''
|
def args = task.ext.args ?: ''
|
||||||
def software = ${motus_downloaddb.simpleName}_copy.py
|
def software = ${motus_downloaddb.simplename}_copy.py
|
||||||
"""
|
"""
|
||||||
## must copy script file to working directory,
|
## must copy script file to working directory,
|
||||||
## otherwise the reference_db will be download to bin folder
|
## otherwise the reference_db will be download to bin folder
|
||||||
|
|
Loading…
Reference in a new issue