Skip to content

Commit

Permalink
Merge pull request #1273: Remove extra TreeTime version check
Browse files Browse the repository at this point in the history
  • Loading branch information
victorlin committed Aug 8, 2023
2 parents f9e5d7c + fa08a94 commit c4d07c7
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions augur/ancestral.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,13 +180,6 @@ def run(args):
else:
aln = args.alignment

# Enforce treetime 0.7 or later
from distutils.version import StrictVersion
import treetime
if StrictVersion(treetime.version) < StrictVersion('0.7.0'):
print("ERROR: this version of augur requires TreeTime 0.7 or later.", file=sys.stderr)
return 1

# Infer ambiguous bases if the user has requested that we infer them (either
# explicitly or by default) and the user has not explicitly requested that
# we keep them.
Expand Down

0 comments on commit c4d07c7

Please sign in to comment.