OpenTreeOfLife / otindex

opentree index using postgres and pyramid
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

Ensure that otindex handles script-managed trees without error #53

Open kcranston opened 4 years ago

kcranston commented 4 years ago

For example https://github.com/OpenTreeOfLife/phylesystem-0/tree/master/study/tt_17/tt_217

snacktavish commented 4 years ago

On first pass - appears to behave more or less OK:

curl -X POST https://devapi.opentreeoflife.org/v3/studies/find_studies -H "content-type:application/json" -d '{"property":"ot:studyId","value":"tt_217","verbose":true}'

Returns the study metadata,

Searching for trees

returns []

Which... is maybe what one should expect?