Merge branch 'motus_downloaddb' of github.com:jianhong/modules into motus_downloaddb

This commit is contained in:
JIANHONG OU 2022-05-02 08:19:16 -04:00
commit f1e4591468

View file

@ -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