Skip to content

Commit

Permalink
check if mafft is installed
Browse files Browse the repository at this point in the history
  • Loading branch information
luissian authored and saramonzon committed Apr 11, 2024
1 parent d9269ce commit 042dcb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taranis/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ def allele_calling(
cpus: int,
):
_ = taranis.utils.check_additional_programs_installed(
[["blastn", "-version"], ["makeblastdb", "-version"]]
[["blastn", "-version"], ["makeblastdb", "-version"],["mafft", "--version"]]
)
schema_ref_files = taranis.utils.get_files_in_folder(reference, "fasta")
if len(schema_ref_files) == 0:
Expand Down

0 comments on commit 042dcb3

Please sign in to comment.