I think I am forgetting something important, potentially related to Nexson versions.
I want to find out what trees are in any given study, without clicking on them in the curator.
TreesById seems like the place to look
e.g.
But if I get the study from the api
e.g.
curl https://api.opentreeoflife.org/v3/study/ot_1003 > ot_1003_api.json
But "TreesById" does not seem to be there anywhere...
grep treesById ot_1003_api.json
References to the tree I am looking for (Tr100304) seem to only be buried in the annotations. Pointers?
I think I am forgetting something important, potentially related to Nexson versions.
I want to find out what trees are in any given study, without clicking on them in the curator.
TreesById seems like the place to look
e.g.
phylesystem-1/study/ot_03/ot_1003/ot_1003.json
Line 11700 in c33806c
But if I get the study from the api
e.g.
curl https://api.opentreeoflife.org/v3/study/ot_1003 > ot_1003_api.jsonBut "TreesById" does not seem to be there anywhere...
grep treesById ot_1003_api.jsonReferences to the tree I am looking for (Tr100304) seem to only be buried in the annotations. Pointers?