Update modules/motus/downloaddb/main.nf

Co-authored-by: James A. Fellows Yates <jfy133@gmail.com>
This commit is contained in:
JIANHONG OU 2022-04-17 11:19:58 -04:00 committed by GitHub
parent 32d5257def
commit 51214d655b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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