mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
fix the typo of motus_downloadb.
This commit is contained in:
parent
b14f30936e
commit
250d64dfde
1 changed files with 2 additions and 2 deletions
|
@ -18,12 +18,12 @@ 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_script.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
|
||||||
## other than current directory
|
## other than current directory
|
||||||
cp $motus_downloaddb ${software}
|
cp $motus_downloaddb_script ${software}
|
||||||
python ${software} \\
|
python ${software} \\
|
||||||
$args \\
|
$args \\
|
||||||
-t $task.cpus
|
-t $task.cpus
|
||||||
|
|
Loading…
Reference in a new issue