This repository has been archived by the owner on Nov 9, 2023. It is now read-only.
parallel_align_seqs_pynast.py gives a misleading error message when pynast is not installed #2097
Labels
Milestone
You can recreate this by removing
pynast
from your path and running:parallel_align_seqs_pynast.py -h
The output will be:
optparse.OptionValueError: option --pairwise_alignment_method: invalid choice: 'uclust' (choose from )
Reasonably a good install will have PyNAST, but if we are going to have an error here it should at least make sense.
The text was updated successfully, but these errors were encountered: