Update modules/motus/downloaddb/main.nf

This commit is contained in:
James A. Fellows Yates 2022-04-17 21:17:59 +02:00 committed by GitHub
parent 9a158acb50
commit ec23ebc7c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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