mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
Update modules/motus/downloaddb/main.nf
Co-authored-by: James A. Fellows Yates <jfy133@gmail.com>
This commit is contained in:
parent
32d5257def
commit
51214d655b
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ process MOTUS_DOWNLOADDB {
|
|||
script:
|
||||
def args = task.ext.args ?: ''
|
||||
"""
|
||||
## must copy file to working directory,
|
||||
## must copy script file to working directory,
|
||||
## otherwise the reference_db will be download to bin folder
|
||||
## other than current directory
|
||||
cp $motus_downloaddb ${motus_downloaddb.simpleName}_copy.py
|
||||
|
|
Loading…
Reference in a new issue