-
Notifications
You must be signed in to change notification settings - Fork 1
Description
The nexsons include a property called ^ot:curatedType. In the UI, this is called 'Inference method'. It is currently a pulldown that provides various inference options (Bayesian inference, Maximum Likelihood, Maximum Parsimony, etc) but it used to be a free text field. As you might expect, the field is full of all sorts of free-form descriptions for trees, including software used, Figure numbers, genes used, consensus methods, etc.
If you want to see the list of values, there is a peyotl script for that:
$ python ot_phylesystem_list_property_values.py --set --tree ^ot:curatedType
It would be nice to clean up this field, moving non-standard values into another field (@description, perhaps?) and possibly renaming the field to ^ot:inferenceMethod to match both the UI and the search term for the find_trees API call. Related to the discussion on this otttreeindex issue.