mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 11:08:17 +00:00
Update modules/motus/downloaddb/main.nf
Co-authored-by: James A. Fellows Yates <jfy133@gmail.com>
This commit is contained in:
parent
ee04fc2737
commit
f1f1df984c
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ process MOTUS_DOWNLOADDB {
|
||||||
## other than current directory
|
## other than current directory
|
||||||
cp $motus_downloaddb ${motus_downloaddb.simpleName}_copy.py
|
cp $motus_downloaddb ${motus_downloaddb.simpleName}_copy.py
|
||||||
python ${motus_downloaddb.simpleName}_copy.py \\
|
python ${motus_downloaddb.simpleName}_copy.py \\
|
||||||
|
$args \\
|
||||||
-t $task.cpus
|
-t $task.cpus
|
||||||
## clean up
|
## clean up
|
||||||
rm ${motus_downloaddb.simpleName}_copy.py
|
rm ${motus_downloaddb.simpleName}_copy.py
|
||||||
|
|
Loading…
Reference in a new issue