You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
kd528@kd528-mac ~/Documents/Temp120218/6.DataIndependence $ stk data_ind -o dataInd.txt -n 6.CicadaDataInd.phyml 5.CicadaFinalSubbed.phyml
Traceback (most recent call last):
File "/usr/local/bin/stk", line 2399, in
main()
File "/usr/local/bin/stk", line 594, in main
args.func(args)
File "/usr/local/bin/stk", line 710, in data_ind
except supertree_toolkit.NotUniqueError as detail:
AttributeError: 'module' object has no attribute 'NotUniqueError'
Easy fix. Check for other instances.
The text was updated successfully, but these errors were encountered:
kd528@kd528-mac ~/Documents/Temp120218/6.DataIndependence $ stk data_ind -o dataInd.txt -n 6.CicadaDataInd.phyml 5.CicadaFinalSubbed.phyml
Traceback (most recent call last):
File "/usr/local/bin/stk", line 2399, in
main()
File "/usr/local/bin/stk", line 594, in main
args.func(args)
File "/usr/local/bin/stk", line 710, in data_ind
except supertree_toolkit.NotUniqueError as detail:
AttributeError: 'module' object has no attribute 'NotUniqueError'
Easy fix. Check for other instances.
The text was updated successfully, but these errors were encountered: