OpenTreeOfLife / taxomachine

taxonomy graphdb
Other
7 stars 4 forks source link

TNRS context -- return ottol id of context name #19

Closed blackrim closed 11 years ago

blackrim commented 11 years ago

It is necessary to have to context ottol id for adding new taxa from phylografter.

chinchliff commented 11 years ago

It is now available in the property "context_rootnode_ottol_id". Example curl call below.

curl -X POST http://opentree-dev.bio.ku.edu:7476/db/data/ext/TNRS/graphdb/getContextForNames -H "Content-type:Application/json" -d '{"queryString":"Carex,Ipomoea"}'

blackrim commented 11 years ago

Excellent! thanks

On Tue, Apr 9, 2013 at 4:43 PM, chinchliff notifications@github.com wrote:

It is now available in the property "context_rootnode_ottol_id". Example curl call below.

curl -X POST http://opentree-dev.bio.ku.edu:7476/db/data/ext/TNRS/graphdb/getContextForNames-H "Content-type:Application/json" -d '{"queryString":"Carex,Ipomoea"}'

— Reply to this email directly or view it on GitHubhttps://github.com/OpenTreeOfLife/taxomachine/issues/19#issuecomment-16138816 .