mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-13 05:13:09 +00:00
Fix commented-out command
This commit is contained in:
parent
6a9f2077cf
commit
8db0b754c0
1 changed files with 3 additions and 3 deletions
|
@ -37,9 +37,9 @@ process ANTISMASH_ANTISMASHLITEDOWNLOADDATABASES {
|
|||
def args = task.ext.args ?: ''
|
||||
conda = params.enable_conda
|
||||
"""
|
||||
#download-antismash-databases \\
|
||||
# --database-dir antismash_db \\
|
||||
# $args
|
||||
download-antismash-databases \\
|
||||
--database-dir antismash_db \\
|
||||
$args
|
||||
|
||||
if [[ $conda = false ]]; \
|
||||
then \
|
||||
|
|
Loading…
Reference in a new issue