Skip to content

Commit

Permalink
Merge pull request #544 from cwoszczak/fix-trait-output
Browse files Browse the repository at this point in the history
fix mugration models output directory
  • Loading branch information
rneher authored May 23, 2020
2 parents acd0cd5 + 85b12a9 commit 968d157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion augur/traits.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ def run(args):

mugration_states = defaultdict(dict)
models = defaultdict(dict)
out_prefix = '.'.join(args.tree.split('.')[:-1])
out_prefix = '.'.join(args.output_node_data.split('.')[:-1])

from treetime import version as treetime_version
print(f"augur traits is using TreeTime version {treetime_version}")
Expand Down

0 comments on commit 968d157

Please sign in to comment.