We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
curl -X POST https://api.opentreeoflife.org/cached/v3/studies/find_trees -H "content-type:application/json" -d '{"property":"ot:branchLengthTimeUnit","value":"Myr","verbose":true}' | jq > timetrees.json
Includes: matched_studies": [ { "ot:studyId": "ot_615", "ot:studyPublicationReference": "Hsiu-Chin Lin, Jens T. Høeg, Yoichi Yusa, Benny K.K. Chan, 2015, 'The origins and evolution of dwarf males and habitat use in thoracican barnacles', Molecular Phylogenetics and Evolution, vol. 91, pp. 1-11", "ot:curatorName": [ "Christine Ewers-Saucedo" ], "ot:studyYear": 2015, "ot:focalClade": 580066, "ot:focalCladeOTTTaxonName": "Thoracica", "ot:dataDeposit": "", "ot:studyPublication": "http://dx.doi.org/10.1016/j.ympev.2015.04.026", "ot:tag": [], "matched_trees": [ { "ot:treeId": "Tr76459", "ot:studyId": "ot_615", "ot:proposedForSynthesis": true, "@Label": "Bayesian MCC", "ot:branchLengthMode": "ot:changesCount", "ot:branchLengthDescription": "" } ] },
Which is not in Myr
The text was updated successfully, but these errors were encountered:
No branches or pull requests
curl -X POST https://api.opentreeoflife.org/cached/v3/studies/find_trees -H "content-type:application/json" -d '{"property":"ot:branchLengthTimeUnit","value":"Myr","verbose":true}' | jq > timetrees.json
Includes:
matched_studies": [
{
"ot:studyId": "ot_615",
"ot:studyPublicationReference": "Hsiu-Chin Lin, Jens T. Høeg, Yoichi Yusa, Benny K.K. Chan, 2015, 'The origins and evolution of dwarf males and habitat use in thoracican barnacles', Molecular Phylogenetics and Evolution, vol. 91, pp. 1-11",
"ot:curatorName": [
"Christine Ewers-Saucedo"
],
"ot:studyYear": 2015,
"ot:focalClade": 580066,
"ot:focalCladeOTTTaxonName": "Thoracica",
"ot:dataDeposit": "",
"ot:studyPublication": "http://dx.doi.org/10.1016/j.ympev.2015.04.026",
"ot:tag": [],
"matched_trees": [
{
"ot:treeId": "Tr76459",
"ot:studyId": "ot_615",
"ot:proposedForSynthesis": true,
"@Label": "Bayesian MCC",
"ot:branchLengthMode": "ot:changesCount",
"ot:branchLengthDescription": ""
}
]
},
Which is not in Myr
The text was updated successfully, but these errors were encountered: