mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2025-01-03 04:52:09 -05:00
Merge branch 'motus_downloaddb' of github.com:jianhong/modules into motus_downloaddb
This commit is contained in:
commit
9a158acb50
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ process MOTUS_DOWNLOADDB {
|
||||||
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 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
|
||||||
## other than current directory
|
## other than current directory
|
||||||
cp $motus_downloaddb ${software}
|
cp $motus_downloaddb ${software}
|
||||||
|
|
Loading…
Reference in a new issue