Skip to content

Commit

Permalink
Update extract.py
Browse files Browse the repository at this point in the history
Mark MAFFT as "not used" when clustering is skipped during `extract`
  • Loading branch information
edgardomortiz committed Feb 16, 2024
1 parent 176c617 commit c0b66f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions captus/extract.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ def extract(full_command, args):
else:
skip_clustering = True
mmseqs_version, mmseqs_status = "", "not used"
mafft_version, mafft_status = "", "not used"

log.log(f'{"Dependencies":>{mar}}:')
log.log(format_dep_msg(f'{"Scipio ":>{mar}}: ', scipio_version, scipio_status))
Expand Down

0 comments on commit c0b66f2

Please sign in to comment.