diff --git a/modules/antismash/antismashlite/main.nf b/modules/antismash/antismashlite/main.nf index 645e389f..6f1c0fcd 100644 --- a/modules/antismash/antismashlite/main.nf +++ b/modules/antismash/antismashlite/main.nf @@ -63,7 +63,7 @@ process ANTISMASH_ANTISMASHLITE { cat <<-END_VERSIONS > versions.yml "${task.process}": - antismash: \$(antismash --version | sed 's/antiSMASH //') + antismash-lite: \$(antismash --version | sed 's/antiSMASH //') END_VERSIONS """ }