Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
zheminzhou committed Oct 15, 2019
1 parent 9f5bde7 commit 30fbfea
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions module/MSTrees.py
Original file line number Diff line number Diff line change
Expand Up @@ -662,6 +662,12 @@ def backend(**args) :
'''
global params
params.update(args)
if params['method'] == 'MSTreeV2' :
params['method'] = 'MSTree'
params['matrix_type'] = 'asymmetric'
params['heuristic'] = 'harmonic'
params['branch_recraft'] = True

if params['wgMLST'] and params['matrix_type'] == 'asymmetric' :
matrix_type = 'asymmetric_wgMLST'

Expand Down

0 comments on commit 30fbfea

Please sign in to comment.