Fix commented-out command

This commit is contained in:
Jasmin F 2022-05-02 16:56:39 +02:00 committed by GitHub
parent 6a9f2077cf
commit 8db0b754c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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