Skip to content

Open Tree of Life APIs

Emily Jane McTavish edited this page Dec 17, 2019 · 70 revisions

V2 of the OpenTree API's is deprecated. Please see documentation for the most recent version of the APIs.

This documentation describes version 2.0 of the Open Tree of Life APIs. There is also documentation for version 1.0.

If you have a suggestion to improve this documentation, please submit an issue on the feedback repo. This documentation was formerly automatically generated, but is now maintained in the usual way in this wiki.

The Open Tree of Life APIs include services to access the following types of data:

Tree of life : the single draft tree of life that is a combination of the source trees and the opentree reference taxonomy.

Graph of life : the neo4j graph database used to build the synthetic tree; contains additional nodes and edges (from taxonomy & source trees) that are not in the synthetic tree.

Taxonomic name resolution services : methods for resolving taxonomic names to Open Tree of Life Taxonomy identifiers (ott ids).

Taxonomy : the opentree taxonomy (OTT), which is a synthesis of different input taxonomies.

Studies containing source trees : extracted primarily from the scientific literature, containing the source trees used to build the draft tree of life.

Lists of useful trees : manually curated lists of trees in phylesystem, with ranking and rationale for each choice.

The base URL for all services:

https://api.opentreeoflife.org/v2/

Caveats

  • the JSON return values are not consistent between software components. We are working to standardize on the documented NexSON format.
  • neo4j implements POST for some methods that really should be GET.

Questions / Comments

If you have questions, or have a problem with any of these methods, please leave an issue in the feedback issue tracker.

Tree of life

Methods to access information about and representations of the (current) draft tree of life. These methods do not accept taxon names as input, but instead require either:

  • Open Tree Taxonomy identifiers (ott ids), which can be determined by using the taxonomic name resolution services, or
  • Graph of life node ids, which can be determined using various methods such as mrca.

Detailed descriptions for each method follow below the summary table.

URL Verb Summary
/tree_of_life/about POST Return information about the current draft tree itself.
/tree_of_life/mrca POST Return the most recent common ancestor of a set of nodes in the draft tree.
/tree_of_life/subtree POST Return the complete subtree below a given node.
/tree_of_life/induced_subtree POST Return the induced subtree on the draft tree that relates a set of nodes.

about (tree of life)

Return information about the current draft tree itself.

POST    /tree_of_life/about

Returns summary information about the current draft tree of life, including information about the list of source trees and the taxonomy used to build it.

Parameters:

Parameters with bold type definitions are required.

study_list : boolean
Return a list of source studies

Example command:

$ curl -X POST https://api.opentreeoflife.org/v2/tree_of_life/about -H "content-type:application/json"  -d '{"study_list":false}'

Example result:

{
  "date" : "2015-10-25 01:29:22.431",
  "tree_id" : "opentree4.0",
  "taxonomy_version" : "2.9draft12",
  "num_tips" : 2424255,
  "root_taxon_name" : "cellular organisms",
  "num_source_studies" : 477,
  "root_node_id" : 1,
  "root_ott_id" : 93302
}

mrca

Return the most recent common ancestor of a set of nodes in the draft tree.

POST    /tree_of_life/mrca

Get the MRCA of a set of nodes on the current draft tree. Accepts any combination of node ids and ott ids as input. Returns information about the most recent common ancestor (MRCA) node as well as the most recent taxonomic ancestor (MRTA) node (the smallest taxon that encompasses the query; the MRCA and MRTA may be the same node). Node ids that are not in the synthetic tree are dropped from the MRCA calculation. For a valid ott id that is not in the synthetic tree (i.e. it is not recovered as monophyletic from the source tree information), the taxonomic descendants of the node are used in the MRCA calculation. Returns any unmatched node ids / ott ids.

Parameters:

Parameters with bold type definitions are required.

node_ids : longs
A set of node ids

ott_ids : longs
A set of ott ids

Example command:

$ curl -X POST https://api.opentreeoflife.org/v2/tree_of_life/mrca -H "content-type:application/json" -d '{"ott_ids":[412129, 536234]}'

Example result:

{
  "mrca_rank" : "",
  "mrca_name" : "",
  "nearest_taxon_mrca_node_id" : 1391699,
  "invalid_node_ids" : [ ],
  "tree_id" : "opentree4.0",
  "ott_id" : "null",
  "mrca_unique_name" : "",
  "node_ids_not_in_tree" : [ ],
  "nearest_taxon_mrca_unique_name" : "Neognathae",
  "nearest_taxon_mrca_ott_id" : 241846,
  "ott_ids_not_in_tree" : [ ],
  "nearest_taxon_mrca_name" : "Neognathae",
  "invalid_ott_ids" : [ ],
  "mrca_node_id" : 3465243,
  "nearest_taxon_mrca_rank" : "superorder"
}

subtree (tree of life)

Return the complete subtree below a given node.

POST    /tree_of_life/subtree

Return a complete subtree of the draft tree descended from some specified node. The node to use as the start node may be specified using either a node id or an ott id, but not both. If the specified node is not in the synthetic tree (or is entirely absent from the graph), an error will be returned.

Parameters:

Parameters with bold type definitions are required.

node_id : long
The node id of the node in the tree that should serve as the root of the tree returned. This argument may not be used in combination with ott_id.

ott_id : long
The ott id of the node in the tree that should serve as the root of the tree returned. This argument may not be used in combination with node_id.

tree_id : string
The identifier for the synthesis tree. We currently only support a single draft tree in the db at a time, so this argument is superfluous and may be safely ignored.

Example command:

$ curl -X POST https://api.opentreeoflife.org/v2/tree_of_life/subtree -H "content-type:application/json" -d '{"ott_id":3599390}'

Example result:

{
  "tree_id" : "opentree4.0",
  "newick" : "((Icteria_virens_ott998133)Icteria_ott998132,(Xenoligea_montana_ott808917)Xenoligea_ott808918,(Microligea_palustris_ott309808)Microligea_ott757867,(Granatellus_sallaei_ott972938,Granatellus_venustus_ott972935,Granatellus_pelzelni_ott335232)Granatellus_ott335231,(Zeledonia_coronata_ott449580)Zeledonia_ott449581,(((((((Limnothlypis_swainsonii_ott1024615)Limnothlypis_ott1024616,(Protonotaria_citrea_ott285212)Protonotaria_ott285204),(Mniotilta_varia_ott757859)Mniotilta_ott309802),((Vermivora_pinus_ott85247,Vermivora_chrysoptera_ott85249),Vermivora_bachmanii_ott237566,Vermivora_cyanoptera_ott3597221)Vermivora_ott150638),(Parkesia_noveboracensis_ott4132022,Parkesia_motacilla_ott4132023)Parkesia_ott5857352),(((((((Oreothlypis_luciae_ott711624,(Oreothlypis_virginiae_ott759416,(Oreothlypis_ruficapilla_ruficapilla_ott1001290,Oreothlypis_ruficapilla_ridgwayi_ott900162)Oreothlypis_ruficapilla_ott392341)),Oreothlypis_crissalis_ott85251),(Vermivora_celata_lutescens_ott669574)Leiothlypis_celata_ott88835),Leiothlypis_peregrina_ott430151),(Oreothlypis_gutturalis_ott956238,Oreothlypis_superciliosa_ott430147)),((((Geothlypis_poliocephala_ott63586,Geothlypis_aequinoctialis_ott669575),(Geothlypis_philadelphia_ott3597222,Geothlypis_tolmiei_ott3597226)),Geothlypis_velata_ott3597224,Geothlypis_chiriquensis_ott3597227,Geothlypis_auricularis_ott3597223,(Geothlypis_formosa_ott3597225,((Geothlypis_semiflava_ott636992,Geothlypis_speciosa_ott85253),(((Geothlypis_flavovelata_ott63583,Geothlypis_nelsoni_ott63582,Geothlypis_trichas_ott998127),Geothlypis_rostrata_ott375821),Geothlypis_beldingi_ott63581))))Geothlypis_ott998126,((Leucopeza_semperi_ott636990)Leucopeza_ott636993,(Oporornis_agilis_ott659603)Oporornis_ott119886))),(((Dendroica_aestiva_ott3597233,Dendroica_delicata_ott3597229,Setophaga_flavescens_ott3597198,Dendroica_subita_ott3597234,((Setophaga_pharetra_ott3597190,Setophaga_angelae_ott3597191),Setophaga_plumbea_ott3597205),(Setophaga_citrina_ott3597211,(Setophaga_ruticilla_ott285200,((((Setophaga_cerulea_ott3597212,(Setophaga_americana_ott3597189,(Setophaga_pitiayumi_graysoni_ott5861001)Setophaga_pitiayumi_ott3597201)),Setophaga_tigrina_ott3597199),Setophaga_kirtlandii_ott3597203),(((((((Setophaga_nigrescens_ott3597216,Setophaga_graciae_ott455853),((Setophaga_virens_ott3597195,Setophaga_chrysoparia_ott3597192),(Setophaga_townsendi_ott3597215,Setophaga_occidentalis_ott3597213))),(Setophaga_adelaidae_ott3597207,(Setophaga_subita_ott3597204,Setophaga_delicata_ott3597206))),(Setophaga_discolor_ott3597197,(Setophaga_vitellina_vitellina_ott478049,Setophaga_vitellina_crawfordi_ott478050)Setophaga_vitellina_ott3597196)),(Setophaga_palmarum_ott3597202,((Setophaga_pinus_ott3597210,Setophaga_pityophila_ott3597214),(Setophaga_dominica_ott3597194,(Setophaga_coronata_auduboni_ott870781,Setophaga_coronata_coronata_ott349904,Setophaga_coronata_nigrifrons_ott870775,Setophaga_coronata_goldmani_ott870777)Setophaga_coronata_ott3597200)))),Setophaga_caerulescens_ott3597187),(Setophaga_magnolia_ott3597209,((Setophaga_fusca_ott3597193,Setophaga_castanea_ott3597188),((Setophaga_pensylvanica_ott3597208,Setophaga_striata_ott60236),(Setophaga_petechia_eoa_ott22856,Setophaga_petechia_melanoptera_ott22846,Setophaga_petechia_erithachorides_ott612070,Setophaga_petechia_cienagae_ott328790,Setophaga_petechia_aurifrons_ott862432,Setophaga_petechia_aestiva_ott612073,Setophaga_petechia_cruciana_ott22834,Setophaga_petechia_rhizophorae_ott328778,Setophaga_petechia_peruviana_ott22849,Setophaga_petechia_xanthotera_ott328787,Setophaga_petechia_babad_ott328784,Setophaga_petechia_petechia_ott612062,Setophaga_petechia_bartholemica_ott22837,Setophaga_petechia_chrysendeta_ott328781,Setophaga_petechia_gundlachi_ott22853,Setophaga_petechia_albicollis_ott22840,Setophaga_petechia_castaneiceps_ott872016,Setophaga_petechia_ruficapilla_ott22843,Setophaga_petechia_aequatorialis_ott853391,Setophaga_petechia_paraguanae_ott328794,Setophaga_petechia_aureola_ott790184)Setophaga_petechia_ott612066))))))),Dendroica_flavescens_ott3597236,Setophaga_pictus_ott5859946)Setophaga_ott666104,(Catharopeza_bishopi_ott335225)Catharopeza_ott335224),((Basileuterus_cinereicollis_pallidulus_ott508022)Basileuterus_cinereicollis_ott508023,(Basileuterus_luteoviridis_striaticeps_ott5625,Basileuterus_luteoviridis_euophrys_ott578348,Basileuterus_luteoviridis_luteoviridis_ott5626)Basileuterus_luteoviridis_ott1034069,(Basileuterus_coronatus_regulis_ott508024)Basileuterus_coronatus_ott508025,Basileuterus_basilicus_ott405179,Basileuterus_chlorophrys_ott301266,Basileuterus_signatus_ott1034068,Basileuterus_nigrocristatus_ott5620,Basileuterus_bivittatus_ott994339,Basileuterus_chrysogaster_ott384910,Basileuterus_leucophrys_ott317448,Basileuterus_leucoblepharus_ott292918,Basileuterus_conspicillatus_ott384904,Basileuterus_flaveolus_ott865397,Basileuterus_fulvicauda_ott357657,Basileuterus_fraseri_ott384906,Basileuterus_rivularis_ott817143,Basileuterus_griseiceps_ott3597218,Basileuterus_ignotus_ott3597219,Myiothlypis_griseiceps_ott3599568,(((((Myiothlypis_leucoblepharus_ott3599810,Myiothlypis_flaveolus_ott3599765),Myiothlypis_leucophrys_ott3599780),((Myiothlypis_fulvicauda_ott3599607,Myiothlypis_rivularis_ott3599526),(Myiothlypis_nigrocristatus_ott3599882,Myiothlypis_signatus_ott3599512))),Myiothlypis_luteoviridis_ott3599766),(Myiothlypis_bivittatus_ott3599828,((Myiothlypis_fraseri_ott3599779,Myiothlypis_coronatus_ott3599881),(Myiothlypis_cinereicollis_ott3599528,Myiothlypis_conspicillatus_ott3599392)))),((((((Cardellina_rubra_ott3597183,Cardellina_versicolor_ott3597184),Cardellina_rubrifrons_ott1061912),Cardellina_pusilla_ott3597185),Cardellina_canadensis_ott3597182)Cardellina_ott5266838,(Myioborus_castaneocapillus_ott315418,Myioborus_pictus_ott285205,((Myioborus_brunniceps_ott859999,((Myioborus_torquatus_ott992006,(Myioborus_pariae_ott992008,(Myioborus_albifacies_ott659607,(Myioborus_cardonai_ott992007,Myioborus_castaneocapilla_ott3597186)))),(Myioborus_flavivertex_ott992009,(Myioborus_albifrons_ott85245,(Myioborus_melanocephalus_ott315419,Myioborus_ornatus_ott449735))))),Myioborus_miniatus_ott859998))Myioborus_ott886174),((((Basileuterus_melanogenys_ott384916,Basileuterus_belli_ott410568),(Basileuterus_rufifrons_mesocrysus_ott1034067)Basileuterus_rufifrons_ott1034070),(((Basileuterus_culicivorus_austerus_ott508026,Basileuterus_culicivorus_azarae_ott289272,Basileuterus_culicivorus_auricapilla_ott813148,Basileuterus_culicivorus_culicivorus_ott289274,Basileuterus_culicivorus_flavescens_ott289268)Basileuterus_culicivorus_ott508027,Basileuterus_hypoleucus_ott384914),(Basileuterus_trifasciatus_ott384908,(Basileuterus_tristriatus_auricularis_ott1034074)Basileuterus_tristriatus_ott117643))),Basileuterus_lachrymosus_ott3597220)))))),(Helmitheros_vermivorum_ott860003)Helmitheros_ott886630),(Seiurus_aurocapilla_ott285207)Seiurus_ott285213,(Teretistris_fernandinae_ott449562,Teretistris_fornsi_ott3597217)Teretistris_ott808916)Parulidae_ott3599390;"
}

induced_subtree

Return the induced subtree on the draft tree that relates a set of nodes.

POST    /tree_of_life/induced_subtree

Return a tree with tips corresponding to the nodes identified in the input set(s), that is consistent with topology of the current draft tree. This tree is equivalent to the minimal subtree induced on the draft tree by the set of identified nodes. Any combination of node ids and ott ids may be used as input. Nodes or ott ids that do not correspond to any found nodes in the graph, or which are in the graph but are absent from the synthetic tree, will be identified in the output (but will of course not be present in the resulting induced tree). Branch lengths in the result may be arbitrary, and the leaf labels of the tree may either be taxonomic names or (for nodes not corresponding directly to named taxa) node ids.

WARNING: there is currently a known bug if any of the input nodes is the parent of another, the returned tree may be incorrect. Please avoid this input case.

Parameters:

Parameters with bold type definitions are required.

node_ids : longs
Node ids indicating nodes to be used as tips in the induced tree

ott_ids : longs
OTT ids indicating nodes to be used as tips in the induced tree

Example command:

$ curl -X POST https://api.opentreeoflife.org/v2/tree_of_life/induced_subtree -H "content-type:application/json" -d '{"ott_ids":[292466, 501678, 267845, 666104, 316878, 102710, 176458]}'

Example result:

{
  "node_ids_not_in_tree" : [ ],
  "node_ids_not_in_graph" : [ ],
  "ott_ids_not_in_tree" : [ 501678, 176458 ],
  "tree_id" : "opentree4.0",
  "ott_ids_not_in_graph" : [ ],
  "newick" : "(Struthio_ott292466,((Clangula_ott316878,Perdix_ott102710)Galloanserae_ott5839486,(Cinclus_ott267845,Setophaga_ott666104))Neognathae_ott241846)Aves_ott81461;"
}

Graph of life

When we construct the tree of life, we load the taxonomy and input trees (a subset of the trees in the study database) into a neo4j graph database. Due to conflict between trees and taxonomy and the fact that the tree of life is binary, the graph contains nodes and edges not in the tree of life. These methods access the full graph database.

URL Verb Summary
/graph/about POST Get information about the graph of life itself.
/graph/node_info POST Get information about a node in the graph of life.

Deprecated methods

URL Verb Summary
/graph/source_tree Deprecated: Source trees used in synthesis are currently only available by a download

about

Get information about the graph of life itself.

POST    /graph/about

Returns summary information about the entire graph database, including identifiers for the taxonomy and source trees used to build it.

Parameters:

Parameters with bold type definitions are required.

Example command:

$ curl -X POST https://api.opentreeoflife.org/v2/graph/about

Example result:

{
  "graph_root_ott_id" : 93302,
  "graph_taxonomy_version" : "2.9draft12",
  "graph_root_name" : "cellular organisms",
  "graph_root_node_id" : 1,
  "graph_num_tips" : 2424255,
  "graph_num_source_trees" : 477
}

source_tree

The method "source_tree" has been deprecated.

Source trees used in synthesis are currently only available by a download

For further information

node_info

Get information about a node in the graph of life.

POST    /graph/node_info

Returns summary information about a node in the graph. The node of interest may be specified using either a node id, or an ott id, but not both. If the specified node or ott id is not in the graph, an error will be returned.

Parameters:

Parameters with bold type definitions are required.

include_lineage : boolean
Include the ancestral lineage of the node in the draft tree. If this argument is true, then a list of all the ancestors of this node in the draft tree, down to the root of the tree itself, will be included in the results. Higher list indices correspond to more incluive (i.e. deeper) ancestors, with the immediate parent of the specified node occupying position 0 in the list.

node_id : long
The node id of the node of interest. This argument may not be combined with ott_id.

ott_id : long
The ott id of the node of interest. This argument may not be combined with node_id.

Example command:

$ curl -X POST https://api.opentreeoflife.org/v2/graph/node_info -H "content-type:application/json" -d '{"ott_id":810751}'

Example result:

{
  "tree_id" : "opentree4.0",
  "num_synth_tips" : 388,
  "name" : "Trochilidae",
  "rank" : "family",
  "ott_id" : 810751,
  "num_tips" : 388,
  "tree_sources" : [ {
    "git_sha" : "",
    "tree_id" : "",
    "study_id" : "taxonomy"
  } ],
  "tax_source" : "ncbi:9242,gbif:5289,irmng:104628",
  "synth_sources" : [ {
    "git_sha" : "",
    "tree_id" : "",
    "study_id" : "taxonomy"
  } ],
  "node_id" : 1413746,
  "in_synth_tree" : true
}

Taxonomic name resolution services

Methods for resolving taxonomic names to Open Tree of Life Taxonomy identifiers (ott ids), including finding synonyms / honomyms and performing fuzzy string matching (for matching misspelled names). These methods can use information about taxonomic context to limit search scope and thereby improve performance (e.g. 'search only plants').

URL Verb Summary
/tnrs/match_names POST Returns a list of potential matches to known taxonomic names. Currently limited to 1000 names passed in the "names" argument.
/tnrs/autocomplete_name POST Given a partial (from the beginning) to complete taxonomic name, return a list of potential matches.
/tnrs/contexts POST Return a list of pre-defined taxonomic contexts (i.e. clades), which can be used to limit the scope of tnrs queries.
/tnrs/infer_context POST Return a taxonomic context given a list of taxonomic names.

match_names

Returns a list of potential matches to known taxonomic names. Currently limited to 1000 names passed in the "names" argument.

POST    /tnrs/match_names

Accepts one or more taxonomic names and returns information about potential matches for these names to known taxa in OTT. This service uses taxonomic contexts to disambiguate homonyms and misspelled names; a context may be specified using the context_name parameter. If no context is specified, then the context will be inferred: the shallowest taxonomic context that contains all unambiguous names in the input set will be used. A name is considered unambiguous if it is not a synonym and has only one exact match to any taxon name in the entire taxonomy.

Taxonomic contexts are uncontested higher taxa that have been selected to allow limits to be applied to the scope of TNRS searches (e.g. 'match names only within flowering plants'). Once a context has been identified (either user-specified or inferred), all taxon name matches will performed only against taxa within that context.

For a list of available taxonomic contexts, see the contexts service.

Parameters:

Parameters with bold type definitions are required.

names : strings
An array of taxon names to be queried. Currently limited to 1000 names.

context_name : string
The name of the taxonomic context to be searched

do_approximate_matching : boolean
A boolean indicating whether or not to perform approximate string (a.k.a. "fuzzy") matching. Will greatly improve speed if this is turned OFF (false). By default, however, it is on (true).

ids : strings
An array of ids to use for identifying names. These will be assigned to each name in the names array. If ids is provided, then ids and names must be identical in length.

include_deprecated : boolean
A boolean indicating whether or not to include deprecated taxa in the search.

include_dubious : boolean
Whether to include so-called 'dubious' taxa--those which are not accepted by OTT.

Example command:

$ curl -X POST https://api.opentreeoflife.org/v2/tnrs/match_names \
-H "content-type:application/json" -d \
'{"names":["Aster","Symphyotrichum","Erigeron","Barnadesia"]}'

Example result:

{
  "governing_code" : "ICN",
  "unambiguous_name_ids" : [ "Barnadesia", "Aster", "Erigeron", "Symphyotrichum" ],
  "unmatched_name_ids" : [ ],
  "matched_name_ids" : [ "Barnadesia", "Aster", "Erigeron", "Symphyotrichum" ],
  "context" : "Asteraceae",
  "includes_deprecated_taxa" : false,
  "includes_dubious_names" : false,
  "includes_approximate_matches" : true,
  "taxonomy" : {
    "weburl" : "https://github.com/OpenTreeOfLife/opentree/wiki/Open-Tree-Taxonomy",
    "author" : "open tree of life project",
    "source" : "ott2.9draft12"
  },
  "results" : [ {
    "id" : "Erigeron",
    "matches" : [ {
      "matched_node_id" : 3486540,
      "synonyms" : [ "Trimorpha", "Erigeron" ],
      "flags" : [ ],
      "ot:ottTaxonName" : "Erigeron",
      "search_string" : "erigeron",
      "matched_name" : "Erigeron",
      "is_synonym" : false,
      "score" : 1.0,
      "unique_name" : "Erigeron",
      "ot:ottId" : 643717,
      "is_deprecated" : false,
      "nomenclature_code" : "ICN",
      "is_approximate_match" : false,
      "rank" : "",
      "is_dubious" : false
    } ]
  }, {
    "id" : "Symphyotrichum",
    "matches" : [ {
      "matched_node_id" : 3485744,
      "synonyms" : [ "Symphyotrichum" ],
      "flags" : [ ],
      "ot:ottTaxonName" : "Symphyotrichum",
      "search_string" : "symphyotrichum",
      "matched_name" : "Symphyotrichum",
      "is_synonym" : false,
      "score" : 1.0,
      "unique_name" : "Symphyotrichum",
      "ot:ottId" : 1058735,
      "is_deprecated" : false,
      "nomenclature_code" : "ICN",
      "is_approximate_match" : false,
      "rank" : "",
      "is_dubious" : false
    } ]
  }, {
    "id" : "Barnadesia",
    "matches" : [ {
      "matched_node_id" : 3472412,
      "synonyms" : [ "Barnadesia", "Barnadesia Mutis" ],
      "flags" : [ ],
      "ot:ottTaxonName" : "Barnadesia",
      "search_string" : "barnadesia",
      "matched_name" : "Barnadesia",
      "is_synonym" : false,
      "score" : 1.0,
      "unique_name" : "Barnadesia",
      "ot:ottId" : 515698,
      "is_deprecated" : false,
      "nomenclature_code" : "ICN",
      "is_approximate_match" : false,
      "rank" : "",
      "is_dubious" : false
    } ]
  }, {
    "id" : "Aster",
    "matches" : [ {
      "matched_node_id" : 3487640,
      "synonyms" : [ "Borkonstia", "Virgulaster", "Conyzanthus", "Aster", "Chlamydites", "Weberaster" ],
      "flags" : [ ],
      "ot:ottTaxonName" : "Aster",
      "search_string" : "aster",
      "matched_name" : "Aster",
      "is_synonym" : false,
      "score" : 1.0,
      "unique_name" : "Aster",
      "ot:ottId" : 5507594,
      "is_deprecated" : false,
      "nomenclature_code" : "ICN",
      "is_approximate_match" : false,
      "rank" : "",
      "is_dubious" : false
    } ]
  } ]
}

autocomplete_name

Given a partial (from the beginning) to complete taxonomic name, return a list of potential matches.

POST    /tnrs/autocomplete_name

Assumes the input is a taxon name that may be incomplete (i.e. the beginning of a taxon name such as 'Ast', which would match 'Astelia', 'Astilbe', 'Aster', 'Asteroidea', 'Asteraceae', 'Astrantia', etc.). If the input string is an exact string match to an existing taxon name, then only the exact match will be returned, (i.e. the input 'Aster' will produce a single result 'Aster').

If name expansion identifies a valid genus name, the results will not include species names from within that genus, but if a trailing space exists in the input following a valid genus name, then species names will be returned. For example, both 'Garcin' and 'Garcinia' will match the genus name 'Garcinia' itself but will not match any species names within the genus, but 'Garcinia ' (note the trailing space) will match all the species in the genus, and 'Garcinia m' with match all species names in Garcinia with a specific epithet that starts with 'm'.

IMPORTANT NOTE: This service should not be used for general purpose TNRS queries. It is optimized for and (obviously) intended for use only with autocomplete boxes on web forms. For all name matching purposes other than autocompleting name fields on forms, use the match_names service.

Parameters:

Parameters with bold type definitions are required.

name : string
A string containing a single name (or partial name prefix) to be queried against the db

context_name : string
The name of the taxonomic context to be searched

include_dubious : boolean
A boolean indicating whether or not suppressed taxa should be included in the results. Defaults to false (suppressed taxa are not included).

Example command:

$ curl -X POST https://api.opentreeoflife.org/v2/tnrs/autocomplete_name \
-H "content-type:application/json" -d \
'{"name":"Endoxyla","context_name":"All life"}'

Example result:

[ {
  "unique_name" : "Endoxyla (genus in Holozoa)",
  "ot:ottId" : 1098009,
  "is_dubious" : false,
  "is_higher" : true,
  "node_id" : 1380833
}, {
  "unique_name" : "Endoxyla (genus in Nucletmycea)",
  "ot:ottId" : 307183,
  "is_dubious" : false,
  "is_higher" : true,
  "node_id" : 2724733
} ]

contexts

Return a list of pre-defined taxonomic contexts (i.e. clades), which can be used to limit the scope of tnrs queries.

POST    /tnrs/contexts

Taxonomic contexts are available to limit the scope of TNRS searches. These contexts correspond to uncontested higher taxa such as 'Animals' or 'Land plants'. This service returns a list containing all available taxonomic context names, which may be used as input (via the context_name parameter) to limit the search scope of other services including match_names and autocomplete_name.

Parameters:

Parameters with bold type definitions are required.

Example command:

$ curl -X POST https://api.opentreeoflife.org/v2/tnrs/contexts

Example result:

{
  "ANIMALS" : [ "Animals", "Birds", "Tetrapods", "Mammals", "Amphibians", "Vertebrates", "Arthropods", "Molluscs", "Nematodes", "Platyhelminthes", "Annelids", "Cnidarians", "Arachnides", "Insects" ],
  "MICROBES" : [ "Bacteria", "SAR group", "Archaea", "Excavata", "Amoebae", "Centrohelida", "Haptophyta", "Apusozoa", "Diatoms", "Ciliates", "Forams" ],
  "FUNGI" : [ "Fungi", "Basidiomycetes", "Ascomycetes" ],
  "PLANTS" : [ "Land plants", "Hornworts", "Mosses", "Liverworts", "Vascular plants", "Club mosses", "Ferns", "Seed plants", "Flowering plants", "Monocots", "Eudicots", "Rosids", "Asterids", "Asterales", "Asteraceae", "Aster", "Symphyotrichum", "Campanulaceae", "Lobelia" ],
  "LIFE" : [ "All life" ]
}

infer_context

Return a taxonomic context given a list of taxonomic names.

POST    /tnrs/infer_context

Find the least inclusive taxonomic context that includes all the unambiguous names in the input set. Unambiguous names are names with exact matches to non-homonym taxa. Ambiguous names (those without exact matches to non-homonym taxa) are indicated in results.

Parameters:

Parameters with bold type definitions are required.

names : strings
An array of taxon names to be queried.

Example command:

$ curl -X POST https://api.opentreeoflife.org/v2/tnrs/infer_context \
-H "content-type:application/json" -d \
'{"names":["Pan","Homo","Mus","Bufo","Drosophila"]}'

Example result:

{
  "context_name" : "Animals",
  "context_ott_id" : 691846,
  "ambiguous_names" : [ "bufo", "mus" ]
}

Taxonomy

Methods for accessing information about the current Open Tree of Life taxonomy. These methods require Open Tree of Life Taxonomy identifiers (ott ids), which can be determined using the tnrs to match against taxon names.

URL Verb Summary
/taxonomy/about POST Return information about the taxonomy, including version.
/taxonomy/lica POST Given a set of ott ids, get the taxon that is the least inclusive common ancestor (the LICA) of all the identified taxa.
/taxonomy/subtree POST Given an ott id, return complete taxonomy subtree descended from specified taxon.
/taxonomy/taxon POST Given an ott id, return information about the specified taxon.

about (taxonomy)

Return information about the taxonomy, including version.

POST    /taxonomy/about

Return metadata and information about the taxonomy itself. Currently the available metadata is fairly sparse, but includes (at least) the version, and the location from which the complete taxonomy source files can be downloaded.

Parameters:

Parameters with bold type definitions are required.

Example command:

$ curl -X POST https://api.opentreeoflife.org/v2/taxonomy/about

Example result:

{
  "weburl" : "https://github.com/OpenTreeOfLife/opentree/wiki/Open-Tree-Taxonomy",
  "author" : "open tree of life project",
  "source" : "ott2.9draft12"
}

lica

Given a set of ott ids, get the taxon that is the least inclusive common ancestor (the LICA) of all the identified taxa.

POST    /taxonomy/lica

Return information about the least inclusive common ancestral taxon (the LICA) of the identified taxa. A taxonomic LICA is analogous to a most recent common ancestor (MRCA) in a phylogenetic tree. For example, the LICA for the taxa 'Pan' and 'Lemur' in the taxonomy represented by the newick string '(((Pan,Homo,Gorilla)Hominidae,Gibbon)Hominoidea,Lemur)Primates' is 'Primates'.

Parameters:

Parameters with bold type definitions are required.

ott_ids : longs
The ott ids (in an array) for the taxa whose LICA is to be found.

include_lineage : boolean
Whether or not to include information about the higher level taxa that include the identified LICA. By default, this option is set to false. If it is set to true, the lineage will be provided in an ordered array, with the least inclusive taxa at lower indices (i.e. higher indices are higher taxa).

Example command:

$ curl -X POST https://api.opentreeoflife.org/v2/taxonomy/lica \
-H 'content-type:application/json' -d \
'{"ott_ids":[515698,590452,409712,643717]}'

Example result:

{
  "lica" : {
    "tax_sources" : [ "ncbi:4209", "worms:234044", "gbif:414", "irmng:10011" ],
    "unique_name" : "",
    "ot:ottId" : 1042120,
    "synonyms" : [ "Asterales" ],
    "flags" : [ ],
    "rank" : "order",
    "ot:ottTaxonName" : "Asterales",
    "node_id" : 3468117
  },
  "ott_ids_not_found" : [ 409712 ]
}

subtree (taxonomy)

Given an ott id, return complete taxonomy subtree descended from specified taxon.

POST    /taxonomy/subtree

Extract and return the inclusive taxonomic subtree i.e. (a subset of the taxonomy) below a given taxon. The taxonomy subtree is returned in newick format.

Parameters:

Parameters with bold type definitions are required.

ott_id : long
The OTT id of the taxon of interest.

label_format : string
The format for the labels. If provided, this must be one of the options: ["name", "id", "name_and_id","original_name"], indicating whether the node labels should contain (respecitvely) just the cleaned name (i.e. with punctuation and whitespace replaced with underscores), just the ott id, the cleaned name and as well as the ott id (default), or the original name without punctuation removed.

Example command:

$ curl -X POST https://api.opentreeoflife.org/v2/taxonomy/subtree \
-H 'Content-type:application/json' -d '{"ott_id":515698}'

Example result:

{
  "subtree" : "(Barnadesia_sp._1151_ott825484,Barnadesia_caryophylla_ott515696,Barnadesia_parviflora_ott503064,Barnadesia_odorata_ott503066,Barnadesia_glomerata_ott503056,Barnadesia_dombeyana_ott503058,(Barnadesia_lehmannii_var._lehmannii_ott1084324,Barnadesia_lehmannii_var._villosa_ott1084322)Barnadesia_lehmannii_ott503060,Barnadesia_jelskii_ott503062,Barnadesia_arborea_ott503052,Barnadesia_pycnophylla_ott503043,Barnadesia_polyacantha_ott503045,Barnadesia_sp._Palmer_180_ott124782,Barnadesia_spinosa_ott13308)Barnadesia_ott515698;"
}

taxon

Given an ott id, return information about the specified taxon.

POST    /taxonomy/taxon

Get information about a known taxon in the taxonomy.

Parameters:

Parameters with bold type definitions are required.

ott_id : long
The OTT id of the taxon of interest.

include_children : boolean
Whether or not to include information about all the children of this taxon. By default, this option is set to false. If it is set to true, the children will be provided in an array.

include_lineage : boolean
Whether or not to include information about all the higher level taxa that include this one. By default, this option is set to false. If it is set to true, the lineage will be provided in an ordered array, with the least inclusive taxa at lower indices (i.e. higher indices are higher taxa).

list_terminal_descendants : boolean
Provide a list of terminal OTT ids contained by this taxon.

Example command:

$ curl -X POST https://api.opentreeoflife.org/v2/taxonomy/taxon \
-H 'content-type:application/json' -d '{"ott_id":515698}'

Example result:

{
  "tax_sources" : [ "ncbi:4237", "gbif:3105285", "irmng:1046392" ],
  "unique_name" : "",
  "ot:ottId" : 515698,
  "synonyms" : [ "Barnadesia", "Barnadesia Mutis" ],
  "flags" : [ ],
  "rank" : "genus",
  "ot:ottTaxonName" : "Barnadesia",
  "node_id" : 3472412
}

Studies containing source trees

Source trees are associated with studies (publications), and one study can contain multiple trees. OpenTree uses a Git repository of NexSON files as the central datastore, called phylesystem. Code for an API for the OpenTree treestore is in this Github repository and there is detailed documentation of the datastore API. We also have a study index in neo4j that provides methods that search across studies.

URL Verb Summary
/studies/find_studies POST Return a list of studies that match a given property. If no property provided, returns a list of all studies.
/studies/find_trees POST Return a list of trees (and the studies that contain them) that match a given property.
/studies/properties POST Return a list of properties that can be used to search studies and trees.
/study/{STUDY_ID} GET Return a study.
/study/{STUDY_ID}/tree/{TREE_ID} GET Return a tree from within a study.

find_studies

Return a list of studies that match a given property. If no property provided, returns a list of all studies.

POST    /studies/find_studies

Perform a simple search for indexed studies. To find all studies, omit both the property and the value from your query.

Parameters:

Parameters with bold type definitions are required.

exact : boolean
Whether to perform exact matching ONLY. Defaults to false, i.e. fuzzy matching is enabled. Fuzzy matching is only available for some string properties.

property : string
The property to be searched on. A list of searchable properties is available from the properties service (note that the 'find_studies' and 'find_trees' services have distinct search properties). To find all studies, omit both the property and the value from your query.

value : string
The value to be searched. This must be passed as a string, but will be converted to the datatype corresponding to the specified searchable value. To find all studies, omit both the property and the value from your query.

verbose : boolean
Whether or not to include all metadata. By default, only the nexson ids of elements will be returned.

Example command:

$ curl -X POST https://api.opentreeoflife.org/v2/studies/find_studies \
-H "content-type:application/json" -d \
'{"property":"ot:studyId","value":"pg_719","verbose":true}'

Example result:

{
  "matched_studies" : [ {
    "ot:studyPublicationReference" : "Tippery N., & Les D. 2011. Phylogenetic relationships and morphological evolution in Nymphoides (Menyanthaceae). Systematic Botany, 36: 1101-1113.",
    "ot:curatorName" : "bryan drew",
    "ot:studyId" : "pg_719",
    "ot:studyYear" : 2011,
    "ot:focalClade" : 694622,
    "is_deprecated" : false,
    "ot:focalCladeOTTTaxonName" : "Menyanthaceae",
    "ot:dataDeposit" : "http://purl.org/phylo/treebase/phylows/study/TB2:S11079",
    "ot:studyPublication" : "http://dx.doi.org/10.1600/036364411X605092"
  } ]
}

find_trees

Return a list of trees (and the studies that contain them) that match a given property.

POST    /studies/find_trees

Perform a simple search for trees in indexed studies.

Parameters:

Parameters with bold type definitions are required.

property : string
The property to be searched on. A list of searchable properties is available from the properties service (note that the 'find_studies' and 'find_trees' services have distinct search properties).

value : string
The value to be searched. This must be passed as a string, but will be converted to the datatype corresponding to the specified searchable value.

exact : boolean
Whether to perform exact matching ONLY. Defaults to false, i.e. fuzzy matching is enabled. Fuzzy matching is only available for some string properties.

verbose : boolean
Whether or not to include all metadata. By default, only the nexson ids of elements will be returned.

Example command:

$ curl -X POST https://api.opentreeoflife.org/v2/studies/find_trees \
-H "content-type:application/json" -d \
'{"property":"ot:ottTaxonName","value":"Garcinia"}'

Example result:

{
  "matched_studies" : [ ]
}

properties

Return a list of properties that can be used to search studies and trees.

POST    /studies/properties

Get a list of properties that can be used to search for studies and trees.

Parameters:

Parameters with bold type definitions are required.

Example command:

$ curl -X POST https://api.opentreeoflife.org/v2/studies/properties

Example result:

{
  "tree_properties" : [ "ot:treebaseOTUId", "ot:nodeLabelMode", "ot:originalLabel", "oti_tree_id", "ot:ottTaxonName", "ot:inferenceMethod", "ot:tag", "ot:comment", "ot:treebaseTreeId", "ot:branchLengthDescription", "ot:treeModified", "ot:studyId", "ot:branchLengthTimeUnits", "ot:ottId", "is_deprecated", "ot:branchLengthMode", "ot:treeLastEdited", "ot:nodeLabelDescription" ],
  "study_properties" : [ "ot:studyModified", "ot:focalClade", "ot:focalCladeOTTTaxonName", "ot:focalCladeOTTId", "ot:studyPublication", "ot:studyLastEditor", "ot:tag", "ot:focalCladeTaxonName", "ot:studyLabel", "ot:comment", "ot:authorContributed", "ot:studyPublicationReference", "ot:curatorName", "ot:studyId", "ot:studyYear", "ot:studyUploaded", "is_deprecated", "ot:dataDeposit" ]
}

study

Return a study.

GET    /study/{STUDY_ID}

Given a studyID, return a JSON object. The 'data' property of that object will hold the NexSON of that study. More detailed documentation of the possible arguments and return values (including as NeXML, NEXUS, or newick) are at phylesystem-api/docs/README.md

Parameters:

Parameters with bold type definitions are required.

Example command:

$ curl https://api.opentreeoflife.org/v2/study/pg_1144

Example result:

{"shardName": "phylesystem-1", "commentHTML": "", "branch2sha": {"master": "1f498a60d85928674d18715c6cfadb832d7ad691"}, "sha": "1f498a60d85928674d18715c6cfadb832d7ad691", "duplicateStudyIDs": [], "versionHistory": [{"author_email": "[email protected]", "author_name": "Mark T. Holder", "message_subject": "corrected study ids", "date_ISO_8601": "2014-06-11 22:18:34 -0500", "date": "Wed, 11 Jun 2014 22:18:34 -0500", "id": "d33fb39501605772a074dffc82affa5344ea9a94", "relative_date": "1 year, 8 months ago"}, {"message_body": "using peyotl d69c8b180fce7703c7203a0b51712eab57e2988c\ndev/decorate_pg_studies_with_gcmdr_info.py\nto set:\n  ^ot:candidateTreeForSynthesis\n  ^ot:specifiedRoot, and\n  ^ot:unrootedTree\nproperties based on the use of the trees for synthesis study\nlists in gcmdr commit 35bf307e72bed4f59724762dde4a12965abcea92", "author_email": "[email protected]", "author_name": "Mark T. Holder", "message_subject": "Migrating info from gcmdr to nexsons", "date_ISO_8601": "2014-06-10 23:36:42 -0500", "date": "Tue, 10 Jun 2014 23:36:42 -0500", "id": "f8a738aeda20a73750847484e110a85c7a3e0a12", "relative_date": "1 year, 8 months ago"}, {"author_email": "[email protected]", "author_name": "Mark T. Holder", "message_subject": "initial commit with phylografter files from 29 Apr, 2014", "date_ISO_8601": "2014-04-29 20:05:19 -0500", "date": "Tue, 29 Apr 2014 20:05:19 -0500", "id": "593d6fbab385716dc0a12f3fc95133e8b7479b37", "relative_date": "1 year, 9 months ago"}], "data": {"nexml": {"meta": [{"message": [], "@xsi:type": "nex:LiteralMeta", "@property": "ot:messages"}, {"@datatype": "xsd:string", "@property": "ot:studyPublicationReference", "@xsi:type": "nex:LiteralMeta", "$": "Gryganskyi, Andrii P., Richard A. Humber, Matthew E. Smith, Jolanta Miadlikovska, Steven Wu, Kerstin Voigt, Grit Walther, Iryna M. Anishchenko, and Rytas Vilgalys. \"Molecular Phylogeny of the< i> Entomophthoromycota</i>.\" Molecular Phylogenetics and Evolution: Volume 65, Issue 2, November 2012, Pages 682\u2013694"}, {"@datatype": "xsd:string", "@property": "ot:candidateTreeForSynthesis", "@xsi:type": "nex:LiteralMeta", "$": "tree5800"}, {"@datatype": "xsd:string", "@property": "ot:focalCladeOTTTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Entomophthoromycota"}, {"@datatype": "xsd:string", "@property": "ot:curatorName", "@xsi:type": "nex:LiteralMeta", "$": "Romina Gazis"}, {"@datatype": "xsd:int", "@property": "ot:studyYear", "@xsi:type": "nex:LiteralMeta", "$": 2012}, {"@property": "ot:annotationEvents", "@xsi:type": "nex:LiteralMeta", "annotation": [{"@preserve": false, "@description": "Open Tree NexSON validation", "@passedChecks": true, "@about": "#peyotl-validator-event", "@wasAssociatedWithAgentId": "peyotl-validator", "message": [{"@severity": "WARNING", "@code": "MISSING_OPTIONAL_KEY", "data": ["^ot:ottId"], "refersTo": {"@idref": ["otu227255", "otu227259"], "@otuID": ["otu227255", "otu227259"], "@top": "otus", "@otusID": "otus1144"}}, {"@severity": "WARNING", "@code": "MULTIPLE_TIPS_MAPPED_TO_OTT_ID", "data": ["otu227255", "otu227259"], "refersTo": {"@idref": "otus1144", "@top": "otus", "@otusID": "otus1144"}}, {"@severity": "WARNING", "@code": "MISSING_OPTIONAL_KEY", "data": ["^ot:dataDeposit"], "refersTo": {"@idref": "study", "@top": "nexml"}}, {"@severity": "WARNING", "@code": "MISSING_OPTIONAL_KEY", "data": ["^ot:inGroupClade"], "refersTo": {"@idref": "tree2324", "@treeID": "tree2324", "@treesID": "trees1144", "@top": "trees"}}], "@id": "peyotl-validator-event"}]}, {"@datatype": "xsd:string", "@property": "ot:studyId", "@xsi:type": "nex:LiteralMeta", "$": "pg_1144"}, {"@rel": "ot:studyPublication", "@href": "http://dx.doi.org/10.1016/j.ympev.2012.07.026", "@xsi:type": "nex:ResourceMeta"}, {"@property": "ot:agents", "@xsi:type": "nex:LiteralMeta", "agent": [{"@about": "#peyotl-validator", "@description": "validator of NexSON constraints as well as constraints that would allow a study to be imported into the Open Tree of Life's phylogenetic synthesis tools", "@name": "validate_ot_nexson.py", "@version": "0.0.4a", "@url": "https://github.com/OpenTreeOfLife/peyotl", "invocation": {"otherProperty": [{"name": "pythonVersion", "value": "2.7.5+"}, {"name": "pythonImplementation", "value": "CPython"}], "commandLine": ["--embed", "--agent-only"]}, "@id": "peyotl-validator"}]}, {"@datatype": "xsd:string", "@property": "ot:tag", "@xsi:type": "nex:LiteralMeta", "$": "LSU"}, {"@datatype": "xsd:string", "@property": "ot:tag", "@xsi:type": "nex:LiteralMeta", "$": "ML"}, {"@datatype": "xsd:string", "@property": "ot:tag", "@xsi:type": "nex:LiteralMeta", "$": "SSU"}, {"@datatype": "xsd:int", "@property": "ot:focalClade", "@xsi:type": "nex:LiteralMeta", "$": 97730}], "@xmlns": {"xsd": "http://www.w3.org/2001/XMLSchema#", "ot": "http://purl.org/opentree-terms#", "$": "http://www.nexml.org/2009", "nex": "http://www.nexml.org/2009", "xsi": "http://www.w3.org/2001/XMLSchema-instance"}, "@id": "study", "@nexml2json": "0.0.0", "@about": "#study", "trees": {"@about": "#trees1144", "tree": [{"node": [{"@about": "#node552029", "@id": "node552029", "@root": true}, {"@otu": "otu227247", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552030", "@about": "#node552030"}, {"@about": "#node552031", "@id": "node552031"}, {"@about": "#node552032", "@id": "node552032"}, {"@about": "#node552033", "@id": "node552033"}, {"@about": "#node552034", "@id": "node552034"}, {"@otu": "otu227248", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552035", "@about": "#node552035"}, {"@otu": "otu227249", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552036", "@about": "#node552036"}, {"@about": "#node552037", "@id": "node552037"}, {"@about": "#node552038", "@id": "node552038"}, {"@otu": "otu227250", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552039", "@about": "#node552039"}, {"@otu": "otu227251", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552040", "@about": "#node552040"}, {"@about": "#node552041", "@id": "node552041"}, {"@about": "#node552042", "@id": "node552042"}, {"@about": "#node552043", "@id": "node552043"}, {"@otu": "otu227252", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552044", "@about": "#node552044"}, {"@about": "#node552045", "@id": "node552045"}, {"@otu": "otu227253", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552046", "@about": "#node552046"}, {"@otu": "otu227254", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552047", "@about": "#node552047"}, {"@about": "#node552048", "@id": "node552048"}, {"@otu": "otu227255", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552049", "@about": "#node552049"}, {"@otu": "otu227256", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552050", "@about": "#node552050"}, {"@about": "#node552051", "@id": "node552051"}, {"@about": "#node552052", "@id": "node552052"}, {"@about": "#node552053", "@id": "node552053"}, {"@about": "#node552054", "@id": "node552054"}, {"@about": "#node552055", "@id": "node552055"}, {"@otu": "otu227257", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552056", "@about": "#node552056"}, {"@otu": "otu227258", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552057", "@about": "#node552057"}, {"@about": "#node552058", "@id": "node552058"}, {"@otu": "otu227259", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552059", "@about": "#node552059"}, {"@about": "#node552060", "@id": "node552060"}, {"@otu": "otu227260", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552061", "@about": "#node552061"}, {"@otu": "otu227261", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552062", "@about": "#node552062"}, {"@about": "#node552063", "@id": "node552063"}, {"@about": "#node552064", "@id": "node552064"}, {"@otu": "otu227262", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552065", "@about": "#node552065"}, {"@about": "#node552066", "@id": "node552066"}, {"@otu": "otu227263", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552067", "@about": "#node552067"}, {"@about": "#node552068", "@id": "node552068"}, {"@otu": "otu227264", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552069", "@about": "#node552069"}, {"@otu": "otu227265", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552070", "@about": "#node552070"}, {"@about": "#node552071", "@id": "node552071"}, {"@about": "#node552072", "@id": "node552072"}, {"@otu": "otu227266", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552073", "@about": "#node552073"}, {"@otu": "otu227267", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552074", "@about": "#node552074"}, {"@about": "#node552075", "@id": "node552075"}, {"@about": "#node552076", "@id": "node552076"}, {"@about": "#node552077", "@id": "node552077"}, {"@about": "#node552078", "@id": "node552078"}, {"@otu": "otu227268", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552079", "@about": "#node552079"}, {"@about": "#node552080", "@id": "node552080"}, {"@about": "#node552081", "@id": "node552081"}, {"@otu": "otu227269", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552082", "@about": "#node552082"}, {"@otu": "otu227270", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552083", "@about": "#node552083"}, {"@about": "#node552084", "@id": "node552084"}, {"@otu": "otu227271", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552085", "@about": "#node552085"}, {"@otu": "otu227272", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552086", "@about": "#node552086"}, {"@about": "#node552087", "@id": "node552087"}, {"@otu": "otu227273", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552088", "@about": "#node552088"}, {"@otu": "otu227274", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552089", "@about": "#node552089"}, {"@about": "#node552090", "@id": "node552090"}, {"@about": "#node552091", "@id": "node552091"}, {"@about": "#node552092", "@id": "node552092"}, {"@otu": "otu227275", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552093", "@about": "#node552093"}, {"@about": "#node552094", "@id": "node552094"}, {"@otu": "otu227276", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552095", "@about": "#node552095"}, {"@otu": "otu227277", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552096", "@about": "#node552096"}, {"@otu": "otu227278", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552097", "@about": "#node552097"}, {"@about": "#node552098", "@id": "node552098"}, {"@about": "#node552099", "@id": "node552099"}, {"@about": "#node552100", "@id": "node552100"}, {"@otu": "otu227279", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552101", "@about": "#node552101"}, {"@about": "#node552102", "@id": "node552102"}, {"@otu": "otu227280", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552103", "@about": "#node552103"}, {"@about": "#node552104", "@id": "node552104"}, {"@otu": "otu227281", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552105", "@about": "#node552105"}, {"@otu": "otu227282", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552106", "@about": "#node552106"}, {"@otu": "otu227283", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552107", "@about": "#node552107"}, {"@about": "#node552108", "@id": "node552108"}, {"@about": "#node552109", "@id": "node552109"}, {"@otu": "otu227284", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552110", "@about": "#node552110"}, {"@about": "#node552111", "@id": "node552111"}, {"@about": "#node552112", "@id": "node552112"}, {"@otu": "otu227285", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552113", "@about": "#node552113"}, {"@otu": "otu227286", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552114", "@about": "#node552114"}, {"@otu": "otu227287", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552115", "@about": "#node552115"}, {"@about": "#node552116", "@id": "node552116"}, {"@otu": "otu227288", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552117", "@about": "#node552117"}, {"@about": "#node552118", "@id": "node552118"}, {"@otu": "otu227289", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552119", "@about": "#node552119"}, {"@otu": "otu227290", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552120", "@about": "#node552120"}, {"@about": "#node552121", "@id": "node552121"}, {"@otu": "otu227291", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552122", "@about": "#node552122"}, {"@otu": "otu227292", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552123", "@about": "#node552123"}, {"@about": "#node552124", "@id": "node552124"}, {"@otu": "otu227293", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552125", "@about": "#node552125"}, {"@about": "#node552126", "@id": "node552126"}, {"@otu": "otu227294", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552127", "@about": "#node552127"}, {"@about": "#node552128", "@id": "node552128"}, {"@about": "#node552129", "@id": "node552129"}, {"@otu": "otu227295", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552130", "@about": "#node552130"}, {"@about": "#node552131", "@id": "node552131"}, {"@otu": "otu227296", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552132", "@about": "#node552132"}, {"@otu": "otu227297", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552133", "@about": "#node552133"}, {"@otu": "otu227298", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552134", "@about": "#node552134"}, {"@about": "#node552135", "@id": "node552135"}, {"@otu": "otu227299", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552136", "@about": "#node552136"}, {"@otu": "otu227300", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552137", "@about": "#node552137"}, {"@about": "#node552138", "@id": "node552138"}, {"@about": "#node552139", "@id": "node552139"}, {"@otu": "otu227301", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552140", "@about": "#node552140"}, {"@otu": "otu227302", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552141", "@about": "#node552141"}, {"@about": "#node552142", "@id": "node552142"}, {"@otu": "otu227303", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552143", "@about": "#node552143"}, {"@otu": "otu227304", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552144", "@about": "#node552144"}, {"@about": "#node552145", "@id": "node552145"}, {"@about": "#node552146", "@id": "node552146"}, {"@otu": "otu227305", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552147", "@about": "#node552147"}, {"@otu": "otu227306", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552148", "@about": "#node552148"}, {"@about": "#node552149", "@id": "node552149"}, {"@otu": "otu227307", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552150", "@about": "#node552150"}, {"@about": "#node552151", "@id": "node552151"}, {"@otu": "otu227308", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552152", "@about": "#node552152"}, {"@otu": "otu227309", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552153", "@about": "#node552153"}, {"@otu": "otu227310", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node552154", "@about": "#node552154"}], "@about": "#tree2324", "@id": "tree2324", "@xsi:type": "nex:FloatTree", "edge": [{"@source": "node552029", "@id": "edge552030", "@length": 0.11875102, "@target": "node552030", "@about": "#edge552030"}, {"@source": "node552029", "@id": "edge552031", "@length": 0.03219498, "@target": "node552031", "@about": "#edge552031"}, {"@source": "node552031", "@id": "edge552032", "@length": 0.07293815, "@target": "node552032", "@about": "#edge552032"}, {"@source": "node552032", "@id": "edge552033", "@length": 0.02320599, "@target": "node552033", "@about": "#edge552033"}, {"@source": "node552033", "@id": "edge552034", "@length": 0.05164761, "@target": "node552034", "@about": "#edge552034"}, {"@source": "node552034", "@id": "edge552035", "@length": 0.14600145, "@target": "node552035", "@about": "#edge552035"}, {"@source": "node552034", "@id": "edge552036", "@length": 0.22153696, "@target": "node552036", "@about": "#edge552036"}, {"@source": "node552033", "@id": "edge552037", "@length": 0.03592188, "@target": "node552037", "@about": "#edge552037"}, {"@source": "node552037", "@id": "edge552038", "@length": 0.03748695, "@target": "node552038", "@about": "#edge552038"}, {"@source": "node552038", "@id": "edge552039", "@length": 0.28838245, "@target": "node552039", "@about": "#edge552039"}, {"@source": "node552038", "@id": "edge552040", "@length": 0.14291154, "@target": "node552040", "@about": "#edge552040"}, {"@source": "node552037", "@id": "edge552041", "@length": 0.018233, "@target": "node552041", "@about": "#edge552041"}, {"@source": "node552041", "@id": "edge552042", "@length": 0.06612524, "@target": "node552042", "@about": "#edge552042"}, {"@source": "node552042", "@id": "edge552043", "@length": 0.14756431, "@target": "node552043", "@about": "#edge552043"}, {"@source": "node552043", "@id": "edge552044", "@length": 0.57212636, "@target": "node552044", "@about": "#edge552044"}, {"@source": "node552043", "@id": "edge552045", "@length": 0.06752726, "@target": "node552045", "@about": "#edge552045"}, {"@source": "node552045", "@id": "edge552046", "@length": 0.10414157, "@target": "node552046", "@about": "#edge552046"}, {"@source": "node552045", "@id": "edge552047", "@length": 0.191261, "@target": "node552047", "@about": "#edge552047"}, {"@source": "node552042", "@id": "edge552048", "@length": 0.06479262, "@target": "node552048", "@about": "#edge552048"}, {"@source": "node552048", "@id": "edge552049", "@length": 0.19671829, "@target": "node552049", "@about": "#edge552049"}, {"@source": "node552048", "@id": "edge552050", "@length": 0.17749816, "@target": "node552050", "@about": "#edge552050"}, {"@source": "node552041", "@id": "edge552051", "@length": 0.03960315, "@target": "node552051", "@about": "#edge552051"}, {"@source": "node552051", "@id": "edge552052", "@length": 0.03798616, "@target": "node552052", "@about": "#edge552052"}, {"@source": "node552052", "@id": "edge552053", "@length": 0.01620119, "@target": "node552053", "@about": "#edge552053"}, {"@source": "node552053", "@id": "edge552054", "@length": 0.06955657, "@target": "node552054", "@about": "#edge552054"}, {"@source": "node552054", "@id": "edge552055", "@length": 0.03986313, "@target": "node552055", "@about": "#edge552055"}, {"@source": "node552055", "@id": "edge552056", "@length": 0.93952569, "@target": "node552056", "@about": "#edge552056"}, {"@source": "node552055", "@id": "edge552057", "@length": 0.20925167, "@target": "node552057", "@about": "#edge552057"}, {"@source": "node552054", "@id": "edge552058", "@length": 0.09701243, "@target": "node552058", "@about": "#edge552058"}, {"@source": "node552058", "@id": "edge552059", "@length": 0.22029522, "@target": "node552059", "@about": "#edge552059"}, {"@source": "node552058", "@id": "edge552060", "@length": 0.04593748, "@target": "node552060", "@about": "#edge552060"}, {"@source": "node552060", "@id": "edge552061", "@length": 0.19941555, "@target": "node552061", "@about": "#edge552061"}, {"@source": "node552060", "@id": "edge552062", "@length": 0.4091589, "@target": "node552062", "@about": "#edge552062"}, {"@source": "node552053", "@id": "edge552063", "@length": 0.04133333, "@target": "node552063", "@about": "#edge552063"}, {"@source": "node552063", "@id": "edge552064", "@length": 0.06748044, "@target": "node552064", "@about": "#edge552064"}, {"@source": "node552064", "@id": "edge552065", "@length": 0.15653844, "@target": "node552065", "@about": "#edge552065"}, {"@source": "node552064", "@id": "edge552066", "@length": 0.0416101, "@target": "node552066", "@about": "#edge552066"}, {"@source": "node552066", "@id": "edge552067", "@length": 0.02859576, "@target": "node552067", "@about": "#edge552067"}, {"@source": "node552066", "@id": "edge552068", "@length": 0.01002917, "@target": "node552068", "@about": "#edge552068"}, {"@source": "node552068", "@id": "edge552069", "@length": 0.04357483, "@target": "node552069", "@about": "#edge552069"}, {"@source": "node552068", "@id": "edge552070", "@length": 0.02267495, "@target": "node552070", "@about": "#edge552070"}, {"@source": "node552063", "@id": "edge552071", "@length": 0.0931549, "@target": "node552071", "@about": "#edge552071"}, {"@source": "node552071", "@id": "edge552072", "@length": 0.16505941, "@target": "node552072", "@about": "#edge552072"}, {"@source": "node552072", "@id": "edge552073", "@length": 0.03547935, "@target": "node552073", "@about": "#edge552073"}, {"@source": "node552072", "@id": "edge552074", "@length": 0.08210585, "@target": "node552074", "@about": "#edge552074"}, {"@source": "node552071", "@id": "edge552075", "@length": 0.058486, "@target": "node552075", "@about": "#edge552075"}, {"@source": "node552075", "@id": "edge552076", "@length": 0.04593841, "@target": "node552076", "@about": "#edge552076"}, {"@source": "node552076", "@id": "edge552077", "@length": 0.0242189, "@target": "node552077", "@about": "#edge552077"}, {"@source": "node552077", "@id": "edge552078", "@length": 0.43924954, "@target": "node552078", "@about": "#edge552078"}, {"@source": "node552078", "@id": "edge552079", "@length": 0.09059479, "@target": "node552079", "@about": "#edge552079"}, {"@source": "node552078", "@id": "edge552080", "@length": 0.04784475, "@target": "node552080", "@about": "#edge552080"}, {"@source": "node552080", "@id": "edge552081", "@length": 0.06045053, "@target": "node552081", "@about": "#edge552081"}, {"@source": "node552081", "@id": "edge552082", "@length": 0.01912568, "@target": "node552082", "@about": "#edge552082"}, {"@source": "node552081", "@id": "edge552083", "@length": 0.02825645, "@target": "node552083", "@about": "#edge552083"}, {"@source": "node552080", "@id": "edge552084", "@length": 0.06644779, "@target": "node552084", "@about": "#edge552084"}, {"@source": "node552084", "@id": "edge552085", "@length": 0.0843853, "@target": "node552085", "@about": "#edge552085"}, {"@source": "node552084", "@id": "edge552086", "@length": 0.04053425, "@target": "node552086", "@about": "#edge552086"}, {"@source": "node552077", "@id": "edge552087", "@length": 0.11439559, "@target": "node552087", "@about": "#edge552087"}, {"@source": "node552087", "@id": "edge552088", "@length": 0.06790956, "@target": "node552088", "@about": "#edge552088"}, {"@source": "node552087", "@id": "edge552089", "@length": 0.09688048, "@target": "node552089", "@about": "#edge552089"}, {"@source": "node552076", "@id": "edge552090", "@length": 0.09917446, "@target": "node552090", "@about": "#edge552090"}, {"@source": "node552090", "@id": "edge552091", "@length": 0.05775691, "@target": "node552091", "@about": "#edge552091"}, {"@source": "node552091", "@id": "edge552092", "@length": 0.03571147, "@target": "node552092", "@about": "#edge552092"}, {"@source": "node552092", "@id": "edge552093", "@length": 0.02371265, "@target": "node552093", "@about": "#edge552093"}, {"@source": "node552092", "@id": "edge552094", "@length": 0.01674139, "@target": "node552094", "@about": "#edge552094"}, {"@source": "node552094", "@id": "edge552095", "@length": 0.00071263, "@target": "node552095", "@about": "#edge552095"}, {"@source": "node552094", "@id": "edge552096", "@length": 0.00324711, "@target": "node552096", "@about": "#edge552096"}, {"@source": "node552091", "@id": "edge552097", "@length": 0.02443536, "@target": "node552097", "@about": "#edge552097"}, {"@source": "node552090", "@id": "edge552098", "@length": 0.01530024, "@target": "node552098", "@about": "#edge552098"}, {"@source": "node552098", "@id": "edge552099", "@length": 0.02662321, "@target": "node552099", "@about": "#edge552099"}, {"@source": "node552099", "@id": "edge552100", "@length": 0.01307394, "@target": "node552100", "@about": "#edge552100"}, {"@source": "node552100", "@id": "edge552101", "@length": 0.02775712, "@target": "node552101", "@about": "#edge552101"}, {"@source": "node552100", "@id": "edge552102", "@length": 0.01817702, "@target": "node552102", "@about": "#edge552102"}, {"@source": "node552102", "@id": "edge552103", "@length": 0.01498532, "@target": "node552103", "@about": "#edge552103"}, {"@source": "node552102", "@id": "edge552104", "@length": 0.00654069, "@target": "node552104", "@about": "#edge552104"}, {"@source": "node552104", "@id": "edge552105", "@length": 0.02973593, "@target": "node552105", "@about": "#edge552105"}, {"@source": "node552104", "@id": "edge552106", "@length": 0.01196457, "@target": "node552106", "@about": "#edge552106"}, {"@source": "node552099", "@id": "edge552107", "@length": 0.05413815, "@target": "node552107", "@about": "#edge552107"}, {"@source": "node552098", "@id": "edge552108", "@length": 0.00949916, "@target": "node552108", "@about": "#edge552108"}, {"@source": "node552108", "@id": "edge552109", "@length": 0.04034171, "@target": "node552109", "@about": "#edge552109"}, {"@source": "node552109", "@id": "edge552110", "@length": 0.02590525, "@target": "node552110", "@about": "#edge552110"}, {"@source": "node552109", "@id": "edge552111", "@length": 0.0059751, "@target": "node552111", "@about": "#edge552111"}, {"@source": "node552111", "@id": "edge552112", "@length": 0.02843322, "@target": "node552112", "@about": "#edge552112"}, {"@source": "node552112", "@id": "edge552113", "@length": 0.00757353, "@target": "node552113", "@about": "#edge552113"}, {"@source": "node552112", "@id": "edge552114", "@length": 0.00858123, "@target": "node552114", "@about": "#edge552114"}, {"@source": "node552111", "@id": "edge552115", "@length": 0.0275771, "@target": "node552115", "@about": "#edge552115"}, {"@source": "node552108", "@id": "edge552116", "@length": 0.01784183, "@target": "node552116", "@about": "#edge552116"}, {"@source": "node552116", "@id": "edge552117", "@length": 0.07581493, "@target": "node552117", "@about": "#edge552117"}, {"@source": "node552116", "@id": "edge552118", "@length": 0.06619625, "@target": "node552118", "@about": "#edge552118"}, {"@source": "node552118", "@id": "edge552119", "@length": 0.01484126, "@target": "node552119", "@about": "#edge552119"}, {"@source": "node552118", "@id": "edge552120", "@length": 0.006078, "@target": "node552120", "@about": "#edge552120"}, {"@source": "node552075", "@id": "edge552121", "@length": 0.03491288, "@target": "node552121", "@about": "#edge552121"}, {"@source": "node552121", "@id": "edge552122", "@length": 0.11549792, "@target": "node552122", "@about": "#edge552122"}, {"@source": "node552121", "@id": "edge552123", "@length": 0.09730013, "@target": "node552123", "@about": "#edge552123"}, {"@source": "node552052", "@id": "edge552124", "@length": 0.03059984, "@target": "node552124", "@about": "#edge552124"}, {"@source": "node552124", "@id": "edge552125", "@length": 0.1487559, "@target": "node552125", "@about": "#edge552125"}, {"@source": "node552124", "@id": "edge552126", "@length": 0.02971552, "@target": "node552126", "@about": "#edge552126"}, {"@source": "node552126", "@id": "edge552127", "@length": 0.12678152, "@target": "node552127", "@about": "#edge552127"}, {"@source": "node552126", "@id": "edge552128", "@length": 0.01647008, "@target": "node552128", "@about": "#edge552128"}, {"@source": "node552128", "@id": "edge552129", "@length": 0.05086973, "@target": "node552129", "@about": "#edge552129"}, {"@source": "node552129", "@id": "edge552130", "@length": 0.07529166, "@target": "node552130", "@about": "#edge552130"}, {"@source": "node552129", "@id": "edge552131", "@length": 0.13665411, "@target": "node552131", "@about": "#edge552131"}, {"@source": "node552131", "@id": "edge552132", "@length": 0.10472929, "@target": "node552132", "@about": "#edge552132"}, {"@source": "node552131", "@id": "edge552133", "@length": 0.11891857, "@target": "node552133", "@about": "#edge552133"}, {"@source": "node552128", "@id": "edge552134", "@length": 0.32235586, "@target": "node552134", "@about": "#edge552134"}, {"@source": "node552051", "@id": "edge552135", "@length": 0.02932336, "@target": "node552135", "@about": "#edge552135"}, {"@source": "node552135", "@id": "edge552136", "@length": 0.12247605, "@target": "node552136", "@about": "#edge552136"}, {"@source": "node552135", "@id": "edge552137", "@length": 0.22977589, "@target": "node552137", "@about": "#edge552137"}, {"@source": "node552032", "@id": "edge552138", "@length": 0.02415257, "@target": "node552138", "@about": "#edge552138"}, {"@source": "node552138", "@id": "edge552139", "@length": 0.02394478, "@target": "node552139", "@about": "#edge552139"}, {"@source": "node552139", "@id": "edge552140", "@length": 0.46977686, "@target": "node552140", "@about": "#edge552140"}, {"@source": "node552139", "@id": "edge552141", "@length": 0.20696697, "@target": "node552141", "@about": "#edge552141"}, {"@source": "node552138", "@id": "edge552142", "@length": 0.03572564, "@target": "node552142", "@about": "#edge552142"}, {"@source": "node552142", "@id": "edge552143", "@length": 0.13023322, "@target": "node552143", "@about": "#edge552143"}, {"@source": "node552142", "@id": "edge552144", "@length": 0.30290689, "@target": "node552144", "@about": "#edge552144"}, {"@source": "node552031", "@id": "edge552145", "@length": 0.04883549, "@target": "node552145", "@about": "#edge552145"}, {"@source": "node552145", "@id": "edge552146", "@length": 0.39253037, "@target": "node552146", "@about": "#edge552146"}, {"@source": "node552146", "@id": "edge552147", "@length": 0.31910682, "@target": "node552147", "@about": "#edge552147"}, {"@source": "node552146", "@id": "edge552148", "@length": 0.17327725, "@target": "node552148", "@about": "#edge552148"}, {"@source": "node552145", "@id": "edge552149", "@length": 0.06262751, "@target": "node552149", "@about": "#edge552149"}, {"@source": "node552149", "@id": "edge552150", "@length": 0.08271583, "@target": "node552150", "@about": "#edge552150"}, {"@source": "node552149", "@id": "edge552151", "@length": 0.04684844, "@target": "node552151", "@about": "#edge552151"}, {"@source": "node552151", "@id": "edge552152", "@length": 0.10865263, "@target": "node552152", "@about": "#edge552152"}, {"@source": "node552151", "@id": "edge552153", "@length": 0.06640826, "@target": "node552153", "@about": "#edge552153"}, {"@source": "node552029", "@id": "edge552154", "@length": 0.0744717, "@target": "node552154", "@about": "#edge552154"}], "meta": [{"@datatype": "xsd:string", "@property": "ot:curatedType", "@xsi:type": "nex:LiteralMeta", "$": "ML"}, {"@datatype": "xsd:string", "@property": "ot:tag", "@xsi:type": "nex:LiteralMeta", "$": "delete me"}, {"@datatype": "xsd:string", "@property": "ot:specifiedRoot", "@xsi:type": "nex:LiteralMeta", "$": ""}, {"@datatype": "xsd:string", "@property": "ot:outGroupEdge", "@xsi:type": "nex:LiteralMeta", "$": ""}, {"@datatype": "xsd:string", "@property": "ot:branchLengthTimeUnit", "@xsi:type": "nex:LiteralMeta", "$": ""}, {"@datatype": "xsd:string", "@property": "ot:branchLengthDescription", "@xsi:type": "nex:LiteralMeta", "$": ""}, {"@datatype": "xsd:string", "@property": "ot:branchLengthMode", "@xsi:type": "nex:LiteralMeta", "$": ""}]}, {"node": [{"@about": "#node991018", "@id": "node991018", "@root": true}, {"@about": "#node991019", "@id": "node991019"}, {"@otu": "otu227251", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991020", "@about": "#node991020"}, {"@about": "#node991021", "@id": "node991021"}, {"@about": "#node991022", "@id": "node991022"}, {"@about": "#node991023", "@id": "node991023"}, {"@about": "#node991024", "@id": "node991024"}, {"@otu": "otu227252", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991025", "@about": "#node991025"}, {"@about": "#node991026", "@id": "node991026"}, {"@otu": "otu227253", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991027", "@about": "#node991027"}, {"@otu": "otu227254", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991028", "@about": "#node991028"}, {"@about": "#node991029", "@id": "node991029"}, {"@otu": "otu227255", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991030", "@about": "#node991030"}, {"@otu": "otu227256", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991031", "@about": "#node991031"}, {"@about": "#node991032", "@id": "node991032"}, {"@about": "#node991033", "@id": "node991033"}, {"@about": "#node991034", "@id": "node991034"}, {"@about": "#node991035", "@id": "node991035"}, {"@about": "#node991036", "@id": "node991036"}, {"@otu": "otu227257", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991037", "@about": "#node991037"}, {"@otu": "otu227258", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991038", "@about": "#node991038"}, {"@about": "#node991039", "@id": "node991039"}, {"@otu": "otu227259", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991040", "@about": "#node991040"}, {"@about": "#node991041", "@id": "node991041"}, {"@otu": "otu227260", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991042", "@about": "#node991042"}, {"@otu": "otu227261", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991043", "@about": "#node991043"}, {"@about": "#node991044", "@id": "node991044"}, {"@about": "#node991045", "@id": "node991045"}, {"@otu": "otu227262", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991046", "@about": "#node991046"}, {"@about": "#node991047", "@id": "node991047"}, {"@otu": "otu227263", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991048", "@about": "#node991048"}, {"@about": "#node991049", "@id": "node991049"}, {"@otu": "otu227264", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991050", "@about": "#node991050"}, {"@otu": "otu227265", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991051", "@about": "#node991051"}, {"@about": "#node991052", "@id": "node991052"}, {"@about": "#node991053", "@id": "node991053"}, {"@otu": "otu227266", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991054", "@about": "#node991054"}, {"@otu": "otu227267", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991055", "@about": "#node991055"}, {"@about": "#node991056", "@id": "node991056"}, {"@about": "#node991057", "@id": "node991057"}, {"@about": "#node991058", "@id": "node991058"}, {"@about": "#node991059", "@id": "node991059"}, {"@otu": "otu227268", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991060", "@about": "#node991060"}, {"@about": "#node991061", "@id": "node991061"}, {"@about": "#node991062", "@id": "node991062"}, {"@otu": "otu227269", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991063", "@about": "#node991063"}, {"@otu": "otu227270", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991064", "@about": "#node991064"}, {"@about": "#node991065", "@id": "node991065"}, {"@otu": "otu227271", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991066", "@about": "#node991066"}, {"@otu": "otu227272", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991067", "@about": "#node991067"}, {"@about": "#node991068", "@id": "node991068"}, {"@otu": "otu227273", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991069", "@about": "#node991069"}, {"@otu": "otu227274", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991070", "@about": "#node991070"}, {"@about": "#node991071", "@id": "node991071"}, {"@about": "#node991072", "@id": "node991072"}, {"@about": "#node991073", "@id": "node991073"}, {"@otu": "otu227275", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991074", "@about": "#node991074"}, {"@about": "#node991075", "@id": "node991075"}, {"@otu": "otu227276", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991076", "@about": "#node991076"}, {"@otu": "otu227277", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991077", "@about": "#node991077"}, {"@otu": "otu227278", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991078", "@about": "#node991078"}, {"@about": "#node991079", "@id": "node991079"}, {"@about": "#node991080", "@id": "node991080"}, {"@about": "#node991081", "@id": "node991081"}, {"@otu": "otu227279", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991082", "@about": "#node991082"}, {"@about": "#node991083", "@id": "node991083"}, {"@otu": "otu227280", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991084", "@about": "#node991084"}, {"@about": "#node991085", "@id": "node991085"}, {"@otu": "otu227281", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991086", "@about": "#node991086"}, {"@otu": "otu227282", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991087", "@about": "#node991087"}, {"@otu": "otu227283", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991088", "@about": "#node991088"}, {"@about": "#node991089", "@id": "node991089"}, {"@about": "#node991090", "@id": "node991090"}, {"@otu": "otu227284", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991091", "@about": "#node991091"}, {"@about": "#node991092", "@id": "node991092"}, {"@about": "#node991093", "@id": "node991093"}, {"@otu": "otu227285", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991094", "@about": "#node991094"}, {"@otu": "otu227286", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991095", "@about": "#node991095"}, {"@otu": "otu227287", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991096", "@about": "#node991096"}, {"@about": "#node991097", "@id": "node991097"}, {"@otu": "otu227288", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991098", "@about": "#node991098"}, {"@about": "#node991099", "@id": "node991099"}, {"@otu": "otu227289", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991100", "@about": "#node991100"}, {"@otu": "otu227290", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991101", "@about": "#node991101"}, {"@about": "#node991102", "@id": "node991102"}, {"@otu": "otu227291", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991103", "@about": "#node991103"}, {"@otu": "otu227292", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991104", "@about": "#node991104"}, {"@about": "#node991105", "@id": "node991105"}, {"@otu": "otu227293", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991106", "@about": "#node991106"}, {"@about": "#node991107", "@id": "node991107"}, {"@otu": "otu227294", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991108", "@about": "#node991108"}, {"@about": "#node991109", "@id": "node991109"}, {"@about": "#node991110", "@id": "node991110"}, {"@otu": "otu227295", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991111", "@about": "#node991111"}, {"@about": "#node991112", "@id": "node991112"}, {"@otu": "otu227296", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991113", "@about": "#node991113"}, {"@otu": "otu227297", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991114", "@about": "#node991114"}, {"@otu": "otu227298", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991115", "@about": "#node991115"}, {"@about": "#node991116", "@id": "node991116"}, {"@otu": "otu227299", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991117", "@about": "#node991117"}, {"@otu": "otu227300", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991118", "@about": "#node991118"}, {"@about": "#node991119", "@id": "node991119"}, {"@about": "#node991120", "@id": "node991120"}, {"@otu": "otu227248", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991121", "@about": "#node991121"}, {"@otu": "otu227249", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991122", "@about": "#node991122"}, {"@about": "#node991123", "@id": "node991123"}, {"@about": "#node991124", "@id": "node991124"}, {"@about": "#node991125", "@id": "node991125"}, {"@otu": "otu227301", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991126", "@about": "#node991126"}, {"@otu": "otu227302", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991127", "@about": "#node991127"}, {"@about": "#node991128", "@id": "node991128"}, {"@otu": "otu227303", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991129", "@about": "#node991129"}, {"@otu": "otu227304", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991130", "@about": "#node991130"}, {"@about": "#node991131", "@id": "node991131"}, {"@about": "#node991132", "@id": "node991132"}, {"@about": "#node991133", "@id": "node991133"}, {"@otu": "otu227305", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991134", "@about": "#node991134"}, {"@otu": "otu227306", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991135", "@about": "#node991135"}, {"@about": "#node991136", "@id": "node991136"}, {"@otu": "otu227307", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991137", "@about": "#node991137"}, {"@about": "#node991138", "@id": "node991138"}, {"@otu": "otu227308", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991139", "@about": "#node991139"}, {"@otu": "otu227309", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991140", "@about": "#node991140"}, {"@about": "#node991141", "@id": "node991141"}, {"@otu": "otu227247", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991142", "@about": "#node991142"}, {"@otu": "otu227310", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991143", "@about": "#node991143"}, {"@otu": "otu227250", "meta": [{"@datatype": "xsd:boolean", "@property": "ot:isLeaf", "@xsi:type": "nex:LiteralMeta", "$": true}], "@id": "node991144", "@about": "#node991144"}], "@about": "#tree5800", "@id": "tree5800", "@xsi:type": "nex:FloatTree", "edge": [{"@source": "node991018", "@id": "edge991019", "@length": 0.144191225, "@target": "node991019", "@about": "#edge991019"}, {"@source": "node991019", "@id": "edge991020", "@length": 0.14291154000000006, "@target": "node991020", "@about": "#edge991020"}, {"@source": "node991019", "@id": "edge991021", "@length": 0.03748695, "@target": "node991021", "@about": "#edge991021"}, {"@source": "node991021", "@id": "edge991022", "@length": 0.018232999999999944, "@target": "node991022", "@about": "#edge991022"}, {"@source": "node991022", "@id": "edge991023", "@length": 0.06612524000000009, "@target": "node991023", "@about": "#edge991023"}, {"@source": "node991023", "@id": "edge991024", "@length": 0.14756430999999992, "@target": "node991024", "@about": "#edge991024"}, {"@source": "node991024", "@id": "edge991025", "@length": 0.57212636, "@target": "node991025", "@about": "#edge991025"}, {"@source": "node991024", "@id": "edge991026", "@length": 0.06752726000000009, "@target": "node991026", "@about": "#edge991026"}, {"@source": "node991026", "@id": "edge991027", "@length": 0.10414157000000002, "@target": "node991027", "@about": "#edge991027"}, {"@source": "node991026", "@id": "edge991028", "@length": 0.19126100000000001, "@target": "node991028", "@about": "#edge991028"}, {"@source": "node991023", "@id": "edge991029", "@length": 0.06479261999999997, "@target": "node991029", "@about": "#edge991029"}, {"@source": "node991029", "@id": "edge991030", "@length": 0.19671828999999996, "@target": "node991030", "@about": "#edge991030"}, {"@source": "node991029", "@id": "edge991031", "@length": 0.17749815999999996, "@target": "node991031", "@about": "#edge991031"}, {"@source": "node991022", "@id": "edge991032", "@length": 0.03960315000000003, "@target": "node991032", "@about": "#edge991032"}, {"@source": "node991032", "@id": "edge991033", "@length": 0.03798615999999999, "@target": "node991033", "@about": "#edge991033"}, {"@source": "node991033", "@id": "edge991034", "@length": 0.016201190000000087, "@target": "node991034", "@about": "#edge991034"}, {"@source": "node991034", "@id": "edge991035", "@length": 0.06955656999999993, "@target": "node991035", "@about": "#edge991035"}, {"@source": "node991035", "@id": "edge991036", "@length": 0.03986312999999997, "@target": "node991036", "@about": "#edge991036"}, {"@source": "node991036", "@id": "edge991037", "@length": 0.93952569, "@target": "node991037", "@about": "#edge991037"}, {"@source": "node991036", "@id": "edge991038", "@length": 0.20925167, "@target": "node991038", "@about": "#edge991038"}, {"@source": "node991035", "@id": "edge991039", "@length": 0.09701243000000004, "@target": "node991039", "@about": "#edge991039"}, {"@source": "node991039", "@id": "edge991040", "@length": 0.2202952199999999, "@target": "node991040", "@about": "#edge991040"}, {"@source": "node991039", "@id": "edge991041", "@length": 0.045937479999999975, "@target": "node991041", "@about": "#edge991041"}, {"@source": "node991041", "@id": "edge991042", "@length": 0.19941555, "@target": "node991042", "@about": "#edge991042"}, {"@source": "node991041", "@id": "edge991043", "@length": 0.4091589, "@target": "node991043", "@about": "#edge991043"}, {"@source": "node991034", "@id": "edge991044", "@length": 0.04133333, "@target": "node991044", "@about": "#edge991044"}, {"@source": "node991044", "@id": "edge991045", "@length": 0.06748044000000009, "@target": "node991045", "@about": "#edge991045"}, {"@source": "node991045", "@id": "edge991046", "@length": 0.15653843999999995, "@target": "node991046", "@about": "#edge991046"}, {"@source": "node991045", "@id": "edge991047", "@length": 0.04161009999999998, "@target": "node991047", "@about": "#edge991047"}, {"@source": "node991047", "@id": "edge991048", "@length": 0.02859576000000008, "@target": "node991048", "@about": "#edge991048"}, {"@source": "node991047", "@id": "edge991049", "@length": 0.010029170000000032, "@target": "node991049", "@about": "#edge991049"}, {"@source": "node991049", "@id": "edge991050", "@length": 0.04357482999999995, "@target": "node991050", "@about": "#edge991050"}, {"@source": "node991049", "@id": "edge991051", "@length": 0.02267494999999997, "@target": "node991051", "@about": "#edge991051"}, {"@source": "node991044", "@id": "edge991052", "@length": 0.09315490000000004, "@target": "node991052", "@about": "#edge991052"}, {"@source": "node991052", "@id": "edge991053", "@length": 0.16505941000000002, "@target": "node991053", "@about": "#edge991053"}, {"@source": "node991053", "@id": "edge991054", "@length": 0.03547935000000002, "@target": "node991054", "@about": "#edge991054"}, {"@source": "node991053", "@id": "edge991055", "@length": 0.08210585000000004, "@target": "node991055", "@about": "#edge991055"}, {"@source": "node991052", "@id": "edge991056", "@length": 0.05848600000000004, "@target": "node991056", "@about": "#edge991056"}, {"@source": "node991056", "@id": "edge991057", "@length": 0.045938409999999985, "@target": "node991057", "@about": "#edge991057"}, {"@source": "node991057", "@id": "edge991058", "@length": 0.024218900000000043, "@target": "node991058", "@about": "#edge991058"}, {"@source": "node991058", "@id": "edge991059", "@length": 0.43924953999999994, "@target": "node991059", "@about": "#edge991059"}, {"@source": "node991059", "@id": "edge991060", "@length": 0.09059478999999993, "@target": "node991060", "@about": "#edge991060"}, {"@source": "node991059", "@id": "edge991061", "@length": 0.0478447500000001, "@target": "node991061", "@about": "#edge991061"}, {"@source": "node991061", "@id": "edge991062", "@length": 0.06045053, "@target": "node991062", "@about": "#edge991062"}, {"@source": "node991062", "@id": "edge991063", "@length": 0.019125679999999923, "@target": "node991063", "@about": "#edge991063"}, {"@source": "node991062", "@id": "edge991064", "@length": 0.02825644999999999, "@target": "node991064", "@about": "#edge991064"}, {"@source": "node991061", "@id": "edge991065", "@length": 0.06644779, "@target": "node991065", "@about": "#edge991065"}, {"@source": "node991065", "@id": "edge991066", "@length": 0.08438530000000011, "@target": "node991066", "@about": "#edge991066"}, {"@source": "node991065", "@id": "edge991067", "@length": 0.040534250000000105, "@target": "node991067", "@about": "#edge991067"}, {"@source": "node991058", "@id": "edge991068", "@length": 0.11439558999999999, "@target": "node991068", "@about": "#edge991068"}, {"@source": "node991068", "@id": "edge991069", "@length": 0.06790956000000004, "@target": "node991069", "@about": "#edge991069"}, {"@source": "node991068", "@id": "edge991070", "@length": 0.09688048000000005, "@target": "node991070", "@about": "#edge991070"}, {"@source": "node991057", "@id": "edge991071", "@length": 0.09917445999999996, "@target": "node991071", "@about": "#edge991071"}, {"@source": "node991071", "@id": "edge991072", "@length": 0.05775691000000005, "@target": "node991072", "@about": "#edge991072"}, {"@source": "node991072", "@id": "edge991073", "@length": 0.03571146999999997, "@target": "node991073", "@about": "#edge991073"}, {"@source": "node991073", "@id": "edge991074", "@length": 0.023712650000000002, "@target": "node991074", "@about": "#edge991074"}, {"@source": "node991073", "@id": "edge991075", "@length": 0.016741389999999967, "@target": "node991075", "@about": "#edge991075"}, {"@source": "node991075", "@id": "edge991076", "@length": 0.0007126299999999919, "@target": "node991076", "@about": "#edge991076"}, {"@source": "node991075", "@id": "edge991077", "@length": 0.0032471099999999975, "@target": "node991077", "@about": "#edge991077"}, {"@source": "node991072", "@id": "edge991078", "@length": 0.024435360000000017, "@target": "node991078", "@about": "#edge991078"}, {"@source": "node991071", "@id": "edge991079", "@length": 0.015300239999999965, "@target": "node991079", "@about": "#edge991079"}, {"@source": "node991079", "@id": "edge991080", "@length": 0.026623210000000008, "@target": "node991080", "@about": "#edge991080"}, {"@source": "node991080", "@id": "edge991081", "@length": 0.01307393999999995, "@target": "node991081", "@about": "#edge991081"}, {"@source": "node991081", "@id": "edge991082", "@length": 0.02775711999999997, "@target": "node991082", "@about": "#edge991082"}, {"@source": "node991081", "@id": "edge991083", "@length": 0.018177019999999988, "@target": "node991083", "@about": "#edge991083"}, {"@source": "node991083", "@id": "edge991084", "@length": 0.014985319999999969, "@target": "node991084", "@about": "#edge991084"}, {"@source": "node991083", "@id": "edge991085", "@length": 0.006540690000000016, "@target": "node991085", "@about": "#edge991085"}, {"@source": "node991085", "@id": "edge991086", "@length": 0.029735929999999966, "@target": "node991086", "@about": "#edge991086"}, {"@source": "node991085", "@id": "edge991087", "@length": 0.011964569999999952, "@target": "node991087", "@about": "#edge991087"}, {"@source": "node991080", "@id": "edge991088", "@length": 0.054138149999999996, "@target": "node991088", "@about": "#edge991088"}, {"@source": "node991079", "@id": "edge991089", "@length": 0.009499159999999951, "@target": "node991089", "@about": "#edge991089"}, {"@source": "node991089", "@id": "edge991090", "@length": 0.040341709999999975, "@target": "node991090", "@about": "#edge991090"}, {"@source": "node991090", "@id": "edge991091", "@length": 0.02590524999999999, "@target": "node991091", "@about": "#edge991091"}, {"@source": "node991090", "@id": "edge991092", "@length": 0.005975100000000011, "@target": "node991092", "@about": "#edge991092"}, {"@source": "node991092", "@id": "edge991093", "@length": 0.028433220000000037, "@target": "node991093", "@about": "#edge991093"}, {"@source": "node991093", "@id": "edge991094", "@length": 0.0075735300000000505, "@target": "node991094", "@about": "#edge991094"}, {"@source": "node991093", "@id": "edge991095", "@length": 0.008581229999999995, "@target": "node991095", "@about": "#edge991095"}, {"@source": "node991092", "@id": "edge991096", "@length": 0.02757710000000002, "@target": "node991096", "@about": "#edge991096"}, {"@source": "node991089", "@id": "edge991097", "@length": 0.017841829999999947, "@target": "node991097", "@about": "#edge991097"}, {"@source": "node991097", "@id": "edge991098", "@length": 0.07581492999999995, "@target": "node991098", "@about": "#edge991098"}, {"@source": "node991097", "@id": "edge991099", "@length": 0.06619624999999996, "@target": "node991099", "@about": "#edge991099"}, {"@source": "node991099", "@id": "edge991100", "@length": 0.014841259999999967, "@target": "node991100", "@about": "#edge991100"}, {"@source": "node991099", "@id": "edge991101", "@length": 0.006078000000000028, "@target": "node991101", "@about": "#edge991101"}, {"@source": "node991056", "@id": "edge991102", "@length": 0.034912880000000035, "@target": "node991102", "@about": "#edge991102"}, {"@source": "node991102", "@id": "edge991103", "@length": 0.11549792000000003, "@target": "node991103", "@about": "#edge991103"}, {"@source": "node991102", "@id": "edge991104", "@length": 0.09730013000000004, "@target": "node991104", "@about": "#edge991104"}, {"@source": "node991033", "@id": "edge991105", "@length": 0.030599840000000045, "@target": "node991105", "@about": "#edge991105"}, {"@source": "node991105", "@id": "edge991106", "@length": 0.14875590000000005, "@target": "node991106", "@about": "#edge991106"}, {"@source": "node991105", "@id": "edge991107", "@length": 0.029715520000000106, "@target": "node991107", "@about": "#edge991107"}, {"@source": "node991107", "@id": "edge991108", "@length": 0.12678151999999987, "@target": "node991108", "@about": "#edge991108"}, {"@source": "node991107", "@id": "edge991109", "@length": 0.016470079999999943, "@target": "node991109", "@about": "#edge991109"}, {"@source": "node991109", "@id": "edge991110", "@length": 0.050869729999999946, "@target": "node991110", "@about": "#edge991110"}, {"@source": "node991110", "@id": "edge991111", "@length": 0.07529165999999998, "@target": "node991111", "@about": "#edge991111"}, {"@source": "node991110", "@id": "edge991112", "@length": 0.13665410999999994, "@target": "node991112", "@about": "#edge991112"}, {"@source": "node991112", "@id": "edge991113", "@length": 0.10472928999999997, "@target": "node991113", "@about": "#edge991113"}, {"@source": "node991112", "@id": "edge991114", "@length": 0.11891856999999995, "@target": "node991114", "@about": "#edge991114"}, {"@source": "node991109", "@id": "edge991115", "@length": 0.32235585999999994, "@target": "node991115", "@about": "#edge991115"}, {"@source": "node991032", "@id": "edge991116", "@length": 0.02932336000000002, "@target": "node991116", "@about": "#edge991116"}, {"@source": "node991116", "@id": "edge991117", "@length": 0.12247604999999995, "@target": "node991117", "@about": "#edge991117"}, {"@source": "node991116", "@id": "edge991118", "@length": 0.22977588999999998, "@target": "node991118", "@about": "#edge991118"}, {"@source": "node991021", "@id": "edge991119", "@length": 0.03592188000000007, "@target": "node991119", "@about": "#edge991119"}, {"@source": "node991119", "@id": "edge991120", "@length": 0.051647610000000066, "@target": "node991120", "@about": "#edge991120"}, {"@source": "node991120", "@id": "edge991121", "@length": 0.14600144999999998, "@target": "node991121", "@about": "#edge991121"}, {"@source": "node991120", "@id": "edge991122", "@length": 0.22153696, "@target": "node991122", "@about": "#edge991122"}, {"@source": "node991119", "@id": "edge991123", "@length": 0.0232059899999999, "@target": "node991123", "@about": "#edge991123"}, {"@source": "node991123", "@id": "edge991124", "@length": 0.02415257000000004, "@target": "node991124", "@about": "#edge991124"}, {"@source": "node991124", "@id": "edge991125", "@length": 0.023944779999999888, "@target": "node991125", "@about": "#edge991125"}, {"@source": "node991125", "@id": "edge991126", "@length": 0.4697768600000001, "@target": "node991126", "@about": "#edge991126"}, {"@source": "node991125", "@id": "edge991127", "@length": 0.20696697000000008, "@target": "node991127", "@about": "#edge991127"}, {"@source": "node991124", "@id": "edge991128", "@length": 0.03572563999999989, "@target": "node991128", "@about": "#edge991128"}, {"@source": "node991128", "@id": "edge991129", "@length": 0.13023322000000004, "@target": "node991129", "@about": "#edge991129"}, {"@source": "node991128", "@id": "edge991130", "@length": 0.30290689000000004, "@target": "node991130", "@about": "#edge991130"}, {"@source": "node991123", "@id": "edge991131", "@length": 0.07293814999999992, "@target": "node991131", "@about": "#edge991131"}, {"@source": "node991131", "@id": "edge991132", "@length": 0.04883548999999987, "@target": "node991132", "@about": "#edge991132"}, {"@source": "node991132", "@id": "edge991133", "@length": 0.39253037, "@target": "node991133", "@about": "#edge991133"}, {"@source": "node991133", "@id": "edge991134", "@length": 0.31910682, "@target": "node991134", "@about": "#edge991134"}, {"@source": "node991133", "@id": "edge991135", "@length": 0.17327724999999994, "@target": "node991135", "@about": "#edge991135"}, {"@source": "node991132", "@id": "edge991136", "@length": 0.06262751, "@target": "node991136", "@about": "#edge991136"}, {"@source": "node991136", "@id": "edge991137", "@length": 0.08271582999999993, "@target": "node991137", "@about": "#edge991137"}, {"@source": "node991136", "@id": "edge991138", "@length": 0.04684843999999999, "@target": "node991138", "@about": "#edge991138"}, {"@source": "node991138", "@id": "edge991139", "@length": 0.10865262999999992, "@target": "node991139", "@about": "#edge991139"}, {"@source": "node991138", "@id": "edge991140", "@length": 0.06640826, "@target": "node991140", "@about": "#edge991140"}, {"@source": "node991131", "@id": "edge991141", "@length": 0.032194980000000095, "@target": "node991141", "@about": "#edge991141"}, {"@source": "node991141", "@id": "edge991142", "@length": 0.11875101999999993, "@target": "node991142", "@about": "#edge991142"}, {"@source": "node991141", "@id": "edge991143", "@length": 0.07447169999999992, "@target": "node991143", "@about": "#edge991143"}, {"@source": "node991018", "@id": "edge991144", "@length": 0.28838245000000007, "@target": "node991144", "@about": "#edge991144"}], "meta": [{"@datatype": "xsd:boolean", "@property": "ot:unrootedTree", "@xsi:type": "nex:LiteralMeta", "$": false}, {"@datatype": "xsd:string", "@property": "ot:curatedType", "@xsi:type": "nex:LiteralMeta", "$": "ML, LSU + SSU (rooted)"}, {"@datatype": "xsd:string", "@property": "ot:inGroupClade", "@xsi:type": "nex:LiteralMeta", "$": "node991044"}, {"@datatype": "xsd:string", "@property": "ot:specifiedRoot", "@xsi:type": "nex:LiteralMeta", "$": "node991018"}, {"@datatype": "xsd:string", "@property": "ot:outGroupEdge", "@xsi:type": "nex:LiteralMeta", "$": ""}, {"@datatype": "xsd:string", "@property": "ot:branchLengthTimeUnit", "@xsi:type": "nex:LiteralMeta", "$": ""}, {"@datatype": "xsd:string", "@property": "ot:branchLengthDescription", "@xsi:type": "nex:LiteralMeta", "$": ""}, {"@datatype": "xsd:string", "@property": "ot:tag", "@xsi:type": "nex:LiteralMeta", "$": "ML"}, {"@datatype": "xsd:string", "@property": "ot:tag", "@xsi:type": "nex:LiteralMeta", "$": "LSU"}, {"@datatype": "xsd:string", "@property": "ot:tag", "@xsi:type": "nex:LiteralMeta", "$": "SSU"}, {"@datatype": "xsd:string", "@property": "ot:tag", "@xsi:type": "nex:LiteralMeta", "$": "Choose me"}, {"@datatype": "xsd:string", "@property": "ot:branchLengthMode", "@xsi:type": "nex:LiteralMeta", "$": ""}]}], "@otus": "otus1144", "@id": "trees1144"}, "@nexmljson": "http://purl.org/opentree/nexson", "@generator": "Phylografter nexml-json exporter", "otus": {"@about": "#otus1144", "@id": "otus1144", "otu": [{"@about": "#otu227247", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 810452}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Rhizophlyctis rosea"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Rhizophlyctis rosea"}], "@id": "otu227247"}, {"@about": "#otu227248", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 881666}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Nowakowskiella sp"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Nowakowskiella"}], "@id": "otu227248"}, {"@about": "#otu227249", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 227150}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Cladochytrium replicatum"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Cladochytrium replicatum"}], "@id": "otu227249"}, {"@about": "#otu227250", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 358358}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Rozella allomycis"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Rozella allomycis"}], "@id": "otu227250"}, {"@about": "#otu227251", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 1017077}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Neocallimastix sp"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Neocallimastix"}], "@id": "otu227251"}, {"@about": "#otu227252", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 919499}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Coelomomyces stegomyiae"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Coelomomyces stegomyiae"}], "@id": "otu227252"}, {"@about": "#otu227253", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 236005}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Allomyces arbusculus 300 C1"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Allomyces arbusculus"}], "@id": "otu227253"}, {"@about": "#otu227254", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 1085353}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Catenophlyctis sp"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Catenophlyctis"}], "@id": "otu227254"}, {"@about": "#otu227255", "meta": [{"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Hyaloraphidium curvatum"}], "@id": "otu227255"}, {"@about": "#otu227256", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 305141}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Monoblepharella sp"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Monoblepharella"}], "@id": "otu227256"}, {"@about": "#otu227257", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 208921}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Dimargaris bacillispora 136 Z13"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Dimargaris bacillispora"}], "@id": "otu227257"}, {"@about": "#otu227258", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 346211}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Piptocephalis corymbifera 145 Z4"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Piptocephalis freseniana"}], "@id": "otu227258"}, {"@about": "#otu227259", "meta": [{"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Smittium culisetae 29 Z9"}], "@id": "otu227259"}, {"@about": "#otu227260", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 807548}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Spiromyces aspiralis 185 Z11"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Spiromyces aspiralis"}], "@id": "otu227260"}, {"@about": "#otu227261", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 1033547}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Coemansia reversa 140 Z1"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Coemansia reversa"}], "@id": "otu227261"}, {"@about": "#otu227262", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 757659}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Schizangiella serpentis 2237 E100"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Schizangiella serpentis"}], "@id": "otu227262"}, {"@about": "#otu227263", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 1061430}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Basidiobolus microsporus 265 E109"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Basidiobolus microsporus"}], "@id": "otu227263"}, {"@about": "#otu227264", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 167671}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Basidiobolus ranarum 301 E98"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Basidiobolus ranarum"}], "@id": "otu227264"}, {"@about": "#otu227265", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 313416}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Basidiobolus magnus 15379 E36"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Basidiobolus magnus"}], "@id": "otu227265"}, {"@about": "#otu227266", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 178190}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Conidiobolus lamprauges 2338 E161"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Conidiobolus lamprauges"}], "@id": "otu227266"}, {"@about": "#otu227267", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 167675}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Conidiobolus coronatus 137 E103"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Conidiobolus coronatus"}], "@id": "otu227267"}, {"@about": "#otu227268", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 94766}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Batkoa major 2936 E41"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Batkoa major"}], "@id": "otu227268"}, {"@about": "#otu227269", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 94765}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Conidiobolus pseudoapiculatus 395 E99"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Conidiobolus pseudapiculatus"}], "@id": "otu227269"}, {"@about": "#otu227270", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 466139}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Batkoa apiculata 3130 E31"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Batkoa apiculata"}], "@id": "otu227270"}, {"@about": "#otu227271", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 200531}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Batkoa gigantea 214 E89"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Batkoa gigantea"}], "@id": "otu227271"}, {"@about": "#otu227272", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 259510}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Conidiobolus obscurus 74 E66"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Conidiobolus obscurus"}], "@id": "otu227272"}, {"@about": "#otu227273", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 167668}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Entomophthora muscae 28 E97"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Entomophthora muscae"}], "@id": "otu227273"}, {"@about": "#otu227274", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 702065}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Eryniopsis caroliniana 640 E51"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Eryniopsis caroliniana"}], "@id": "otu227274"}, {"@about": "#otu227275", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 127874}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Zoophthora anglica 396 E71"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Zoophthora anglica"}], "@id": "otu227275"}, {"@about": "#otu227276", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 5294340}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Zoophthora phalloides 2281 E42"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Erynia phalloides"}], "@id": "otu227276"}, {"@about": "#otu227277", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 757660}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Zoophthora occidentalis 3073 E40"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Zoophthora occidentalis"}], "@id": "otu227277"}, {"@about": "#otu227278", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 294759}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Zoophthora lanceolata 469 E64"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Zoophthora lanceolata"}], "@id": "otu227278"}, {"@about": "#otu227279", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 687523}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Furia ithacensis 663 E50"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Furia ithacensis"}], "@id": "otu227279"}, {"@about": "#otu227280", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 687524}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Pandora kondoiensis 825 E77"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Pandora kondoiensis"}], "@id": "otu227280"}, {"@about": "#otu227281", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 200537}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Furia virescens 1129 E48"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Furia virescens"}], "@id": "otu227281"}, {"@about": "#otu227282", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 702064}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Furia neopyralidarum 1145 E53"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Furia neopyralidarum"}], "@id": "otu227282"}, {"@about": "#otu227283", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 887165}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Pandora neoaphidis 3240 E39"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Pandora neoaphidis"}], "@id": "otu227283"}, {"@about": "#otu227284", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 702059}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Pandora dipterigena 397 E72"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Pandora dipterigena"}], "@id": "otu227284"}, {"@about": "#otu227285", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 702067}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Furia pieris 781 E78"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Furia pieris"}], "@id": "otu227285"}, {"@about": "#otu227286", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 294768}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Pandora delphacis 581 E52"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Pandora delphacis"}], "@id": "otu227286"}, {"@about": "#otu227287", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 5294345}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Erynia sciarae 1870 E43"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Furia sciarae"}], "@id": "otu227287"}, {"@about": "#otu227288", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 702060}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Erynia conica 1439 E46"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Erynia conica"}], "@id": "otu227288"}, {"@about": "#otu227289", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 702063}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Erynia rhizospora 1441 E44"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Erynia rhizospora"}], "@id": "otu227289"}, {"@about": "#otu227290", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 94762}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Erynia ovispora 400 E73"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Erynia ovispora"}], "@id": "otu227290"}, {"@about": "#otu227291", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 925119}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Conidiobolus thromboides 70 E149"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Conidiobolus thromboides"}], "@id": "otu227291"}, {"@about": "#otu227292", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 178760}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Conidiobolus osmodes 79 E101"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Conidiobolus osmodes"}], "@id": "otu227292"}, {"@about": "#otu227293", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 956401}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Mortierella verticillata 291 Z2"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Mortierella verticillata"}], "@id": "otu227293"}, {"@about": "#otu227294", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 837861}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Endogone pisiformis 539 Z5"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Endogone pisiformis"}], "@id": "otu227294"}, {"@about": "#otu227295", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 199302}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Umbelopsis ramanniana 144 Z7"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Umbelopsis ramanniana"}], "@id": "otu227295"}, {"@about": "#otu227296", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 363292}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Rhizopus stolonifer 632 Z6"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Rhizopus stolonifer"}], "@id": "otu227296"}, {"@about": "#otu227297", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 735973}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Phycomyces blakesleeanus 184 Z8"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Phycomyces blakesleeanus"}], "@id": "otu227297"}, {"@about": "#otu227298", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 837854}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Glomus intraradices 48 Z17"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Rhizophagus intraradices"}], "@id": "otu227298"}, {"@about": "#otu227299", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 41889}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Olpidium brassicae"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Olpidium brassicae"}], "@id": "otu227299"}, {"@about": "#otu227300", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 260279}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Physoderma maydis 19 C3"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Physoderma maydis"}], "@id": "otu227300"}, {"@about": "#otu227301", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 543909}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Synchytrium macrosporum"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Synchytrium macrosporum"}], "@id": "otu227301"}, {"@about": "#otu227302", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 214618}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Karlingiomyces sp"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Karlingiomyces"}], "@id": "otu227302"}, {"@about": "#otu227303", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 737608}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Rhizophydium sp"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Rhizophydium"}], "@id": "otu227303"}, {"@about": "#otu227304", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 858873}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Batrachochytrium dendrobatidis 21 C4"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Batrachochytrium dendrobatidis"}], "@id": "otu227304"}, {"@about": "#otu227305", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 646980}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Rhizoclosmatium sp"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Rhizoclosmatium"}], "@id": "otu227305"}, {"@about": "#otu227306", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 956065}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Polychytrium aggregatum"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Polychytrium aggregatum"}], "@id": "otu227306"}, {"@about": "#otu227307", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 306899}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Gaertneriomyces semiglobiferus"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Gaertneriomyces semiglobifer"}], "@id": "otu227307"}, {"@about": "#otu227308", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 306907}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Powellomyces sp"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Powellomyces"}], "@id": "otu227308"}, {"@about": "#otu227309", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 708156}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Spizellomyces punctatus"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Spizellomyces punctatus"}], "@id": "otu227309"}, {"@about": "#otu227310", "meta": [{"@datatype": "xsd:int", "@property": "ot:ottId", "@xsi:type": "nex:LiteralMeta", "$": 285549}, {"@datatype": "xsd:string", "@property": "ot:originalLabel", "@xsi:type": "nex:LiteralMeta", "$": "Catenomyces sp"}, {"@datatype": "xsd:string", "@property": "ot:ottTaxonName", "@xsi:type": "nex:LiteralMeta", "$": "Catenomyces"}], "@id": "otu227310"}]}, "@version": "0.9"}}}

tree

Return a tree from within a study.

GET    /study/{STUDY_ID}/tree/{TREE_ID}

Given a studyID and the ID of one of its trees, return a JSON object for the tree. More detailed documentation of the possible arguments and return values (including as NEXUS or newick) are at phylesystem-api/docs/README.md

Parameters:

Parameters with bold type definitions are required.

Example command:

$ curl https://api.opentreeoflife.org/v2/study/pg_1144/tree/tree2324

Example result:

{"tree2324": {"^ot:rootNodeId": "node552029", "^ot:curatedType": "ML", "nodeById": {"node552132": {"@otu": "otu227296"}, "node552133": {"@otu": "otu227297"}, "node552130": {"@otu": "otu227295"}, "node552131": {}, "node552136": {"@otu": "otu227299"}, "node552137": {"@otu": "otu227300"}, "node552134": {"@otu": "otu227298"}, "node552135": {}, "node552138": {}, "node552139": {}, "node552147": {"@otu": "otu227305"}, "node552146": {}, "node552145": {}, "node552144": {"@otu": "otu227304"}, "node552143": {"@otu": "otu227303"}, "node552142": {}, "node552141": {"@otu": "otu227302"}, "node552140": {"@otu": "otu227301"}, "node552149": {}, "node552148": {"@otu": "otu227306"}, "node552121": {}, "node552120": {"@otu": "otu227290"}, "node552123": {"@otu": "otu227292"}, "node552122": {"@otu": "otu227291"}, "node552125": {"@otu": "otu227293"}, "node552124": {}, "node552127": {"@otu": "otu227294"}, "node552126": {}, "node552129": {}, "node552108": {}, "node552039": {"@otu": "otu227250"}, "node552038": {}, "node552033": {}, "node552032": {}, "node552031": {}, "node552030": {"@otu": "otu227247"}, "node552037": {}, "node552036": {"@otu": "otu227249"}, "node552035": {"@otu": "otu227248"}, "node552034": {}, "node552114": {"@otu": "otu227286"}, "node552115": {"@otu": "otu227287"}, "node552116": {}, "node552117": {"@otu": "otu227288"}, "node552110": {"@otu": "otu227284"}, "node552111": {}, "node552112": {}, "node552113": {"@otu": "otu227285"}, "node552118": {}, "node552119": {"@otu": "otu227289"}, "node552048": {}, "node552049": {"@otu": "otu227255"}, "node552046": {"@otu": "otu227253"}, "node552047": {"@otu": "otu227254"}, "node552044": {"@otu": "otu227252"}, "node552045": {}, "node552042": {}, "node552043": {}, "node552040": {"@otu": "otu227251"}, "node552041": {}, "node552059": {"@otu": "otu227259"}, "node552058": {}, "node552055": {}, "node552054": {}, "node552057": {"@otu": "otu227258"}, "node552056": {"@otu": "otu227257"}, "node552051": {}, "node552050": {"@otu": "otu227256"}, "node552053": {}, "node552052": {}, "node552062": {"@otu": "otu227261"}, "node552060": {}, "node552061": {"@otu": "otu227260"}, "node552109": {}, "node552063": {}, "node552064": {}, "node552065": {"@otu": "otu227262"}, "node552066": {}, "node552067": {"@otu": "otu227263"}, "node552068": {}, "node552069": {"@otu": "otu227264"}, "node552101": {"@otu": "otu227279"}, "node552100": {}, "node552107": {"@otu": "otu227283"}, "node552106": {"@otu": "otu227282"}, "node552105": {"@otu": "otu227281"}, "node552104": {}, "node552103": {"@otu": "otu227280"}, "node552088": {"@otu": "otu227273"}, "node552089": {"@otu": "otu227274"}, "node552102": {}, "node552082": {"@otu": "otu227269"}, "node552083": {"@otu": "otu227270"}, "node552080": {}, "node552081": {}, "node552086": {"@otu": "otu227272"}, "node552087": {}, "node552084": {}, "node552085": {"@otu": "otu227271"}, "node552077": {}, "node552076": {}, "node552075": {}, "node552074": {"@otu": "otu227267"}, "node552073": {"@otu": "otu227266"}, "node552072": {}, "node552071": {}, "node552070": {"@otu": "otu227265"}, "node552079": {"@otu": "otu227268"}, "node552078": {}, "node552099": {}, "node552098": {}, "node552091": {}, "node552090": {}, "node552093": {"@otu": "otu227275"}, "node552092": {}, "node552095": {"@otu": "otu227276"}, "node552094": {}, "node552097": {"@otu": "otu227278"}, "node552096": {"@otu": "otu227277"}, "node552128": {}, "node552029": {"@root": true}, "node552150": {"@otu": "otu227307"}, "node552151": {}, "node552152": {"@otu": "otu227308"}, "node552153": {"@otu": "otu227309"}, "node552154": {"@otu": "otu227310"}}, "^ot:tag": ["delete me"], "@xsi:type": "nex:FloatTree", "edgeBySourceId": {"node552116": {"edge552118": {"@source": "node552116", "@length": 0.06619625, "@target": "node552118"}, "edge552117": {"@source": "node552116", "@length": 0.07581493, "@target": "node552117"}}, "node552131": {"edge552133": {"@source": "node552131", "@length": 0.11891857, "@target": "node552133"}, "edge552132": {"@source": "node552131", "@length": 0.10472929, "@target": "node552132"}}, "node552111": {"edge552112": {"@source": "node552111", "@length": 0.02843322, "@target": "node552112"}, "edge552115": {"@source": "node552111", "@length": 0.0275771, "@target": "node552115"}}, "node552112": {"edge552113": {"@source": "node552112", "@length": 0.00757353, "@target": "node552113"}, "edge552114": {"@source": "node552112", "@length": 0.00858123, "@target": "node552114"}}, "node552135": {"edge552137": {"@source": "node552135", "@length": 0.22977589, "@target": "node552137"}, "edge552136": {"@source": "node552135", "@length": 0.12247605, "@target": "node552136"}}, "node552138": {"edge552139": {"@source": "node552138", "@length": 0.02394478, "@target": "node552139"}, "edge552142": {"@source": "node552138", "@length": 0.03572564, "@target": "node552142"}}, "node552139": {"edge552140": {"@source": "node552139", "@length": 0.46977686, "@target": "node552140"}, "edge552141": {"@source": "node552139", "@length": 0.20696697, "@target": "node552141"}}, "node552118": {"edge552119": {"@source": "node552118", "@length": 0.01484126, "@target": "node552119"}, "edge552120": {"@source": "node552118", "@length": 0.006078, "@target": "node552120"}}, "node552099": {"edge552107": {"@source": "node552099", "@length": 0.05413815, "@target": "node552107"}, "edge552100": {"@source": "node552099", "@length": 0.01307394, "@target": "node552100"}}, "node552098": {"edge552108": {"@source": "node552098", "@length": 0.00949916, "@target": "node552108"}, "edge552099": {"@source": "node552098", "@length": 0.02662321, "@target": "node552099"}}, "node552072": {"edge552074": {"@source": "node552072", "@length": 0.08210585, "@target": "node552074"}, "edge552073": {"@source": "node552072", "@length": 0.03547935, "@target": "node552073"}}, "node552091": {"edge552097": {"@source": "node552091", "@length": 0.02443536, "@target": "node552097"}, "edge552092": {"@source": "node552091", "@length": 0.03571147, "@target": "node552092"}}, "node552090": {"edge552098": {"@source": "node552090", "@length": 0.01530024, "@target": "node552098"}, "edge552091": {"@source": "node552090", "@length": 0.05775691, "@target": "node552091"}}, "node552092": {"edge552094": {"@source": "node552092", "@length": 0.01674139, "@target": "node552094"}, "edge552093": {"@source": "node552092", "@length": 0.02371265, "@target": "node552093"}}, "node552094": {"edge552096": {"@source": "node552094", "@length": 0.00324711, "@target": "node552096"}, "edge552095": {"@source": "node552094", "@length": 0.00071263, "@target": "node552095"}}, "node552124": {"edge552126": {"@source": "node552124", "@length": 0.02971552, "@target": "node552126"}, "edge552125": {"@source": "node552124", "@length": 0.1487559, "@target": "node552125"}}, "node552146": {"edge552148": {"@source": "node552146", "@length": 0.17327725, "@target": "node552148"}, "edge552147": {"@source": "node552146", "@length": 0.31910682, "@target": "node552147"}}, "node552145": {"edge552149": {"@source": "node552145", "@length": 0.06262751, "@target": "node552149"}, "edge552146": {"@source": "node552145", "@length": 0.39253037, "@target": "node552146"}}, "node552151": {"edge552153": {"@source": "node552151", "@length": 0.06640826, "@target": "node552153"}, "edge552152": {"@source": "node552151", "@length": 0.10865263, "@target": "node552152"}}, "node552060": {"edge552062": {"@source": "node552060", "@length": 0.4091589, "@target": "node552062"}, "edge552061": {"@source": "node552060", "@length": 0.19941555, "@target": "node552061"}}, "node552104": {"edge552105": {"@source": "node552104", "@length": 0.02973593, "@target": "node552105"}, "edge552106": {"@source": "node552104", "@length": 0.01196457, "@target": "node552106"}}, "node552109": {"edge552111": {"@source": "node552109", "@length": 0.0059751, "@target": "node552111"}, "edge552110": {"@source": "node552109", "@length": 0.02590525, "@target": "node552110"}}, "node552063": {"edge552071": {"@source": "node552063", "@length": 0.0931549, "@target": "node552071"}, "edge552064": {"@source": "node552063", "@length": 0.06748044, "@target": "node552064"}}, "node552064": {"edge552066": {"@source": "node552064", "@length": 0.0416101, "@target": "node552066"}, "edge552065": {"@source": "node552064", "@length": 0.15653844, "@target": "node552065"}}, "node552142": {"edge552143": {"@source": "node552142", "@length": 0.13023322, "@target": "node552143"}, "edge552144": {"@source": "node552142", "@length": 0.30290689, "@target": "node552144"}}, "node552066": {"edge552068": {"@source": "node552066", "@length": 0.01002917, "@target": "node552068"}, "edge552067": {"@source": "node552066", "@length": 0.02859576, "@target": "node552067"}}, "node552128": {"edge552129": {"@source": "node552128", "@length": 0.05086973, "@target": "node552129"}, "edge552134": {"@source": "node552128", "@length": 0.32235586, "@target": "node552134"}}, "node552068": {"edge552069": {"@source": "node552068", "@length": 0.04357483, "@target": "node552069"}, "edge552070": {"@source": "node552068", "@length": 0.02267495, "@target": "node552070"}}, "node552102": {"edge552104": {"@source": "node552102", "@length": 0.00654069, "@target": "node552104"}, "edge552103": {"@source": "node552102", "@length": 0.01498532, "@target": "node552103"}}, "node552045": {"edge552047": {"@source": "node552045", "@length": 0.191261, "@target": "node552047"}, "edge552046": {"@source": "node552045", "@length": 0.10414157, "@target": "node552046"}}, "node552042": {"edge552048": {"@source": "node552042", "@length": 0.06479262, "@target": "node552048"}, "edge552043": {"@source": "node552042", "@length": 0.14756431, "@target": "node552043"}}, "node552043": {"edge552045": {"@source": "node552043", "@length": 0.06752726, "@target": "node552045"}, "edge552044": {"@source": "node552043", "@length": 0.57212636, "@target": "node552044"}}, "node552149": {"edge552151": {"@source": "node552149", "@length": 0.04684844, "@target": "node552151"}, "edge552150": {"@source": "node552149", "@length": 0.08271583, "@target": "node552150"}}, "node552041": {"edge552042": {"@source": "node552041", "@length": 0.06612524, "@target": "node552042"}, "edge552051": {"@source": "node552041", "@length": 0.03960315, "@target": "node552051"}}, "node552121": {"edge552122": {"@source": "node552121", "@length": 0.11549792, "@target": "node552122"}, "edge552123": {"@source": "node552121", "@length": 0.09730013, "@target": "node552123"}}, "node552078": {"edge552079": {"@source": "node552078", "@length": 0.09059479, "@target": "node552079"}, "edge552080": {"@source": "node552078", "@length": 0.04784475, "@target": "node552080"}}, "node552048": {"edge552049": {"@source": "node552048", "@length": 0.19671829, "@target": "node552049"}, "edge552050": {"@source": "node552048", "@length": 0.17749816, "@target": "node552050"}}, "node552126": {"edge552128": {"@source": "node552126", "@length": 0.01647008, "@target": "node552128"}, "edge552127": {"@source": "node552126", "@length": 0.12678152, "@target": "node552127"}}, "node552129": {"edge552131": {"@source": "node552129", "@length": 0.13665411, "@target": "node552131"}, "edge552130": {"@source": "node552129", "@length": 0.07529166, "@target": "node552130"}}, "node552108": {"edge552109": {"@source": "node552108", "@length": 0.04034171, "@target": "node552109"}, "edge552116": {"@source": "node552108", "@length": 0.01784183, "@target": "node552116"}}, "node552029": {"edge552030": {"@source": "node552029", "@length": 0.11875102, "@target": "node552030"}, "edge552031": {"@source": "node552029", "@length": 0.03219498, "@target": "node552031"}, "edge552154": {"@source": "node552029", "@length": 0.0744717, "@target": "node552154"}}, "node552033": {"edge552034": {"@source": "node552033", "@length": 0.05164761, "@target": "node552034"}, "edge552037": {"@source": "node552033", "@length": 0.03592188, "@target": "node552037"}}, "node552032": {"edge552138": {"@source": "node552032", "@length": 0.02415257, "@target": "node552138"}, "edge552033": {"@source": "node552032", "@length": 0.02320599, "@target": "node552033"}}, "node552080": {"edge552084": {"@source": "node552080", "@length": 0.06644779, "@target": "node552084"}, "edge552081": {"@source": "node552080", "@length": 0.06045053, "@target": "node552081"}}, "node552081": {"edge552083": {"@source": "node552081", "@length": 0.02825645, "@target": "node552083"}, "edge552082": {"@source": "node552081", "@length": 0.01912568, "@target": "node552082"}}, "node552087": {"edge552089": {"@source": "node552087", "@length": 0.09688048, "@target": "node552089"}, "edge552088": {"@source": "node552087", "@length": 0.06790956, "@target": "node552088"}}, "node552084": {"edge552085": {"@source": "node552084", "@length": 0.0843853, "@target": "node552085"}, "edge552086": {"@source": "node552084", "@length": 0.04053425, "@target": "node552086"}}, "node552100": {"edge552101": {"@source": "node552100", "@length": 0.02775712, "@target": "node552101"}, "edge552102": {"@source": "node552100", "@length": 0.01817702, "@target": "node552102"}}, "node552037": {"edge552038": {"@source": "node552037", "@length": 0.03748695, "@target": "node552038"}, "edge552041": {"@source": "node552037", "@length": 0.018233, "@target": "node552041"}}, "node552077": {"edge552087": {"@source": "node552077", "@length": 0.11439559, "@target": "node552087"}, "edge552078": {"@source": "node552077", "@length": 0.43924954, "@target": "node552078"}}, "node552076": {"edge552077": {"@source": "node552076", "@length": 0.0242189, "@target": "node552077"}, "edge552090": {"@source": "node552076", "@length": 0.09917446, "@target": "node552090"}}, "node552075": {"edge552076": {"@source": "node552075", "@length": 0.04593841, "@target": "node552076"}, "edge552121": {"@source": "node552075", "@length": 0.03491288, "@target": "node552121"}}, "node552038": {"edge552039": {"@source": "node552038", "@length": 0.28838245, "@target": "node552039"}, "edge552040": {"@source": "node552038", "@length": 0.14291154, "@target": "node552040"}}, "node552058": {"edge552060": {"@source": "node552058", "@length": 0.04593748, "@target": "node552060"}, "edge552059": {"@source": "node552058", "@length": 0.22029522, "@target": "node552059"}}, "node552071": {"edge552075": {"@source": "node552071", "@length": 0.058486, "@target": "node552075"}, "edge552072": {"@source": "node552071", "@length": 0.16505941, "@target": "node552072"}}, "node552055": {"edge552056": {"@source": "node552055", "@length": 0.93952569, "@target": "node552056"}, "edge552057": {"@source": "node552055", "@length": 0.20925167, "@target": "node552057"}}, "node552054": {"edge552058": {"@source": "node552054", "@length": 0.09701243, "@target": "node552058"}, "edge552055": {"@source": "node552054", "@length": 0.03986313, "@target": "node552055"}}, "node552031": {"edge552032": {"@source": "node552031", "@length": 0.07293815, "@target": "node552032"}, "edge552145": {"@source": "node552031", "@length": 0.04883549, "@target": "node552145"}}, "node552034": {"edge552035": {"@source": "node552034", "@length": 0.14600145, "@target": "node552035"}, "edge552036": {"@source": "node552034", "@length": 0.22153696, "@target": "node552036"}}, "node552051": {"edge552052": {"@source": "node552051", "@length": 0.03798616, "@target": "node552052"}, "edge552135": {"@source": "node552051", "@length": 0.02932336, "@target": "node552135"}}, "node552053": {"edge552063": {"@source": "node552053", "@length": 0.04133333, "@target": "node552063"}, "edge552054": {"@source": "node552053", "@length": 0.06955657, "@target": "node552054"}}, "node552052": {"edge552053": {"@source": "node552052", "@length": 0.01620119, "@target": "node552053"}, "edge552124": {"@source": "node552052", "@length": 0.03059984, "@target": "node552124"}}}, "^ot:specifiedRoot": "", "^ot:outGroupEdge": "", "^ot:branchLengthTimeUnit": "", "^ot:branchLengthDescription": "", "^ot:branchLengthMode": ""}}

Lists of useful trees

Many practical applications using OpenTree data (including synthesis of the draft tree) begin with a curated collection of trees. This is a ranked list of suitable trees, with ranking and rationale for each included tree. The code for this API is in this Github repository.

URL Verb Summary
/collections/find_collections POST Return a list of collections that match a given property. If no property provided, returns a list of all collections.
/collections/properties POST Return a list of properties that can be used to search collections.
/collection/{OWNER_ID}/{COLLECTION_NAME} GET Return a collection (curated list of trees).

find_collections

Return a list of collections that match a given property. If no property provided, returns a list of all collections.

POST    /collections/find_collections
Parameters:

Parameters with bold type definitions are required.

Example command:

$ curl -X POST https://api.opentreeoflife.org/v2/collections/find_collections \
-H "content-type:application/json" -d \
'{"property":"ot:collectionId","value":"pg_719","verbose":true}'

Example result:

[{"name": "barnacles", "contributors": [], "creator": {"login": "kcranston", "name": "Karen Cranston"}, "lastModified": {"display_date": "Tue, 2 Feb 2016 21:49:14 +0000", "ISO_date": "2016-02-02 21:49:14 +0000", "relative_date": "20 hours ago", "author_name": "Karen Cranston", "sha": "9a53e56f1cb5e12a6c6b503a673ed3e3eed50d66"}, "queries": [], "decisions": [], "id": "kcranston/barnacles", "description": "barnacles - collection from clade workshop"}, {"name": "catfish", "contributors": [], "creator": {"login": "kcranston", "name": "Karen Cranston"}, "lastModified": {"display_date": "Tue, 2 Feb 2016 21:48:30 +0000", "ISO_date": "2016-02-02 21:48:30 +0000", "relative_date": "20 hours ago", "author_name": "Karen Cranston", "sha": "698dacbd277eb45874db24d71f03481fb8b305ce"}, "queries": [], "decisions": [], "id": "kcranston/catfish", "description": "Catfish - collection from clade workshops"}, {"name": "Inputs to synthesis (metazoa)", "contributors": [{"login": "blackrim", "name": "Stephen Smith"}], "creator": {"login": "josephwb", "name": "Joseph W. Brown"}, "url": "", "lastModified": {"display_date": "Fri, 9 Oct 2015 12:48:57 -0400", "ISO_date": "2015-10-09 12:48:57 -0400", "relative_date": "4 months ago", "author_name": "Jim Allman", "sha": "f3958a7700736a2a4b19601ef9d66d4cb58d8ea8"}, "queries": [], "decisions": [{"name": "tree1 (Pereira, 2002)", "treeID": "tree1", "decision": "INCLUDED", "comments": "", "studyID": "ot_119", "SHA": ""}, {"name": "tree1 (Harris, 2014)", "treeID": "tree1", "decision": "INCLUDED", "comments": "", "studyID": "ot_118", "SHA": ""}, {"name": "tree5980 (Wang, 2013)", "treeID": "tree5980", "decision": "INCLUDED", "comments": "", "studyID": "pg_2577", "SHA": ""}, {"name": "tree6656 (Gonzalez, 2009)", "treeID": "tree6656", "decision": "INCLUDED", "comments": "", "studyID": "pg_2866", "SHA": ""}, {"name": "tree6646 (Fulton, 2012)", "treeID": "tree6646", "decision": "INCLUDED", "comments": "", "studyID": "pg_2860", "SHA": ""}, {"name": "tree1 (Hugall, 2012)", "treeID": "tree1", "decision": "INCLUDED", "comments": "", "studyID": "ot_116", "SHA": ""}, {"name": "tree7 (Payne, 2005)", "treeID": "tree7", "decision": "INCLUDED", "comments": "", "studyID": "ot_121", "SHA": ""}, {"name": "tree6670 (Bertelli, 2004)", "treeID": "tree6670", "decision": "INCLUDED", "comments": "", "studyID": "pg_2876", "SHA": ""}, {"name": "tree6757 (Mitchell, 2014)", "treeID": "tree6757", "decision": "INCLUDED", "comments": "", "studyID": "pg_2926", "SHA": ""}, {"name": "tree6299 (Kennedy, 2013)", "treeID": "tree6299", "decision": "INCLUDED", "comments": "", "studyID": "pg_1764", "SHA": ""}, {"name": "tree1 (Patterson, 2011)", "treeID": "tree1", "decision": "INCLUDED", "comments": "", "studyID": "ot_137", "SHA": ""}, {"name": "tree1 (Kennedy, 2014)", "treeID": "tree1", "decision": "INCLUDED", "comments": "", "studyID": "ot_140", "SHA": ""}, {"name": "tree6497 (Subramanian, 2013)", "treeID": "tree6497", "decision": "INCLUDED", "comments": "", "studyID": "pg_2798", "SHA": ""}, {"name": "tree1 (Boertmann, 1990)", "treeID": "tree1", "decision": "INCLUDED", "comments": "", "studyID": "ot_104", "SHA": ""}, {"name": "tree1 (Chambers, 2009)", "treeID": "tree1", "decision": "INCLUDED", "comments": "", "studyID": "ot_142", "SHA": ""}, {"name": "tree1 (Slikas, 1997)", "treeID": "tree1", "decision": "INCLUDED", "comments": "", "studyID": "ot_138", "SHA": ""}, {"name": "tree6651 (Chesser, 2010)", "treeID": "tree6651", "decision": "INCLUDED", "comments": "", "studyID": "pg_2864", "SHA": ""}, {"name": "tree1 (Ramirez, 2013)", "treeID": "tree1", "decision": "INCLUDED", "comments": "", "studyID": "ot_139", "SHA": ""}, {"name": "tree3780 (Fain, 2007)", "treeID": "tree3780", "decision": "INCLUDED", "comments": "", "studyID": "pg_1872", "SHA": ""}, {"name": "tree1 (Ribas, 2011)", "treeID": "tree1", "decision": "INCLUDED", "comments": "", "studyID": "ot_125", "SHA": ""}, {"name": "tree6661 (Gonzalez, 2013)", "treeID": "tree6661", "decision": "INCLUDED", "comments": "", "studyID": "pg_2869", "SHA": ""}, {"name": "tree1 (P\u00e4ckert, 2012)", "treeID": "tree1", "decision": "INCLUDED", "comments": "", "studyID": "ot_112", "SHA": ""}, {"name": "tree6624 (McGuire, 2014)", "treeID": "tree6624", "decision": "INCLUDED", "comments": "", "studyID": "pg_2853", "SHA": ""}, {"name": "tree1 (Dumbacher, 2003)", "treeID": "tree1", "decision": "INCLUDED", "comments": "", "studyID": "ot_123", "SHA": ""}, {"name": "tree6665 (Han, 2010)", "treeID": "tree6665", "decision": "INCLUDED", "comments": "", "studyID": "pg_2872", "SHA": ""}, {"name": "tree1 (Torres, 2014)", "treeID": "tree1", "decision": "INCLUDED", "comments": "", "studyID": "ot_122", "SHA": ""}, {"name": "tree1 (Pitra, 2002)", "treeID": "tree1", "decision": "INCLUDED", "comments": "", "studyID": "ot_124", "SHA": ""}, {"name": "tree1 (Njabo, 2009)", "treeID": "tree1", "decision": "INCLUDED", "comments": "", "studyID": "ot_129", "SHA": ""}, {"name": "tree1 (Ornelas, 2009)", "treeID": "tree1", "decision": "INCLUDED", "comments": "", "studyID": "ot_147", "SHA": ""}, {"name": "tree1 (Marks, 2007)", "treeID": "tree1", "decision": "INCLUDED", "comments": "", "studyID": "ot_148", "SHA": ""}, {"name": "tree4 (Overton, 2004)", "treeID": "tree4", "decision": "INCLUDED", "comments": "", "studyID": "ot_149", "SHA": ""}, {"name": "tree3 (den Tex, 2013)", "treeID": "tree3", "decision": "INCLUDED", "comments": "", "studyID": "ot_150", "SHA": ""}, {"name": "tree1 (Moyle, 2004)", "treeID": "tree1", "decision": "INCLUDED", "comments": "", "studyID": "ot_156", "SHA": ""}, {"name": "tree1 (Patel, 2011)", "treeID": "tree1", "decision": "INCLUDED", "comments": "", "studyID": "ot_153", "SHA": ""}, {"name": "tree1 (Armenta, 2005)", "treeID": "tree1", "decision": "INCLUDED", "comments": "", "studyID": "ot_151", "SHA": ""}, {"name": "tree1 (Lutz, 2013)", "treeID": "tree1", "decision": "INCLUDED", "comments": "", "studyID": "ot_154", "SHA": ""}, {"name": "tree1 (Bonaccorso, 2011)", "treeID": "tree1", "decision": "INCLUDED", "comments": "", "studyID": "ot_155", "SHA": ""}, {"name": "tree1 (Patan\u00e9, 2009)", "treeID": "tree1", "decision": "INCLUDED", "comments": "", "studyID": "ot_152", "SHA": ""}, {"name": "tree1 (Benz, 2011)", "treeID": "tree1", "decision": "INCLUDED", "comments": "", "studyID": "ot_157", "SHA": ""}, {"name": "tree1 (Moore, 2011)", "treeID": "tree1", "decision": "INCLUDED", "comments": "", "studyID": "ot_158", "SHA": ""}, {"name": "tree1 (Benz, 2006)", "treeID": "tree1", "decision": "INCLUDED", "comments": "", "studyID": "ot_159", "SHA": ""}, {"name": "tree1 (Pereira, 2008)", "treeID": "tree1", "decision": "INCLUDED", "comments": "", "studyID": "ot_144", "SHA": ""}, {"name": "tree1 (Whittingham, 2000)", "treeID": "tree1", "decision": "INCLUDED", "comments": "", "studyID": "ot_136", "SHA": ""}, {"name": "tree6628 (Arshad, 2009)", "treeID": "tree6628", "decision": "INCLUDED", "comments": "", "studyID": "pg_2857", "SHA": ""}, {"name": "tree6629 (Lerner, 2008)", "treeID": "tree6629", "decision": "INCLUDED", "comments": "", "studyID": "pg_1887", "SHA": ""}, {"name": "tree6620 (Cibois, 2014)", "treeID": "tree6620", "decision": "INCLUDED", "comments": "", "studyID": "pg_2850", "SHA": ""}, {"name": "tree6526 (Pereira, 2007)", "treeID": "tree6526", "decision": "INCLUDED", "comments": "", "studyID": "pg_2444", "SHA": ""}, {"name": "tree6662 (Fuchs, 2011)", "treeID": "tree6662", "decision": "INCLUDED", "comments": "", "studyID": "pg_2870", "SHA": ""}, {"name": "tree6663 (Fuchs, 2012)", "treeID": "tree6663", "decision": "INCLUDED", "comments": "", "studyID": "pg_2871", "SHA": ""}, {"name": "tree1 ( Quintero, 2012)", "treeID": "tree1", "decision": "INCLUDED", "comments": "", "studyID": "ot_166", "SHA": ""}, {"name": "tree1 (Russello, 2004)", "treeID": "tree1", "decision": "INCLUDED", "comments": "", "studyID": "ot_161", "SHA": ""}, {"name": "tree1 (White, 2011)", "treeID": "tree1", "decision": "INCLUDED", "comments": "", "studyID": "ot_160", "SHA": ""}, {"name": "tree6300 (Tavares, 2006)", "treeID": "tree6300", "decision": "INCLUDED", "comments": "", "studyID": "pg_1979", "SHA": ""}, {"name": "tree6512 (Wright, 2008)", "treeID": "tree6512", "decision": "INCLUDED", "comments": "", "studyID": "pg_2805", "SHA": ""}, {"name": "tree1 (Schweizer, 2012)", "treeID": "tree1", "decision": "INCLUDED", "comments": "", "studyID": "ot_162", "SHA": ""}, {"name": "tree1 (Ribas, 2009)", "treeID": "tree1", "decision": "INCLUDED", "comments": "", "studyID": "ot_164", "SHA": ""}, {"name": "tree1 (Smith, 2012)", "treeID": "tree1", "decision": "INCLUDED", "comments": "", "studyID": "ot_165", "SHA": ""}, {"name": "tree1 (Ribas, 2006)", "treeID": "tree1", "decision": "INCLUDED", "comments": "", "studyID": "ot_167", "SHA": ""}, {"name": "tree1 (P\u00e4ckert, 2009)", "treeID": "tree1", "decision": "INCLUDED", "comments": "", "studyID": "ot_170", "SHA": ""}, {"name": "tree1 (Pulgar\u00edn-R, 2013)", "treeID": "tree1", "decision": "INCLUDED", "comments": "", "studyID": "ot_102", "SHA": ""}, {"name": "tree1 (Ny\u00e1ri, 2009)", "treeID": "tree1", "decision": "INCLUDED", "comments": "", "studyID": "ot_174", "SHA": ""}, {"name": "tree1 (Schweizer, 2013)", "treeID": "tree1", "decision": "INCLUDED", "comments": "", "studyID": "ot_110", "SHA": ""}, {"name": "tree6606 (Pasquet, 2014)", "treeID": "tree6606", "decision": "INCLUDED", "comments": "", "studyID": "pg_2845", "SHA": ""}, {"name": "tree1 (P\u00e4ckert, 2011)", "treeID": "tree1", "decision": "INCLUDED", "comments": "", "studyID": "ot_172", "SHA": ""}, {"name": "tree5247 (Brumfield, 2007)", "treeID": "tree5247", "decision": "INCLUDED", "comments": "", "studyID": "pg_2454", "SHA": ""}, {"name": "tree2 (P\u00e4ckert, 2011)", "treeID": "tree2", "decision": "INCLUDED", "comments": "", "studyID": "ot_172", "SHA": ""}, {"name": "tree1 (Harris, 2014)", "treeID": "tree1", "decision": "INCLUDED", "comments": "", "studyID": "ot_173", "SHA": ""}, {"name": "tree6022 (Johansson, 2013)", "treeID": "tree6022", "decision": "INCLUDED", "comments": "", "studyID": "pg_2600", "SHA": ""}, {"name": "tree1 (Cerasale, 2012)", "treeID": "tree1", "decision": "INCLUDED", "comments": "", "studyID": "ot_176", "SHA": ""}, {"name": "tree1 (Dor, 2010)", "treeID": "tree1", "decision": "INCLUDED", "comments": "", "studyID": "ot_177", "SHA": ""}, {"name": "tree1 (Sheldon, 2005)", "treeID": "tree1", "decision": "INCLUDED", "comments": "", "studyID": "ot_178", "SHA": ""}, {"name": "tree6024 (Lovette, 2010)", "treeID": "tree6024", "decision": "INCLUDED", "comments": "", "studyID": "pg_2591", "SHA": ""}, {"name": "tree6021 (Alstr\u00f6m, 2013)", "treeID": "tree6021", "decision": "INCLUDED", "comments": "", "studyID": "pg_2599", "SHA": ""}, {"name": "tree4019 (Lee, 2011)", "treeID": "tree4019", "decision": "INCLUDED", "comments": "", "studyID": "pg_1966", "SHA": ""}, {"name": "tree6668 (J\u00f8nsson, 2010)", "treeID": "tree6668", "decision": "INCLUDED", "comments": "", "studyID": "pg_2875", "SHA": ""}, {"name": "tree6281 (Powell, 2014)", "treeID": "tree6281", "decision": "INCLUDED", "comments": "", "studyID": "pg_2707", "SHA": ""}, {"name": "tree5068 (Barker F., 2004)", "treeID": "tree5068", "decision": "INCLUDED", "comments": "", "studyID": "pg_2404", "SHA": ""}, {"name": "tree522 (Hackett, 2008)", "treeID": "tree522", "decision": "INCLUDED", "comments": "", "studyID": "pg_420", "SHA": ""}, {"name": "tree6647 (Rohland, 2010)", "treeID": "tree6647", "decision": "INCLUDED", "comments": "", "studyID": "pg_2861", "SHA": ""}, {"name": "tree6643 (Schenk, 2013)", "treeID": "tree6643", "decision": "INCLUDED", "comments": "", "studyID": "pg_2859", "SHA": ""}, {"name": "tree3635 (Poux, 2008)", "treeID": "tree3635", "decision": "INCLUDED", "comments": "", "studyID": "pg_1797", "SHA": ""}, {"name": "tree6605 (Colangelo, 2010)", "treeID": "tree6605", "decision": "INCLUDED", "comments": "", "studyID": "pg_2844", "SHA": ""}, {"name": "tree6604 (He, 2014)", "treeID": "tree6604", "decision": "INCLUDED", "comments": "", "studyID": "pg_2843", "SHA": ""}, {"name": "tree6572 (Delsuc, 2012)", "treeID": "tree6572", "decision": "INCLUDED", "comments": "", "studyID": "pg_2825", "SHA": ""}, {"name": "tree6250 (Krause, 2008)", "treeID": "tree6250", "decision": "INCLUDED", "comments": "", "studyID": "pg_2695", "SHA": ""}, {"name": "tree6185 (Springer, 2012)", "treeID": "tree6185", "decision": "INCLUDED", "comments": "", "studyID": "pg_2656", "SHA": ""}, {"name": "tree3231 (Perelman, 2011)", "treeID": "tree3231", "decision": "INCLUDED", "comments": "", "studyID": "pg_1600", "SHA": ""}, {"name": "tree6240 (Fabre, 2012)", "treeID": "tree6240", "decision": "INCLUDED", "comments": "", "studyID": "pg_2688", "SHA": ""}, {"name": "tree4962 (B\u00e4rmann, 2013)", "treeID": "tree4962", "decision": "INCLUDED", "comments": "", "studyID": "pg_2359", "SHA": ""}, {"name": "tree6239 (Fulton, 2010)", "treeID": "tree6239", "decision": "INCLUDED", "comments": "", "studyID": "pg_2687", "SHA": ""}, {"name": "tree6244 (Koepfli, 2007)", "treeID": "tree6244", "decision": "INCLUDED", "comments": "", "studyID": "pg_2691", "SHA": ""}, {"name": "tree6235 (Koepfli, 2008)", "treeID": "tree6235", "decision": "INCLUDED", "comments": "", "studyID": "pg_2685", "SHA": ""}, {"name": "tree1 (Almeida, 2014)", "treeID": "tree1", "decision": "INCLUDED", "comments": "", "studyID": "ot_168", "SHA": ""}, {"name": "tree3303 (Agnarsson, 2011)", "treeID": "tree3303", "decision": "INCLUDED", "comments": "", "studyID": "pg_1634", "SHA": ""}, {"name": "tree6215 (Steeman, 2009)", "treeID": "tree6215", "decision": "INCLUDED", "comments": "", "studyID": "pg_1927", "SHA": ""}, {"name": "tree5998 (McGowen, 2009)", "treeID": "tree5998", "decision": "INCLUDED", "comments": "", "studyID": "pg_2587", "SHA": ""}, {"name": "tree4052 (Johnson, 2006)", "treeID": "tree4052", "decision": "INCLUDED", "comments": "", "studyID": "pg_1981", "SHA": ""}, {"name": "tree6644 (Koepfli, 2006)", "treeID": "tree6644", "decision": "INCLUDED", "comments": "", "studyID": "pg_2684", "SHA": ""}, {"name": "tree2855 (Meredith, 2011)", "treeID": "tree2855", "decision": "INCLUDED", "comments": "", "studyID": "pg_1428", "SHA": ""}, {"name": "tree6231 (Higdon J. W., 2007)", "treeID": "tree6231", "decision": "INCLUDED", "comments": "", "studyID": "pg_1646", "SHA": ""}, {"name": "tree6588 (Cardillo, 2004)", "treeID": "tree6588", "decision": "INCLUDED", "comments": "", "studyID": "pg_2833", "SHA": ""}, {"name": "tree6589 (Nilsson, 2004)", "treeID": "tree6589", "decision": "INCLUDED", "comments": "", "studyID": "pg_2834", "SHA": ""}, {"name": "tree6556 (Pozzi, 2014)", "treeID": "tree6556", "decision": "INCLUDED", "comments": "", "studyID": "pg_2816", "SHA": ""}, {"name": "tree6645 (Tarver, 2011)", "treeID": "tree6645", "decision": "INCLUDED", "comments": "", "studyID": "pg_2741", "SHA": ""}, {"name": "tree6001 (Agorreta, 2013)", "treeID": "tree6001", "decision": "INCLUDED", "comments": "", "studyID": "pg_2589", "SHA": ""}, {"name": "tree6181 (Friedman, 2013)", "treeID": "tree6181", "decision": "INCLUDED", "comments": "", "studyID": "pg_2655", "SHA": ""}, {"name": "tree6183 (Near, 2011)", "treeID": "tree6183", "decision": "INCLUDED", "comments": "", "studyID": "pg_1997", "SHA": ""}, {"name": "tree6179 (Chakrabarty, 2011)", "treeID": "tree6179", "decision": "INCLUDED", "comments": "", "studyID": "pg_2654", "SHA": ""}, {"name": "tree5994 (Santini, 2013)", "treeID": "tree5994", "decision": "INCLUDED", "comments": "", "studyID": "pg_2585", "SHA": ""}, {"name": "tree6178 (Miya, 2013)", "treeID": "tree6178", "decision": "INCLUDED", "comments": "", "studyID": "pg_2653", "SHA": ""}, {"name": "tree6191 (Near, 2012)", "treeID": "tree6191", "decision": "INCLUDED", "comments": "", "studyID": "pg_2657", "SHA": ""}, {"name": "tree6180 (Wainwright, 2012)", "treeID": "tree6180", "decision": "INCLUDED", "comments": "", "studyID": "pg_2551", "SHA": ""}, {"name": "tree5975 (Near, 2013)", "treeID": "tree5975", "decision": "INCLUDED", "comments": "", "studyID": "pg_2576", "SHA": ""}, {"name": "tree3769 (R\u00fcber, 2007)", "treeID": "tree3769", "decision": "INCLUDED", "comments": "", "studyID": "pg_1870", "SHA": ""}, {"name": "tree6195 (Chen, 2013)", "treeID": "tree6195", "decision": "INCLUDED", "comments": "", "studyID": "pg_2659", "SHA": ""}, {"name": "tree2 (V\u00e9lez-Zuazo, 2011)", "treeID": "tree2", "decision": "INCLUDED", "comments": "", "studyID": "ot_181", "SHA": ""}, {"name": "tree6680 (Mahler, 2013)", "treeID": "tree6680", "decision": "INCLUDED", "comments": "", "studyID": "pg_2881", "SHA": ""}, {"name": "tree4505 (Collevatti, 2008)", "treeID": "tree4505", "decision": "INCLUDED", "comments": "", "studyID": "pg_2143", "SHA": ""}, {"name": "tree6487 (Torres-Carvajal, 2005)", "treeID": "tree6487", "decision": "INCLUDED", "comments": "", "studyID": "pg_2098", "SHA": ""}, {"name": "tree6621 (Spinks, 2014)", "treeID": "tree6621", "decision": "INCLUDED", "comments": "", "studyID": "pg_2851", "SHA": ""}, {"name": "tree5096 (Guillon, 2012)", "treeID": "tree5096", "decision": "INCLUDED", "comments": "", "studyID": "pg_2415", "SHA": ""}, {"name": "tree2857 (Pyron, 2011)", "treeID": "tree2857", "decision": "INCLUDED", "comments": "", "studyID": "pg_423", "SHA": ""}, {"name": "tree5959 (Crawford, 2012)", "treeID": "tree5959", "decision": "INCLUDED", "comments": "", "studyID": "pg_2573", "SHA": ""}, {"name": "tree6295 (Reynolds, 2014)", "treeID": "tree6295", "decision": "INCLUDED", "comments": "", "studyID": "pg_2711", "SHA": ""}, {"name": "tree5285 (Pyron, 2013)", "treeID": "tree5285", "decision": "INCLUDED", "comments": "", "studyID": "pg_2460", "SHA": ""}, {"name": "tree2661 (Tsang, 2011)", "treeID": "tree2661", "decision": "INCLUDED", "comments": "", "studyID": "pg_1252", "SHA": ""}, {"name": "tree2660 (Ahyong, 2007)", "treeID": "tree2660", "decision": "INCLUDED", "comments": "", "studyID": "pg_1336", "SHA": ""}, {"name": "tree6513 (Schnabel, 2010)", "treeID": "tree6513", "decision": "INCLUDED", "comments": "", "studyID": "pg_1948", "SHA": ""}, {"name": "tree6514 (Hunter, 2007)", "treeID": "tree6514", "decision": "INCLUDED", "comments": "", "studyID": "pg_1796", "SHA": ""}, {"name": "tree6515 (Cabezas, 2011)", "treeID": "tree6515", "decision": "INCLUDED", "comments": "", "studyID": "pg_2243", "SHA": ""}, {"name": "tree6214 (von Rintelen K, 2012)", "treeID": "tree6214", "decision": "INCLUDED", "comments": "", "studyID": "pg_2670", "SHA": ""}, {"name": "tree6216 (von Rintelen, 2007)", "treeID": "tree6216", "decision": "INCLUDED", "comments": "", "studyID": "pg_2671", "SHA": ""}, {"name": "tree6219 (Toon, 2010)", "treeID": "tree6219", "decision": "INCLUDED", "comments": "", "studyID": "pg_2673", "SHA": ""}, {"name": "tree6220 (Ainscough, 2013)", "treeID": "tree6220", "decision": "INCLUDED", "comments": "", "studyID": "pg_2674", "SHA": ""}, {"name": "tree6221 (Breinholt, 2012)", "treeID": "tree6221", "decision": "INCLUDED", "comments": "", "studyID": "pg_2675", "SHA": ""}, {"name": "tree6222 (Yang, 2012)", "treeID": "tree6222", "decision": "INCLUDED", "comments": "", "studyID": "pg_2676", "SHA": ""}, {"name": "tree6223 (Bracken-Grissom, 2013)", "treeID": "tree6223", "decision": "INCLUDED", "comments": "", "studyID": "pg_2677", "SHA": ""}, {"name": "tree6227 (Bracken, 2010)", "treeID": "tree6227", "decision": "INCLUDED", "comments": "", "studyID": "pg_2682", "SHA": ""}, {"name": "tree6228 (Bracken\u2010Grissom, 2012)", "treeID": "tree6228", "decision": "INCLUDED", "comments": "", "studyID": "pg_2683", "SHA": ""}, {"name": "tree6519 (Anker, 2012)", "treeID": "tree6519", "decision": "INCLUDED", "comments": "", "studyID": "pg_2807", "SHA": ""}, {"name": "tree6522 (Baeza, 2013)", "treeID": "tree6522", "decision": "INCLUDED", "comments": "", "studyID": "pg_2808", "SHA": ""}, {"name": "tree6211 (Roterman, 2013)", "treeID": "tree6211", "decision": "INCLUDED", "comments": "", "studyID": "pg_2667", "SHA": ""}, {"name": "tree6594 (Bracken-Grissom, 2014)", "treeID": "tree6594", "decision": "INCLUDED", "comments": "", "studyID": "pg_2838", "SHA": ""}, {"name": "tree4323 (Banks, 2004)", "treeID": "tree4323", "decision": "INCLUDED", "comments": "", "studyID": "pg_2087", "SHA": ""}, {"name": "tree4074 (Svenson, 2009)", "treeID": "tree4074", "decision": "INCLUDED", "comments": "", "studyID": "pg_1988", "SHA": ""}, {"name": "tree6247 (Kocarek, 2013)", "treeID": "tree6247", "decision": "INCLUDED", "comments": "", "studyID": "pg_2593", "SHA": ""}, {"name": "tree6121 (Sikes, 2013)", "treeID": "tree6121", "decision": "INCLUDED", "comments": "", "studyID": "pg_2614", "SHA": ""}, {"name": "tree6143 (Whitmore, 2013)", "treeID": "tree6143", "decision": "INCLUDED", "comments": "", "studyID": "pg_2628", "SHA": ""}, {"name": "tree6537 (Lambkin, 2011)", "treeID": "tree6537", "decision": "INCLUDED", "comments": "", "studyID": "pg_2323", "SHA": ""}, {"name": "tree3943 (Van der Linde, 2010)", "treeID": "tree3943", "decision": "INCLUDED", "comments": "", "studyID": "pg_1940", "SHA": ""}, {"name": "tree6242 (Wiegmann, 2011)", "treeID": "tree6242", "decision": "INCLUDED", "comments": "", "studyID": "pg_437", "SHA": ""}, {"name": "tree6014 (Lambkin, 2013)", "treeID": "tree6014", "decision": "INCLUDED", "comments": "", "studyID": "pg_2594", "SHA": ""}, {"name": "tree6538 (Mullins P.L., 2012)", "treeID": "tree6538", "decision": "INCLUDED", "comments": "", "studyID": "pg_2357", "SHA": ""}, {"name": "tree134 (Moreau, 2006)", "treeID": "tree134", "decision": "INCLUDED", "comments": "", "studyID": "pg_251", "SHA": ""}, {"name": "tree3731 (Brady, 2006)", "treeID": "tree3731", "decision": "INCLUDED", "comments": "", "studyID": "pg_1849", "SHA": ""}, {"name": "tree6533 (Lopez-Osorio, 2014)", "treeID": "tree6533", "decision": "INCLUDED", "comments": "", "studyID": "pg_2811", "SHA": ""}, {"name": "tree6043 (Hedtke, 2013)", "treeID": "tree6043", "decision": "INCLUDED", "comments": "", "studyID": "pg_2604", "SHA": ""}, {"name": "tree6170 (Sharkey, 2011)", "treeID": "tree6170", "decision": "INCLUDED", "comments": "", "studyID": "pg_1563", "SHA": ""}, {"name": "tree6201 (Regier, 2013)", "treeID": "tree6201", "decision": "INCLUDED", "comments": "", "studyID": "pg_2664", "SHA": ""}, {"name": "tree3581 (Cho, 2011)", "treeID": "tree3581", "decision": "INCLUDED", "comments": "", "studyID": "pg_1776", "SHA": ""}, {"name": "tree1 (Kawahara, 2014)", "treeID": "tree1", "decision": "INCLUDED", "comments": "", "studyID": "ot_185", "SHA": ""}, {"name": "tree6167 (Wiegmann, 2009)", "treeID": "tree6167", "decision": "INCLUDED", "comments": "", "studyID": "pg_1337", "SHA": ""}, {"name": "tree6162 (Letsch, 2013)", "treeID": "tree6162", "decision": "INCLUDED", "comments": "", "studyID": "pg_2629", "SHA": ""}, {"name": "tree5953 (Wiklund, 2009)", "treeID": "tree5953", "decision": "INCLUDED", "comments": "", "studyID": "pg_2156", "SHA": ""}, {"name": "tree2666 (Simon, 2009)", "treeID": "tree2666", "decision": "INCLUDED", "comments": "", "studyID": "pg_1338", "SHA": ""}, {"name": "tree5117 (Nadler, 1998)", "treeID": "tree5117", "decision": "INCLUDED", "comments": "", "studyID": "pg_2422", "SHA": ""}, {"name": "tree1 (Blaxter, 1998)", "treeID": "tree1", "decision": "INCLUDED", "comments": "", "studyID": "ot_182", "SHA": ""}, {"name": "tree2 (Sultana, 2013)", "treeID": "tree2", "decision": "INCLUDED", "comments": "", "studyID": "ot_183", "SHA": ""}, {"name": "tree4245 (Mullin P., 2003)", "treeID": "tree4245", "decision": "INCLUDED", "comments": "", "studyID": "pg_2061", "SHA": ""}, {"name": "tree6488 (Rouse, 2004)", "treeID": "tree6488", "decision": "INCLUDED", "comments": "", "studyID": "pg_2068", "SHA": ""}, {"name": "tree6669 (Eklof, 2007)", "treeID": "tree6669", "decision": "INCLUDED", "comments": "", "studyID": "pg_2405", "SHA": ""}, {"name": "tree6166 (Struck, 2011)", "treeID": "tree6166", "decision": "INCLUDED", "comments": "", "studyID": "pg_1366", "SHA": ""}, {"name": "tree4335 (Uit de Weerd, 2005)", "treeID": "tree4335", "decision": "INCLUDED", "comments": "", "studyID": "pg_2092", "SHA": ""}, {"name": "tree6482 (Dohrmann, 2008)", "treeID": "tree6482", "decision": "INCLUDED", "comments": "", "studyID": "pg_2544", "SHA": ""}, {"name": "tree6249 (Hill, 2013)", "treeID": "tree6249", "decision": "INCLUDED", "comments": "", "studyID": "pg_2696", "SHA": ""}, {"name": "tree6290 (Redmond, 2013)", "treeID": "tree6290", "decision": "INCLUDED", "comments": "", "studyID": "pg_2709", "SHA": ""}, {"name": "tree6603 (P\u00e9rez-Losada, 2009)", "treeID": "tree6603", "decision": "INCLUDED", "comments": "", "studyID": "pg_2842", "SHA": ""}, {"name": "tree6289 (Kayal, 2013)", "treeID": "tree6289", "decision": "INCLUDED", "comments": "", "studyID": "pg_2708", "SHA": ""}, {"name": "tree6255 (Dohrmann, 2009)", "treeID": "tree6255", "decision": "INCLUDED", "comments": "", "studyID": "pg_1343", "SHA": ""}, {"name": "tree6534 (Dunn, 2005)", "treeID": "tree6534", "decision": "INCLUDED", "comments": "", "studyID": "pg_1788", "SHA": ""}, {"name": "tree6257 (Cartwright, 2008)", "treeID": "tree6257", "decision": "INCLUDED", "comments": "", "studyID": "pg_1786", "SHA": ""}, {"name": "tree6224 (Janies, 2011)", "treeID": "tree6224", "decision": "INCLUDED", "comments": "", "studyID": "pg_2678", "SHA": ""}, {"name": "tree523 (Smith, 2011)", "treeID": "tree523", "decision": "INCLUDED", "comments": "", "studyID": "pg_421", "SHA": ""}, {"name": "tree6151 (Huang, 2013)", "treeID": "tree6151", "decision": "INCLUDED", "comments": "", "studyID": "pg_1761", "SHA": ""}, {"name": "tree6291 (Ryan, 2013)", "treeID": "tree6291", "decision": "INCLUDED", "comments": "", "studyID": "pg_2710", "SHA": ""}], "id": "opentreeoflife/metazoa", "description": "Generated by tree-ranks-to-collection.py on Fri, 09 Oct 2015 15:58:29 GMT"}, {"name": "Inputs to synthesis (plants)", "contributors": [{"login": "blackrim", "name": "Stephen Smith"}], "creator": {"login": "josephwb", "name": "Joseph W. Brown"}, "url": "", "lastModified": {"display_date": "Fri, 9 Oct 2015 12:48:57 -0400", "ISO_date": "2015-10-09 12:48:57 -0400", "relative_date": "4 months ago", "author_name": "Jim Allman", "sha": "f3958a7700736a2a4b19601ef9d66d4cb58d8ea8"}, "queries": [], "decisions": [{"name": "tree6577 (Gottlieb A., 2003)", "treeID": "tree6577", "decision": "INCLUDED", "comments": "", "studyID": "pg_2827", "SHA": ""}, {"name": "tree1415 (Yesson C., 2006)", "treeID": "tree1415", "decision": "INCLUDED", "comments": "", "studyID": "pg_761", "SHA": ""}, {"name": "tree5878 (Scharaschkin, 2005)", "treeID": "tree5878", "decision": "INCLUDED", "comments": "", "studyID": "pg_77", "SHA": ""}, {"name": "tree1392 (Schultheis, 2004)", "treeID": "tree1392", "decision": "INCLUDED", "comments": "", "studyID": "pg_754", "SHA": ""}, {"name": "tree325 (Harbaugh, 2010)", "treeID": "tree325", "decision": "INCLUDED", "comments": "", "studyID": "pg_330", "SHA": ""}, {"name": "tree2265 (Xiang C., 2012)", "treeID": "tree2265", "decision": "INCLUDED", "comments": "", "studyID": "pg_1131", "SHA": ""}, {"name": "tree6288 (Soltis, 2013)", "treeID": "tree6288", "decision": "INCLUDED", "comments": "", "studyID": "pg_2608", "SHA": ""}, {"name": "tree6294 (Soltis D., 2011)", "treeID": "tree6294", "decision": "INCLUDED", "comments": "", "studyID": "pg_2539", "SHA": ""}, {"name": "tree6165 (Wang, 2012)", "treeID": "tree6165", "decision": "INCLUDED", "comments": "", "studyID": "pg_2645", "SHA": ""}, {"name": "tree6164 (Wang, 2009)", "treeID": "tree6164", "decision": "INCLUDED", "comments": "", "studyID": "pg_2644", "SHA": ""}, {"name": "tree6161 (Sch\u00e4ferhoff, 2009)", "treeID": "tree6161", "decision": "INCLUDED", "comments": "", "studyID": "pg_2642", "SHA": ""}, {"name": "tree6142 (M\u00fcller, 2005)", "treeID": "tree6142", "decision": "INCLUDED", "comments": "", "studyID": "pg_2626", "SHA": ""}, {"name": "tree333 (Sanchez, 2011)", "treeID": "tree333", "decision": "INCLUDED", "comments": "", "studyID": "pg_332", "SHA": ""}, {"name": "tree6586 (Mayuzumi S., 2004)", "treeID": "tree6586", "decision": "INCLUDED", "comments": "", "studyID": "pg_2832", "SHA": ""}, {"name": "tree3765 (Moore, 2010)", "treeID": "tree3765", "decision": "INCLUDED", "comments": "", "studyID": "pg_1866", "SHA": ""}, {"name": "tree5731 (Neinhuis C., 2005)", "treeID": "tree5731", "decision": "INCLUDED", "comments": "", "studyID": "pg_59", "SHA": ""}, {"name": "tree1266 (Christin, 2011)", "treeID": "tree1266", "decision": "INCLUDED", "comments": "", "studyID": "pg_704", "SHA": ""}, {"name": "tree6157 (Vidal-Russell, 2008)", "treeID": "tree6157", "decision": "INCLUDED", "comments": "", "studyID": "pg_2638", "SHA": ""}, {"name": "tree4038 (Sun, 2012)", "treeID": "tree4038", "decision": "INCLUDED", "comments": "", "studyID": "pg_1974", "SHA": ""}, {"name": "tree4039 (Sun, 2012)", "treeID": "tree4039", "decision": "INCLUDED", "comments": "", "studyID": "pg_1974", "SHA": ""}, {"name": "tree6721 (Soza, 2012)", "treeID": "tree6721", "decision": "INCLUDED", "comments": "", "studyID": "pg_2901", "SHA": ""}, {"name": "tree6730 (Fior S., 2013)", "treeID": "tree6730", "decision": "INCLUDED", "comments": "", "studyID": "pg_2906", "SHA": ""}, {"name": "tree3046 (Korotkova, 2011)", "treeID": "tree3046", "decision": "INCLUDED", "comments": "", "studyID": "pg_1524", "SHA": ""}, {"name": "tree2837 (Van der niet T., 2004)", "treeID": "tree2837", "decision": "INCLUDED", "comments": "", "studyID": "pg_1414", "SHA": ""}, {"name": "tree5110 (Monteiro S., 2010)", "treeID": "tree5110", "decision": "INCLUDED", "comments": "", "studyID": "pg_1411", "SHA": ""}, {"name": "tree2822 (Kurzweil H., 1991)", "treeID": "tree2822", "decision": "INCLUDED", "comments": "", "studyID": "pg_1409", "SHA": ""}, {"name": "tree2821 (Kennedy A.H., 2010)", "treeID": "tree2821", "decision": "INCLUDED", "comments": "", "studyID": "pg_1408", "SHA": ""}, {"name": "tree2818 (Gravendeel B., 2004)", "treeID": "tree2818", "decision": "INCLUDED", "comments": "", "studyID": "pg_1407", "SHA": ""}, {"name": "tree2812 (Devos, 2006)", "treeID": "tree2812", "decision": "INCLUDED", "comments": "", "studyID": "pg_1401", "SHA": ""}, {"name": "tree2795 (Wilkin, 2005)", "treeID": "tree2795", "decision": "INCLUDED", "comments": "", "studyID": "pg_1391", "SHA": ""}, {"name": "tree2876 (Jabaily R.S., 2010)", "treeID": "tree2876", "decision": "INCLUDED", "comments": "", "studyID": "pg_1434", "SHA": ""}, {"name": "tree6153 (R\u00f8nsted, 2008)", "treeID": "tree6153", "decision": "INCLUDED", "comments": "", "studyID": "pg_2633", "SHA": ""}, {"name": "tree3088 (Chung, 2012)", "treeID": "tree3088", "decision": "INCLUDED", "comments": "", "studyID": "pg_1539", "SHA": ""}, {"name": "tree6154 (R\u00f8nsted, 2013)", "treeID": "tree6154", "decision": "INCLUDED", "comments": "", "studyID": "pg_2634", "SHA": ""}, {"name": "tree1967 (Ness, 2011)", "treeID": "tree1967", "decision": "INCLUDED", "comments": "", "studyID": "pg_1022", "SHA": ""}, {"name": "tree817 (Givnish, 2010)", "treeID": "tree817", "decision": "INCLUDED", "comments": "", "studyID": "pg_562", "SHA": ""}, {"name": "tree878 (Seberg, 2012)", "treeID": "tree878", "decision": "INCLUDED", "comments": "", "studyID": "pg_588", "SHA": ""}, {"name": "tree4220 (Wheeler, 2013)", "treeID": "tree4220", "decision": "INCLUDED", "comments": "", "studyID": "pg_2048", "SHA": ""}, {"name": "tree2295 (Allen G., 2003)", "treeID": "tree2295", "decision": "INCLUDED", "comments": "", "studyID": "pg_1137", "SHA": ""}, {"name": "tree2878 (de Oliveira Furtado de Sousa, 2007)", "treeID": "tree2878", "decision": "INCLUDED", "comments": "", "studyID": "pg_62", "SHA": ""}, {"name": "tree6597 (Sulmann J.D., 2013)", "treeID": "tree6597", "decision": "INCLUDED", "comments": "", "studyID": "pg_2841", "SHA": ""}, {"name": "tree4317 (Cabrera L., 2008)", "treeID": "tree4317", "decision": "INCLUDED", "comments": "", "studyID": "pg_2085", "SHA": ""}, {"name": "tree794 (Cusimano N., 2011)", "treeID": "tree794", "decision": "INCLUDED", "comments": "", "studyID": "pg_180", "SHA": ""}, {"name": "tree849 (Nauheimer, 2012)", "treeID": "tree849", "decision": "INCLUDED", "comments": "", "studyID": "pg_576", "SHA": ""}, {"name": "tree859 (Petersen, 2008)", "treeID": "tree859", "decision": "INCLUDED", "comments": "", "studyID": "pg_581", "SHA": ""}, {"name": "tree862 (Pirie, 2008)", "treeID": "tree862", "decision": "INCLUDED", "comments": "", "studyID": "pg_582", "SHA": ""}, {"name": "tree926 (Soreng, 2007)", "treeID": "tree926", "decision": "INCLUDED", "comments": "", "studyID": "pg_598", "SHA": ""}, {"name": "tree927 (Specht, 2006)", "treeID": "tree927", "decision": "INCLUDED", "comments": "", "studyID": "pg_599", "SHA": ""}, {"name": "tree940 (Whitten, 2007)", "treeID": "tree940", "decision": "INCLUDED", "comments": "", "studyID": "pg_603", "SHA": ""}, {"name": "tree1298 (Burns, 2011)", "treeID": "tree1298", "decision": "INCLUDED", "comments": "", "studyID": "pg_721", "SHA": ""}, {"name": "tree1300 (Petersen, 2006)", "treeID": "tree1300", "decision": "INCLUDED", "comments": "", "studyID": "pg_723", "SHA": ""}, {"name": "tree4103 (Guo, 2005)", "treeID": "tree4103", "decision": "INCLUDED", "comments": "", "studyID": "pg_921", "SHA": ""}, {"name": "tree816 (Givnish, 2011)", "treeID": "tree816", "decision": "INCLUDED", "comments": "", "studyID": "pg_61", "SHA": ""}, {"name": "tree839 (Les, 2005)", "treeID": "tree839", "decision": "INCLUDED", "comments": "", "studyID": "pg_573", "SHA": ""}, {"name": "tree832 (Johansen, 2005)", "treeID": "tree832", "decision": "INCLUDED", "comments": "", "studyID": "pg_566", "SHA": ""}, {"name": "tree3044 (Smith J., 1994)", "treeID": "tree3044", "decision": "INCLUDED", "comments": "", "studyID": "pg_1522", "SHA": ""}, {"name": "tree3142 (McKain, 2010)", "treeID": "tree3142", "decision": "INCLUDED", "comments": "", "studyID": "pg_1570", "SHA": ""}, {"name": "tree3194 (Marlowe K., 2006)", "treeID": "tree3194", "decision": "INCLUDED", "comments": "", "studyID": "pg_1583", "SHA": ""}, {"name": "tree3145 (Karis P. , 1989)", "treeID": "tree3145", "decision": "INCLUDED", "comments": "", "studyID": "pg_1572", "SHA": ""}, {"name": "tree6735 (Kissling, 2013)", "treeID": "tree6735", "decision": "INCLUDED", "comments": "", "studyID": "pg_2909", "SHA": ""}, {"name": "tree3862 (Wanntorp L., 2006)", "treeID": "tree3862", "decision": "INCLUDED", "comments": "", "studyID": "pg_43", "SHA": ""}, {"name": "tree1750 (Luebert, 2008)", "treeID": "tree1750", "decision": "INCLUDED", "comments": "", "studyID": "pg_38", "SHA": ""}, {"name": "tree6673 (Drew, 2013)", "treeID": "tree6673", "decision": "INCLUDED", "comments": "", "studyID": "pg_2878", "SHA": ""}, {"name": "tree6139 (M\u00fcller, 2010)", "treeID": "tree6139", "decision": "INCLUDED", "comments": "", "studyID": "pg_2624", "SHA": ""}, {"name": "tree4437 (Ishikawa N., 2009)", "treeID": "tree4437", "decision": "INCLUDED", "comments": "", "studyID": "pg_2128", "SHA": ""}, {"name": "tree2177 (Baldwin B.G., 2011)", "treeID": "tree2177", "decision": "INCLUDED", "comments": "", "studyID": "pg_1102", "SHA": ""}, {"name": "tree2251 (Stern, 2010)", "treeID": "tree2251", "decision": "INCLUDED", "comments": "", "studyID": "pg_1129", "SHA": ""}, {"name": "tree2201 (Tank D., 2009)", "treeID": "tree2201", "decision": "INCLUDED", "comments": "", "studyID": "pg_1109", "SHA": ""}, {"name": "tree4118 (Clark J., 2009)", "treeID": "tree4118", "decision": "INCLUDED", "comments": "", "studyID": "pg_2004", "SHA": ""}, {"name": "tree1280 (Devos, 2010)", "treeID": "tree1280", "decision": "INCLUDED", "comments": "", "studyID": "pg_53", "SHA": ""}, {"name": "tree2226 (Drew, 2012)", "treeID": "tree2226", "decision": "INCLUDED", "comments": "", "studyID": "pg_1118", "SHA": ""}, {"name": "tree6213 (Bendiksby, 2011)", "treeID": "tree6213", "decision": "INCLUDED", "comments": "", "studyID": "pg_2669", "SHA": ""}, {"name": "tree5922 (Tripp, 2012)", "treeID": "tree5922", "decision": "INCLUDED", "comments": "", "studyID": "pg_2032", "SHA": ""}, {"name": "tree3877 (Jobson, 2003)", "treeID": "tree3877", "decision": "INCLUDED", "comments": "", "studyID": "pg_1901", "SHA": ""}, {"name": "tree1287 (Sch\u00e4ferhoff, 2010)", "treeID": "tree1287", "decision": "INCLUDED", "comments": "", "studyID": "pg_713", "SHA": ""}, {"name": "tree6740 (Souza E.R., 2013)", "treeID": "tree6740", "decision": "INCLUDED", "comments": "", "studyID": "pg_2912", "SHA": ""}, {"name": "tree142 (Fritsch, 2012)", "treeID": "tree142", "decision": "INCLUDED", "comments": "", "studyID": "pg_259", "SHA": ""}, {"name": "tree150 (Paganucci de queiroz L., 2011)", "treeID": "tree150", "decision": "INCLUDED", "comments": "", "studyID": "pg_264", "SHA": ""}, {"name": "tree161 (Ireland H., 2010)", "treeID": "tree161", "decision": "INCLUDED", "comments": "", "studyID": "pg_267", "SHA": ""}, {"name": "tree4291 (Schutte-Vlok, 2011)", "treeID": "tree4291", "decision": "INCLUDED", "comments": "", "studyID": "pg_2077", "SHA": ""}, {"name": "tree201 (Simon, 2011)", "treeID": "tree201", "decision": "INCLUDED", "comments": "", "studyID": "pg_293", "SHA": ""}, {"name": "tree784 (Delgado-Salinas, 2006)", "treeID": "tree784", "decision": "INCLUDED", "comments": "", "studyID": "pg_197", "SHA": ""}, {"name": "tree896 (Marazzi B., 2010)", "treeID": "tree896", "decision": "INCLUDED", "comments": "", "studyID": "pg_595", "SHA": ""}, {"name": "tree6236 (Ellison N., 2006)", "treeID": "tree6236", "decision": "INCLUDED", "comments": "", "studyID": "pg_131", "SHA": ""}, {"name": "tree6241 (Drummond, 2012)", "treeID": "tree6241", "decision": "INCLUDED", "comments": "", "studyID": "pg_2689", "SHA": ""}, {"name": "tree906 (Ribeiro R., 2007)", "treeID": "tree906", "decision": "INCLUDED", "comments": "", "studyID": "pg_597", "SHA": ""}, {"name": "tree4100 (Mehrshid Riahi, 2011)", "treeID": "tree4100", "decision": "INCLUDED", "comments": "", "studyID": "pg_2001", "SHA": ""}, {"name": "tree5290 (Steele K., 2003)", "treeID": "tree5290", "decision": "INCLUDED", "comments": "", "studyID": "pg_606", "SHA": ""}, {"name": "tree159 (Schrire, 2009)", "treeID": "tree159", "decision": "INCLUDED", "comments": "", "studyID": "pg_270", "SHA": ""}, {"name": "tree901 (Percy D., 2002)", "treeID": "tree901", "decision": "INCLUDED", "comments": "", "studyID": "pg_596", "SHA": ""}, {"name": "tree202 (Redden, 2010)", "treeID": "tree202", "decision": "INCLUDED", "comments": "", "studyID": "pg_294", "SHA": ""}, {"name": "tree199 (Sede, 2009)", "treeID": "tree199", "decision": "INCLUDED", "comments": "", "studyID": "pg_292", "SHA": ""}, {"name": "tree775 (Boatwright J., 2008)", "treeID": "tree775", "decision": "INCLUDED", "comments": "", "studyID": "pg_58", "SHA": ""}, {"name": "tree798 (A. Delgado-Salinas, 2011)", "treeID": "tree798", "decision": "INCLUDED", "comments": "", "studyID": "pg_548", "SHA": ""}, {"name": "tree4234 (Cardoso D.B., 2012)", "treeID": "tree4234", "decision": "INCLUDED", "comments": "", "studyID": "pg_2055", "SHA": ""}, {"name": "tree4240 (Cardoso D.B., 2012)", "treeID": "tree4240", "decision": "INCLUDED", "comments": "", "studyID": "pg_2057", "SHA": ""}, {"name": "tree4426 (Cardoso D.B., 2013)", "treeID": "tree4426", "decision": "INCLUDED", "comments": "", "studyID": "pg_2127", "SHA": ""}, {"name": "tree890 (Lavin M., 2003)", "treeID": "tree890", "decision": "INCLUDED", "comments": "", "studyID": "pg_594", "SHA": ""}, {"name": "tree145 (Manzanilla V., 2012)", "treeID": "tree145", "decision": "INCLUDED", "comments": "", "studyID": "pg_261", "SHA": ""}, {"name": "tree777 (Boatwright J., 2007)", "treeID": "tree777", "decision": "INCLUDED", "comments": "", "studyID": "pg_57", "SHA": ""}, {"name": "tree2114 (Stefanovic, 2009)", "treeID": "tree2114", "decision": "INCLUDED", "comments": "", "studyID": "pg_1087", "SHA": ""}, {"name": "tree2115 (Stefanovic, 2009)", "treeID": "tree2115", "decision": "INCLUDED", "comments": "", "studyID": "pg_1087", "SHA": ""}, {"name": "tree6243 (Wojciechowski M., 2004)", "treeID": "tree6243", "decision": "INCLUDED", "comments": "", "studyID": "pg_2690", "SHA": ""}, {"name": "tree4213 (Mishler B., 2013)", "treeID": "tree4213", "decision": "INCLUDED", "comments": "", "studyID": "pg_2045", "SHA": ""}, {"name": "tree947 (Riley-Hulting, 2004)", "treeID": "tree947", "decision": "INCLUDED", "comments": "", "studyID": "pg_605", "SHA": ""}, {"name": "tree5017 (Forest, 2007)", "treeID": "tree5017", "decision": "INCLUDED", "comments": "", "studyID": "pg_271", "SHA": ""}, {"name": "tree6198 (Sch\u00f6nenberger, 2005)", "treeID": "tree6198", "decision": "INCLUDED", "comments": "", "studyID": "pg_2661", "SHA": ""}, {"name": "tree4228 (Kaehler, 2012)", "treeID": "tree4228", "decision": "INCLUDED", "comments": "", "studyID": "pg_2052", "SHA": ""}, {"name": "tree2178 (Lohmann, 2013)", "treeID": "tree2178", "decision": "INCLUDED", "comments": "", "studyID": "pg_1103", "SHA": ""}, {"name": "tree12 (Olmstead, 2009)", "treeID": "tree12", "decision": "INCLUDED", "comments": "", "studyID": "pg_14", "SHA": ""}, {"name": "tree6020 (Nazaire, 2012)", "treeID": "tree6020", "decision": "INCLUDED", "comments": "", "studyID": "pg_2598", "SHA": ""}, {"name": "tree4098 (Nowak, 2012)", "treeID": "tree4098", "decision": "INCLUDED", "comments": "", "studyID": "pg_2000", "SHA": ""}, {"name": "tree2162 (Soza, 2010)", "treeID": "tree2162", "decision": "INCLUDED", "comments": "", "studyID": "pg_20", "SHA": ""}, {"name": "tree2172 (Soza, 2010)", "treeID": "tree2172", "decision": "INCLUDED", "comments": "", "studyID": "pg_1101", "SHA": ""}, {"name": "tree5708 (Gillespie E.L., 2010)", "treeID": "tree5708", "decision": "INCLUDED", "comments": "", "studyID": "pg_2565", "SHA": ""}, {"name": "tree2138 (Liede S., 2000)", "treeID": "tree2138", "decision": "INCLUDED", "comments": "", "studyID": "pg_1094", "SHA": ""}, {"name": "tree6160 (Bremer, 2009)", "treeID": "tree6160", "decision": "INCLUDED", "comments": "", "studyID": "pg_2641", "SHA": ""}, {"name": "tree5885 (Gruenstaeudl M., 2009)", "treeID": "tree5885", "decision": "INCLUDED", "comments": "", "studyID": "pg_99", "SHA": ""}, {"name": "tree1411 (Fritsch, 2006)", "treeID": "tree1411", "decision": "INCLUDED", "comments": "", "studyID": "pg_93", "SHA": ""}, {"name": "tree1732 (Fiaschi, 2011)", "treeID": "tree1732", "decision": "INCLUDED", "comments": "", "studyID": "pg_898", "SHA": ""}, {"name": "tree5865 (Green, 2011)", "treeID": "tree5865", "decision": "INCLUDED", "comments": "", "studyID": "pg_216", "SHA": ""}, {"name": "tree1740 (Tronchet, 2005)", "treeID": "tree1740", "decision": "INCLUDED", "comments": "", "studyID": "pg_901", "SHA": ""}, {"name": "tree6583 (Mitchell, 2005)", "treeID": "tree6583", "decision": "INCLUDED", "comments": "", "studyID": "pg_2830", "SHA": ""}, {"name": "tree6584 (Sede S.M., 2012)", "treeID": "tree6584", "decision": "INCLUDED", "comments": "", "studyID": "pg_2831", "SHA": ""}, {"name": "tree1296 (Tippery N., 2011)", "treeID": "tree1296", "decision": "INCLUDED", "comments": "", "studyID": "pg_719", "SHA": ""}, {"name": "tree4041 (Evgeny V. Mavrodiev, 2012)", "treeID": "tree4041", "decision": "INCLUDED", "comments": "", "studyID": "pg_1975", "SHA": ""}, {"name": "tree3678 (Galbany-Casals, 2009)", "treeID": "tree3678", "decision": "INCLUDED", "comments": "", "studyID": "pg_1821", "SHA": ""}, {"name": "tree3188 (Friar E., 2006)", "treeID": "tree3188", "decision": "INCLUDED", "comments": "", "studyID": "pg_1581", "SHA": ""}, {"name": "tree3164 (Gruenstaeudl, 2012)", "treeID": "tree3164", "decision": "INCLUDED", "comments": "", "studyID": "pg_1575", "SHA": ""}, {"name": "tree3144 (Sancho G. , 2004)", "treeID": "tree3144", "decision": "INCLUDED", "comments": "", "studyID": "pg_1573", "SHA": ""}, {"name": "tree1832 (Garnatje, 2005)", "treeID": "tree1832", "decision": "INCLUDED", "comments": "", "studyID": "pg_934", "SHA": ""}, {"name": "tree6585 (Fehlberg, 2007)", "treeID": "tree6585", "decision": "INCLUDED", "comments": "", "studyID": "pg_200", "SHA": ""}, {"name": "tree5743 (Mort, 2004)", "treeID": "tree5743", "decision": "INCLUDED", "comments": "", "studyID": "pg_152", "SHA": ""}, {"name": "tree1281 (Devos, 2010)", "treeID": "tree1281", "decision": "INCLUDED", "comments": "", "studyID": "pg_53", "SHA": ""}, {"name": "tree4282 (Burge, 2011)", "treeID": "tree4282", "decision": "INCLUDED", "comments": "", "studyID": "pg_2076", "SHA": ""}, {"name": "tree1397 (Manns U., 2005)", "treeID": "tree1397", "decision": "INCLUDED", "comments": "", "studyID": "pg_50", "SHA": ""}, {"name": "tree5881 (Goetsch, 2005)", "treeID": "tree5881", "decision": "INCLUDED", "comments": "", "studyID": "pg_80", "SHA": ""}, {"name": "tree532 (Stephen A. Smith, 2010)", "treeID": "tree532", "decision": "INCLUDED", "comments": "", "studyID": "pg_424", "SHA": ""}, {"name": "tree5792 (Park, 2006)", "treeID": "tree5792", "decision": "INCLUDED", "comments": "", "studyID": "pg_82", "SHA": ""}, {"name": "tree6580 (Clement W., 2011)", "treeID": "tree6580", "decision": "INCLUDED", "comments": "", "studyID": "pg_1962", "SHA": ""}, {"name": "tree1802 (Moore, 2007)", "treeID": "tree1802", "decision": "INCLUDED", "comments": "", "studyID": "pg_915", "SHA": ""}, {"name": "tree1775 (Bell, 2007)", "treeID": "tree1775", "decision": "INCLUDED", "comments": "", "studyID": "pg_32", "SHA": ""}, {"name": "tree1803 (Moore, 2007)", "treeID": "tree1803", "decision": "INCLUDED", "comments": "", "studyID": "pg_915", "SHA": ""}, {"name": "tree6140 (M\u00fcller, 2005)", "treeID": "tree6140", "decision": "INCLUDED", "comments": "", "studyID": "pg_2625", "SHA": ""}, {"name": "tree2258 (Clarkson, 2004)", "treeID": "tree2258", "decision": "INCLUDED", "comments": "", "studyID": "pg_1130", "SHA": ""}, {"name": "tree4217 (Costea M., 2013)", "treeID": "tree4217", "decision": "INCLUDED", "comments": "", "studyID": "pg_2047", "SHA": ""}, {"name": "tree459 (Filipowicz N.H., 2012)", "treeID": "tree459", "decision": "INCLUDED", "comments": "", "studyID": "pg_386", "SHA": ""}, {"name": "tree5860 (Tate, 2009)", "treeID": "tree5860", "decision": "INCLUDED", "comments": "", "studyID": "pg_139", "SHA": ""}, {"name": "tree2233 (Levin, 2006)", "treeID": "tree2233", "decision": "INCLUDED", "comments": "", "studyID": "pg_126", "SHA": ""}, {"name": "tree5857 (Carlos Montero-Castro, 2006)", "treeID": "tree5857", "decision": "INCLUDED", "comments": "", "studyID": "pg_136", "SHA": ""}, {"name": "tree3959 (Tank, 2010)", "treeID": "tree3959", "decision": "INCLUDED", "comments": "", "studyID": "pg_1944", "SHA": ""}, {"name": "tree6578 (Smith, 2009)", "treeID": "tree6578", "decision": "INCLUDED", "comments": "", "studyID": "pg_2828", "SHA": ""}, {"name": "tree38 (Fishbein, 2011)", "treeID": "tree38", "decision": "INCLUDED", "comments": "", "studyID": "pg_142", "SHA": ""}, {"name": "tree37 (Olmstead R., 2008)", "treeID": "tree37", "decision": "INCLUDED", "comments": "", "studyID": "pg_21", "SHA": ""}, {"name": "tree1743 (Downie, 2000)", "treeID": "tree1743", "decision": "INCLUDED", "comments": "", "studyID": "pg_75", "SHA": ""}, {"name": "tree1396 (Cariaga, 2008)", "treeID": "tree1396", "decision": "INCLUDED", "comments": "", "studyID": "pg_41", "SHA": ""}, {"name": "tree4212 (McNeal, 2013)", "treeID": "tree4212", "decision": "INCLUDED", "comments": "", "studyID": "pg_2044", "SHA": ""}, {"name": "tree3902 (German, 2009)", "treeID": "tree3902", "decision": "INCLUDED", "comments": "", "studyID": "pg_1916", "SHA": ""}, {"name": "tree1825 (Potter, 2007)", "treeID": "tree1825", "decision": "INCLUDED", "comments": "", "studyID": "pg_926", "SHA": ""}, {"name": "tree5647 (Zhang S., 2011)", "treeID": "tree5647", "decision": "INCLUDED", "comments": "", "studyID": "pg_1133", "SHA": ""}, {"name": "tree1016 (Heenan, 2005)", "treeID": "tree1016", "decision": "INCLUDED", "comments": "", "studyID": "pg_625", "SHA": ""}, {"name": "tree3724 (Oberlander, 2011)", "treeID": "tree3724", "decision": "INCLUDED", "comments": "", "studyID": "pg_1842", "SHA": ""}, {"name": "tree5028 (Riina R., 2009)", "treeID": "tree5028", "decision": "INCLUDED", "comments": "", "studyID": "pg_288", "SHA": ""}, {"name": "tree458 (Forrest, 2005)", "treeID": "tree458", "decision": "INCLUDED", "comments": "", "studyID": "pg_385", "SHA": ""}, {"name": "tree3725 (Zimmermann, 2010)", "treeID": "tree3725", "decision": "INCLUDED", "comments": "", "studyID": "pg_1843", "SHA": ""}, {"name": "tree3754 (Y. Yang, 2011)", "treeID": "tree3754", "decision": "INCLUDED", "comments": "", "studyID": "pg_1858", "SHA": ""}, {"name": "tree483 (Renner S.S., 2007)", "treeID": "tree483", "decision": "INCLUDED", "comments": "", "studyID": "pg_394", "SHA": ""}, {"name": "tree463 (Ghebretinsae, 2007)", "treeID": "tree463", "decision": "INCLUDED", "comments": "", "studyID": "pg_52", "SHA": ""}, {"name": "tree6296 (Wang, 2009)", "treeID": "tree6296", "decision": "INCLUDED", "comments": "", "studyID": "pg_2712", "SHA": ""}, {"name": "tree6117 (Xi, 2012)", "treeID": "tree6117", "decision": "INCLUDED", "comments": "", "studyID": "pg_2610", "SHA": ""}, {"name": "tree1147 (Muellner A., 2010)", "treeID": "tree1147", "decision": "INCLUDED", "comments": "", "studyID": "pg_650", "SHA": ""}, {"name": "tree167 (Coughenour J., 2010)", "treeID": "tree167", "decision": "INCLUDED", "comments": "", "studyID": "pg_275", "SHA": ""}, {"name": "tree5871 (Yi, 2007)", "treeID": "tree5871", "decision": "INCLUDED", "comments": "", "studyID": "pg_37", "SHA": ""}, {"name": "tree5787 (Hansen A., 2006)", "treeID": "tree5787", "decision": "INCLUDED", "comments": "", "studyID": "pg_73", "SHA": ""}, {"name": "tree5848 (Fiz, 2006)", "treeID": "tree5848", "decision": "INCLUDED", "comments": "", "studyID": "pg_88", "SHA": ""}, {"name": "tree801 (Davis, 2010)", "treeID": "tree801", "decision": "INCLUDED", "comments": "", "studyID": "pg_72", "SHA": ""}, {"name": "tree184 (Zhang, 2006)", "treeID": "tree184", "decision": "INCLUDED", "comments": "", "studyID": "pg_283", "SHA": ""}, {"name": "tree2281 (Morris, 2007)", "treeID": "tree2281", "decision": "INCLUDED", "comments": "", "studyID": "pg_30", "SHA": ""}, {"name": "tree2917 (Symmank, 2011)", "treeID": "tree2917", "decision": "INCLUDED", "comments": "", "studyID": "pg_1443", "SHA": ""}, {"name": "tree4483 (Mols, 2004)", "treeID": "tree4483", "decision": "INCLUDED", "comments": "", "studyID": "pg_2140", "SHA": ""}, {"name": "tree6566 (Ruhfel, 2014)", "treeID": "tree6566", "decision": "INCLUDED", "comments": "", "studyID": "pg_2820", "SHA": ""}, {"name": "tree2983 (Gonz\u00e1lez, 2008)", "treeID": "tree2983", "decision": "INCLUDED", "comments": "", "studyID": "pg_1483", "SHA": ""}, {"name": "tree2974 (Salino A., 2007)", "treeID": "tree2974", "decision": "INCLUDED", "comments": "", "studyID": "pg_1478", "SHA": ""}, {"name": "tree2969 (Hiroshi Kawai, 2004)", "treeID": "tree2969", "decision": "INCLUDED", "comments": "", "studyID": "pg_1474", "SHA": ""}, {"name": "tree2967 (Rouhan G., 2007)", "treeID": "tree2967", "decision": "INCLUDED", "comments": "", "studyID": "pg_1473", "SHA": ""}, {"name": "tree2932 (Schuettpelz, 2006)", "treeID": "tree2932", "decision": "INCLUDED", "comments": "", "studyID": "pg_1453", "SHA": ""}, {"name": "tree2926 (Wikstrm N., 1999)", "treeID": "tree2926", "decision": "INCLUDED", "comments": "", "studyID": "pg_1450", "SHA": ""}, {"name": "tree2766 (Guillemin M., 2008)", "treeID": "tree2766", "decision": "INCLUDED", "comments": "", "studyID": "pg_1384", "SHA": ""}, {"name": "tree2763 (Lee S., 2005)", "treeID": "tree2763", "decision": "INCLUDED", "comments": "", "studyID": "pg_1382", "SHA": ""}, {"name": "tree2634 (Sundue, 2010)", "treeID": "tree2634", "decision": "INCLUDED", "comments": "", "studyID": "pg_1318", "SHA": ""}, {"name": "tree2628 (Schneider, 2004)", "treeID": "tree2628", "decision": "INCLUDED", "comments": "", "studyID": "pg_1312", "SHA": ""}, {"name": "tree4564 (Juslen, 2011)", "treeID": "tree4564", "decision": "INCLUDED", "comments": "", "studyID": "pg_2165", "SHA": ""}, {"name": "tree6333 (Nelson P. , 2012)", "treeID": "tree6333", "decision": "INCLUDED", "comments": "", "studyID": "pg_1518", "SHA": ""}, {"name": "tree6713 (Lehtonen S., 2013)", "treeID": "tree6713", "decision": "INCLUDED", "comments": "", "studyID": "pg_2898", "SHA": ""}, {"name": "tree6709 (P. Korall, 2002)", "treeID": "tree6709", "decision": "INCLUDED", "comments": "", "studyID": "pg_2896", "SHA": ""}, {"name": "tree2544 (Hoot, 2006)", "treeID": "tree2544", "decision": "INCLUDED", "comments": "", "studyID": "pg_1264", "SHA": ""}, {"name": "tree5821 (Havill, 2008)", "treeID": "tree5821", "decision": "INCLUDED", "comments": "", "studyID": "pg_56", "SHA": ""}, {"name": "tree6171 (Volkmar, 2010)", "treeID": "tree6171", "decision": "INCLUDED", "comments": "", "studyID": "pg_2648", "SHA": ""}, {"name": "tree5699 (Driscoll, 2007)", "treeID": "tree5699", "decision": "INCLUDED", "comments": "", "studyID": "pg_2564", "SHA": ""}, {"name": "tree5863 (Eckert, 2006)", "treeID": "tree5863", "decision": "INCLUDED", "comments": "", "studyID": "pg_81", "SHA": ""}, {"name": "tree4089 (Rouhan, 2007)", "treeID": "tree4089", "decision": "INCLUDED", "comments": "", "studyID": "pg_1996", "SHA": ""}, {"name": "tree2921 (Hennequin, 2006)", "treeID": "tree2921", "decision": "INCLUDED", "comments": "", "studyID": "pg_1446", "SHA": ""}, {"name": "tree4198 (Hennequin S., 2010)", "treeID": "tree4198", "decision": "INCLUDED", "comments": "", "studyID": "pg_2039", "SHA": ""}, {"name": "tree4202 (Virtanen V. , 2003)", "treeID": "tree4202", "decision": "INCLUDED", "comments": "", "studyID": "pg_2042", "SHA": ""}, {"name": "tree3962 (Metzgar, 2007)", "treeID": "tree3962", "decision": "INCLUDED", "comments": "", "studyID": "pg_1942", "SHA": ""}, {"name": "tree3767 (Nagalingum N., 2007)", "treeID": "tree3767", "decision": "INCLUDED", "comments": "", "studyID": "pg_1868", "SHA": ""}, {"name": "tree3137 (Guillon, 2007)", "treeID": "tree3137", "decision": "INCLUDED", "comments": "", "studyID": "pg_1567", "SHA": ""}, {"name": "tree3855 (Won, 2006)", "treeID": "tree3855", "decision": "INCLUDED", "comments": "", "studyID": "pg_244", "SHA": ""}, {"name": "tree6674 (Cox, 2010)", "treeID": "tree6674", "decision": "INCLUDED", "comments": "", "studyID": "pg_2879", "SHA": ""}, {"name": "tree2166 (Leslie, 2012)", "treeID": "tree2166", "decision": "INCLUDED", "comments": "", "studyID": "pg_412", "SHA": ""}, {"name": "tree5991 (Qiu, 2006)", "treeID": "tree5991", "decision": "INCLUDED", "comments": "", "studyID": "pg_225", "SHA": ""}, {"name": "tree3766 (Nagalingum, 2011)", "treeID": "tree3766", "decision": "INCLUDED", "comments": "", "studyID": "pg_1867", "SHA": ""}, {"name": "tree2572 (Forrest L., 2006)", "treeID": "tree2572", "decision": "INCLUDED", "comments": "", "studyID": "pg_1278", "SHA": ""}, {"name": "tree2560 (Villarreal, 2012)", "treeID": "tree2560", "decision": "INCLUDED", "comments": "", "studyID": "pg_1268", "SHA": ""}, {"name": "tree1489 (Rydin, 2009)", "treeID": "tree1489", "decision": "INCLUDED", "comments": "", "studyID": "pg_787", "SHA": ""}, {"name": "tree5928 (Bock, 2013)", "treeID": "tree5928", "decision": "INCLUDED", "comments": "", "studyID": "pg_2046", "SHA": ""}], "id": "opentreeoflife/plants", "description": "Generated by tree-ranks-to-collection.py on Fri, 09 Oct 2015 15:59:50 GMT"}, {"name": "custom synthesis (Hypocreales)", "contributors": [{"login": "blackrim", "name": "Stephen Smith"}], "creator": {"login": "josephwb", "name": "Joseph W. Brown"}, "lastModified": {"display_date": "Mon, 12 Oct 2015 21:11:10 +0000", "ISO_date": "2015-10-12 21:11:10 +0000", "relative_date": "4 months ago", "author_name": "Joseph W. Brown", "sha": "b574544870415a22af9cd3dff12e03a868b8d098"}, "queries": [], "decisions": [{"name": "tree5659 (Sung G., 2008)", "treeID": "tree5659", "decision": "INCLUDED", "comments": "", "studyID": "pg_793", "SHA": ""}, {"name": "tree70734 (ot_490)", "treeID": "tree70734", "decision": "INCLUDED", "comments": "", "studyID": "ot_490", "SHA": ""}, {"name": "tree509 (Bischoff, 2005)", "treeID": "tree509", "decision": "INCLUDED", "comments": "", "studyID": "pg_406", "SHA": ""}, {"name": "tree5569 (P. Chaverri, 2005)", "treeID": "tree5569", "decision": "INCLUDED", "comments": "", "studyID": "pg_401", "SHA": ""}, {"name": "tree5304 (Chaverri, 2013)", "treeID": "tree5304", "decision": "INCLUDED", "comments": "", "studyID": "pg_2466", "SHA": ""}, {"name": "tree4479 (ot_497)", "treeID": "tree4479", "decision": "INCLUDED", "comments": "", "studyID": "ot_497", "SHA": ""}, {"name": "tree546 (Chaverri, 2005)", "treeID": "tree546", "decision": "INCLUDED", "comments": "", "studyID": "pg_432", "SHA": ""}, {"name": "tree60567 (ot_372)", "treeID": "tree60567", "decision": "INCLUDED", "comments": "", "studyID": "ot_372", "SHA": ""}, {"name": "tree217 (Lu B., 2003)", "treeID": "tree217", "decision": "INCLUDED", "comments": "", "studyID": "pg_300", "SHA": ""}, {"name": "tree65494 (ot_408)", "treeID": "tree65494", "decision": "INCLUDED", "comments": "", "studyID": "ot_408", "SHA": ""}, {"name": "tree1360 (Chaverri P., 2003)", "treeID": "tree1360", "decision": "INCLUDED", "comments": "", "studyID": "pg_745", "SHA": ""}, {"name": "tree3531 (Chaverri P., 2000)", "treeID": "tree3531", "decision": "INCLUDED", "comments": "", "studyID": "pg_1753", "SHA": ""}, {"name": "tree733 (Chaverri P., 2011)", "treeID": "tree733", "decision": "INCLUDED", "comments": "", "studyID": "pg_518", "SHA": ""}, {"name": "tree763 (Rehner S.A., 2011)", "treeID": "tree763", "decision": "INCLUDED", "comments": "", "studyID": "pg_531", "SHA": ""}, {"name": "tree651 (Bischoff, 2009)", "treeID": "tree651", "decision": "INCLUDED", "comments": "", "studyID": "pg_485", "SHA": ""}, {"name": "tree448 (Bischoff J., 2004)", "treeID": "tree448", "decision": "INCLUDED", "comments": "", "studyID": "pg_381", "SHA": ""}, {"name": "tree72538 (ot_393)", "treeID": "tree72538", "decision": "INCLUDED", "comments": "", "studyID": "ot_393", "SHA": ""}, {"name": "tree5347 (Charlton N., 2012)", "treeID": "tree5347", "decision": "INCLUDED", "comments": "", "studyID": "pg_2486", "SHA": ""}, {"name": "tree86931 (ot_467)", "treeID": "tree86931", "decision": "INCLUDED", "comments": "", "studyID": "ot_467", "SHA": ""}, {"name": "tree70613 (ot_436)", "treeID": "tree70613", "decision": "INCLUDED", "comments": "", "studyID": "ot_436", "SHA": ""}, {"name": "tree6262 (Paul A. Covey, 2014)", "treeID": "tree6262", "decision": "INCLUDED", "comments": "", "studyID": "pg_2697", "SHA": ""}, {"name": "tree5339 (P. W. Crous, 2013)", "treeID": "tree5339", "decision": "INCLUDED", "comments": "", "studyID": "pg_2481", "SHA": ""}, {"name": "tree61050 (ot_374)", "treeID": "tree61050", "decision": "INCLUDED", "comments": "", "studyID": "ot_374", "SHA": ""}, {"name": "tree50560 (ot_235)", "treeID": "tree50560", "decision": "INCLUDED", "comments": "", "studyID": "ot_235", "SHA": ""}, {"name": "tree6025 (Min-Jie Zhu, 2013)", "treeID": "tree6025", "decision": "INCLUDED", "comments": "", "studyID": "pg_2467", "SHA": ""}, {"name": "tree60495 (ot_344)", "treeID": "tree60495", "decision": "INCLUDED", "comments": "", "studyID": "ot_344", "SHA": ""}, {"name": "tree62023 (ot_381)", "treeID": "tree62023", "decision": "INCLUDED", "comments": "", "studyID": "ot_381", "SHA": ""}, {"name": "tree2584 (Lima C.S., 2012)", "treeID": "tree2584", "decision": "INCLUDED", "comments": "", "studyID": "pg_1288", "SHA": ""}, {"name": "tree5621 (Aoki T., 2012)", "treeID": "tree5621", "decision": "INCLUDED", "comments": "", "studyID": "pg_647", "SHA": ""}, {"name": "tree5896 (Han, 2012)", "treeID": "tree5896", "decision": "INCLUDED", "comments": "", "studyID": "pg_1618", "SHA": ""}, {"name": "tree5855 (Charlton, 2012)", "treeID": "tree5855", "decision": "INCLUDED", "comments": "", "studyID": "pg_1328", "SHA": ""}, {"name": "tree4827 (Van poucke K., 2012)", "treeID": "tree4827", "decision": "INCLUDED", "comments": "", "studyID": "pg_2280", "SHA": ""}, {"name": "tree5303 (Rajmohan, 2011)", "treeID": "tree5303", "decision": "INCLUDED", "comments": "", "studyID": "pg_1420", "SHA": ""}, {"name": "tree1127 (O'donnell K., 2011)", "treeID": "tree1127", "decision": "INCLUDED", "comments": "", "studyID": "pg_644", "SHA": ""}, {"name": "tree761 (Steiner U., 2011)", "treeID": "tree761", "decision": "INCLUDED", "comments": "", "studyID": "pg_529", "SHA": ""}, {"name": "tree5648 (Jaklitsch W.M. , 2009)", "treeID": "tree5648", "decision": "INCLUDED", "comments": "", "studyID": "pg_698", "SHA": ""}, {"name": "tree728 (Jaklitsch W.M., 2011)", "treeID": "tree728", "decision": "INCLUDED", "comments": "", "studyID": "pg_516", "SHA": ""}, {"name": "tree5770 (Aoki T., 2011)", "treeID": "tree5770", "decision": "INCLUDED", "comments": "", "studyID": "pg_1052", "SHA": ""}, {"name": "tree5892 (Smith, 2011)", "treeID": "tree5892", "decision": "INCLUDED", "comments": "", "studyID": "pg_1608", "SHA": ""}, {"name": "tree5428 (Burlakoti R.R., 2011)", "treeID": "tree5428", "decision": "INCLUDED", "comments": "", "studyID": "pg_2518", "SHA": ""}, {"name": "tree1654 (Lombard L., 2010)", "treeID": "tree1654", "decision": "INCLUDED", "comments": "", "studyID": "pg_860", "SHA": ""}, {"name": "tree1258 (Lombard L., 2010)", "treeID": "tree1258", "decision": "INCLUDED", "comments": "", "studyID": "pg_699", "SHA": ""}, {"name": "tree4823 (Lechat C., 2010)", "treeID": "tree4823", "decision": "INCLUDED", "comments": "", "studyID": "pg_2276", "SHA": ""}, {"name": "tree1651 (Lombard L., 2009)", "treeID": "tree1651", "decision": "INCLUDED", "comments": "", "studyID": "pg_857", "SHA": ""}, {"name": "tree5599 (L. J. Iannone, 2009)", "treeID": "tree5599", "decision": "INCLUDED", "comments": "", "studyID": "pg_487", "SHA": ""}, {"name": "tree664 (Ji Y., 2009)", "treeID": "tree664", "decision": "INCLUDED", "comments": "", "studyID": "pg_492", "SHA": ""}, {"name": "tree1981 (Ban S., 2009)", "treeID": "tree1981", "decision": "INCLUDED", "comments": "", "studyID": "pg_1032", "SHA": ""}, {"name": "tree4883 (Burlakoti, 2008)", "treeID": "tree4883", "decision": "INCLUDED", "comments": "", "studyID": "pg_2314", "SHA": ""}, {"name": "tree5592 (Jaklitsch, 2008)", "treeID": "tree5592", "decision": "INCLUDED", "comments": "", "studyID": "pg_467", "SHA": ""}, {"name": "tree3297 (Farr, 2008)", "treeID": "tree3297", "decision": "INCLUDED", "comments": "", "studyID": "pg_1631", "SHA": ""}, {"name": "tree4729 (Tanaka E. , 2008)", "treeID": "tree4729", "decision": "INCLUDED", "comments": "", "studyID": "pg_2238", "SHA": ""}, {"name": "tree1346 (Schardl C., 2008)", "treeID": "tree1346", "decision": "INCLUDED", "comments": "", "studyID": "pg_740", "SHA": ""}, {"name": "tree2898 (ot_486)", "treeID": "tree2898", "decision": "INCLUDED", "comments": "", "studyID": "ot_486", "SHA": ""}, {"name": "tree604 (Moon, 2007)", "treeID": "tree604", "decision": "INCLUDED", "comments": "", "studyID": "pg_463", "SHA": ""}, {"name": "tree5310 (Yokoyama, 2006)", "treeID": "tree5310", "decision": "INCLUDED", "comments": "", "studyID": "pg_2468", "SHA": ""}, {"name": "tree1207 (Crous P., 2006)", "treeID": "tree1207", "decision": "INCLUDED", "comments": "", "studyID": "pg_674", "SHA": ""}, {"name": "tree562 (Jaklitsch, 2006)", "treeID": "tree562", "decision": "INCLUDED", "comments": "", "studyID": "pg_443", "SHA": ""}, {"name": "tree4650 (Stewart, 2006)", "treeID": "tree4650", "decision": "INCLUDED", "comments": "", "studyID": "pg_2196", "SHA": ""}, {"name": "tree4667 (G. J. van Coller, 2005)", "treeID": "tree4667", "decision": "INCLUDED", "comments": "", "studyID": "pg_2206", "SHA": ""}, {"name": "tree5653 (Kristensen R., 2005)", "treeID": "tree5653", "decision": "INCLUDED", "comments": "", "studyID": "pg_776", "SHA": ""}, {"name": "tree506 (Schroers, 2005)", "treeID": "tree506", "decision": "INCLUDED", "comments": "", "studyID": "pg_404", "SHA": ""}, {"name": "tree5572 (Yanagida N., 2005)", "treeID": "tree5572", "decision": "INCLUDED", "comments": "", "studyID": "pg_415", "SHA": ""}, {"name": "tree4862 (Moon C., 2004)", "treeID": "tree4862", "decision": "INCLUDED", "comments": "", "studyID": "pg_2300", "SHA": ""}, {"name": "tree5891 (Niessen L., 2004)", "treeID": "tree5891", "decision": "INCLUDED", "comments": "", "studyID": "pg_1604", "SHA": ""}, {"name": "tree469 (Seifert, 2004)", "treeID": "tree469", "decision": "INCLUDED", "comments": "", "studyID": "pg_388", "SHA": ""}, {"name": "tree1193 (Halleen F., 2004)", "treeID": "tree1193", "decision": "INCLUDED", "comments": "", "studyID": "pg_668", "SHA": ""}, {"name": "tree5551 (Skovgaard K., 2003)", "treeID": "tree5551", "decision": "INCLUDED", "comments": "", "studyID": "pg_361", "SHA": ""}, {"name": "tree4797 (Koster B., 2003)", "treeID": "tree4797", "decision": "INCLUDED", "comments": "", "studyID": "pg_2263", "SHA": ""}, {"name": "tree2355 (Aoki T., 2003)", "treeID": "tree2355", "decision": "INCLUDED", "comments": "", "studyID": "pg_1165", "SHA": ""}, {"name": "tree5532 (Christina D. Moon, 2002)", "treeID": "tree5532", "decision": "INCLUDED", "comments": "", "studyID": "pg_340", "SHA": ""}, {"name": "tree388 (Samuels G., 2002)", "treeID": "tree388", "decision": "INCLUDED", "comments": "", "studyID": "pg_352", "SHA": ""}, {"name": "tree5717 (Bills G., 2002)", "treeID": "tree5717", "decision": "INCLUDED", "comments": "", "studyID": "pg_874", "SHA": ""}, {"name": "tree5449 (Crous P., 2002)", "treeID": "tree5449", "decision": "INCLUDED", "comments": "", "studyID": "pg_2531", "SHA": ""}, {"name": "tree211 (Steenkamp E., 2002)", "treeID": "tree211", "decision": "INCLUDED", "comments": "", "studyID": "pg_252", "SHA": ""}, {"name": "tree1324 (Pazoutova S. , 2001)", "treeID": "tree1324", "decision": "INCLUDED", "comments": "", "studyID": "pg_733", "SHA": ""}, {"name": "tree3460 (Risede J., 2001)", "treeID": "tree3460", "decision": "INCLUDED", "comments": "", "studyID": "pg_1718", "SHA": ""}, {"name": "tree3462 (Haugland R., 2001)", "treeID": "tree3462", "decision": "INCLUDED", "comments": "", "studyID": "pg_1719", "SHA": ""}, {"name": "tree743 (Scauflaire J., 2011)", "treeID": "tree743", "decision": "INCLUDED", "comments": "", "studyID": "pg_525", "SHA": ""}, {"name": "tree5754 (Crous P., 2001)", "treeID": "tree5754", "decision": "INCLUDED", "comments": "", "studyID": "pg_961", "SHA": ""}, {"name": "tree5811 (Lieckfeldt, 2001)", "treeID": "tree5811", "decision": "INCLUDED", "comments": "", "studyID": "pg_1177", "SHA": ""}, {"name": "tree5940 (Tooley P., 2000)", "treeID": "tree5940", "decision": "INCLUDED", "comments": "", "studyID": "pg_1758", "SHA": ""}, {"name": "tree4850 (Felice Driver, 2000)", "treeID": "tree4850", "decision": "INCLUDED", "comments": "", "studyID": "pg_2290", "SHA": ""}, {"name": "tree3539 (O'donnell K. , 2000)", "treeID": "tree3539", "decision": "INCLUDED", "comments": "", "studyID": "pg_1757", "SHA": ""}, {"name": "tree3407 (Gernandt D., 1999)", "treeID": "tree3407", "decision": "INCLUDED", "comments": "", "studyID": "pg_1691", "SHA": ""}, {"name": "tree3475 (Sahr T., 1999)", "treeID": "tree3475", "decision": "INCLUDED", "comments": "", "studyID": "pg_1727", "SHA": ""}, {"name": "tree4697 (Pldmaa K., 1999)", "treeID": "tree4697", "decision": "INCLUDED", "comments": "", "studyID": "pg_2222", "SHA": ""}, {"name": "tree5901 (Gams W., 1999)", "treeID": "tree5901", "decision": "INCLUDED", "comments": "", "studyID": "pg_1666", "SHA": ""}, {"name": "tree5902 (Schardl C., 1999)", "treeID": "tree5902", "decision": "INCLUDED", "comments": "", "studyID": "pg_1669", "SHA": ""}, {"name": "tree3382 (Aoki T., 1999)", "treeID": "tree3382", "decision": "INCLUDED", "comments": "", "studyID": "pg_1678", "SHA": ""}, {"name": "tree3362 (Gams W., 1998)", "treeID": "tree3362", "decision": "INCLUDED", "comments": "", "studyID": "pg_1667", "SHA": ""}, {"name": "tree3245 (Ji Y. , 2012)", "treeID": "tree3245", "decision": "INCLUDED", "comments": "", "studyID": "pg_1609", "SHA": ""}, {"name": "tree55240 (ot_353)", "treeID": "tree55240", "decision": "INCLUDED", "comments": "", "studyID": "ot_353", "SHA": ""}, {"name": "tree3261 (Milani, 2012)", "treeID": "tree3261", "decision": "INCLUDED", "comments": "", "studyID": "pg_1617", "SHA": ""}, {"name": "tree3445 (Moon C., 2000)", "treeID": "tree3445", "decision": "INCLUDED", "comments": "", "studyID": "pg_1708", "SHA": ""}, {"name": "tree1703 (Mel'nik V., 2003)", "treeID": "tree1703", "decision": "INCLUDED", "comments": "", "studyID": "pg_883", "SHA": ""}], "id": "josephwb/hypocreales", "description": "Generated by tree-ranks-to-collection.py on Mon, 12 Oct 2015 19:13:22 GMT"}, {"name": "beetles", "contributors": [], "creator": {"login": "kcranston", "name": "Karen Cranston"}, "lastModified": {"display_date": "Tue, 2 Feb 2016 21:47:53 +0000", "ISO_date": "2016-02-02 21:47:53 +0000", "relative_date": "20 hours ago", "author_name": "Karen Cranston", "sha": "da03d6903624f7cefdf969b133f6cf002b7ec4aa"}, "queries": [], "decisions": [], "id": "kcranston/beetles", "description": "Beetles - collection from clade workshops"}, {"name": "Inputs to synthesis (fungi)", "contributors": [{"login": "blackrim", "name": "Stephen Smith"}], "creator": {"login": "josephwb", "name": "Joseph W. Brown"}, "url": "", "lastModified": {"display_date": "Fri, 9 Oct 2015 12:48:57 -0400", "ISO_date": "2015-10-09 12:48:57 -0400", "relative_date": "4 months ago", "author_name": "Jim Allman", "sha": "f3958a7700736a2a4b19601ef9d66d4cb58d8ea8"}, "queries": [], "decisions": [{"name": "tree360 (Couch B., 2002)", "treeID": "tree360", "decision": "INCLUDED", "comments": "", "studyID": "pg_335", "SHA": ""}, {"name": "tree5527 (Wang Z., 2002)", "treeID": "tree5527", "decision": "INCLUDED", "comments": "", "studyID": "pg_338", "SHA": ""}, {"name": "tree365 (Camara M., 2002)", "treeID": "tree365", "decision": "INCLUDED", "comments": "", "studyID": "pg_339", "SHA": ""}, {"name": "tree5532 (Christina D. Moon, 2002)", "treeID": "tree5532", "decision": "INCLUDED", "comments": "", "studyID": "pg_340", "SHA": ""}, {"name": "tree5534 (Weir A., 2002)", "treeID": "tree5534", "decision": "INCLUDED", "comments": "", "studyID": "pg_343", "SHA": ""}, {"name": "tree381 (Grubisha L., 2002)", "treeID": "tree381", "decision": "INCLUDED", "comments": "", "studyID": "pg_348", "SHA": ""}, {"name": "tree5539 (Binder M., 2002)", "treeID": "tree5539", "decision": "INCLUDED", "comments": "", "studyID": "pg_349", "SHA": ""}, {"name": "tree5542 (Klich, 2003)", "treeID": "tree5542", "decision": "INCLUDED", "comments": "", "studyID": "pg_353", "SHA": ""}, {"name": "tree406 (Barnes I., 2003)", "treeID": "tree406", "decision": "INCLUDED", "comments": "", "studyID": "pg_358", "SHA": ""}, {"name": "tree5551 (Skovgaard K., 2003)", "treeID": "tree5551", "decision": "INCLUDED", "comments": "", "studyID": "pg_361", "SHA": ""}, {"name": "tree5552 (Nilsson R., 2003)", "treeID": "tree5552", "decision": "INCLUDED", "comments": "", "studyID": "pg_366", "SHA": ""}, {"name": "tree418 (Coetzee M., 2003)", "treeID": "tree418", "decision": "INCLUDED", "comments": "", "studyID": "pg_367", "SHA": ""}, {"name": "tree5553 (Vellinga E., 2003)", "treeID": "tree5553", "decision": "INCLUDED", "comments": "", "studyID": "pg_368", "SHA": ""}, {"name": "tree5554 (Kretzer A., 2003)", "treeID": "tree5554", "decision": "INCLUDED", "comments": "", "studyID": "pg_369", "SHA": ""}, {"name": "tree426 (Peintner U., 2003)", "treeID": "tree426", "decision": "INCLUDED", "comments": "", "studyID": "pg_370", "SHA": ""}, {"name": "tree431 (Peintner U., 2003)", "treeID": "tree431", "decision": "INCLUDED", "comments": "", "studyID": "pg_372", "SHA": ""}, {"name": "tree432 (Peterson S., 2003)", "treeID": "tree432", "decision": "INCLUDED", "comments": "", "studyID": "pg_373", "SHA": ""}, {"name": "tree433 (Peterson S., 2004)", "treeID": "tree433", "decision": "INCLUDED", "comments": "", "studyID": "pg_374", "SHA": ""}, {"name": "tree436 (Lubbe, 2004)", "treeID": "tree436", "decision": "INCLUDED", "comments": "", "studyID": "pg_375", "SHA": ""}, {"name": "tree438 (Slippers, 2004)", "treeID": "tree438", "decision": "INCLUDED", "comments": "", "studyID": "pg_376", "SHA": ""}, {"name": "tree5560 (Miller A.N., 2004)", "treeID": "tree5560", "decision": "INCLUDED", "comments": "", "studyID": "pg_380", "SHA": ""}, {"name": "tree449 (Myburg, 2004)", "treeID": "tree449", "decision": "INCLUDED", "comments": "", "studyID": "pg_382", "SHA": ""}, {"name": "tree5562 (Untereiner, 2004)", "treeID": "tree5562", "decision": "INCLUDED", "comments": "", "studyID": "pg_387", "SHA": ""}, {"name": "tree469 (Seifert, 2004)", "treeID": "tree469", "decision": "INCLUDED", "comments": "", "studyID": "pg_388", "SHA": ""}, {"name": "tree470 (Holst-jensen A., 2004)", "treeID": "tree470", "decision": "INCLUDED", "comments": "", "studyID": "pg_389", "SHA": ""}, {"name": "tree482 (Lutz M., 2004)", "treeID": "tree482", "decision": "INCLUDED", "comments": "", "studyID": "pg_393", "SHA": ""}, {"name": "tree494 (Peever T., 2003)", "treeID": "tree494", "decision": "INCLUDED", "comments": "", "studyID": "pg_397", "SHA": ""}, {"name": "tree5565 (Blanco, 2005)", "treeID": "tree5565", "decision": "INCLUDED", "comments": "", "studyID": "pg_399", "SHA": ""}, {"name": "tree497 (Slippers, 2005)", "treeID": "tree497", "decision": "INCLUDED", "comments": "", "studyID": "pg_400", "SHA": ""}, {"name": "tree5570 (Cary, 2005)", "treeID": "tree5570", "decision": "INCLUDED", "comments": "", "studyID": "pg_402", "SHA": ""}, {"name": "tree503 (Meyer, 2005)", "treeID": "tree503", "decision": "INCLUDED", "comments": "", "studyID": "pg_403", "SHA": ""}, {"name": "tree506 (Schroers, 2005)", "treeID": "tree506", "decision": "INCLUDED", "comments": "", "studyID": "pg_404", "SHA": ""}, {"name": "tree507 (Luque, 2005)", "treeID": "tree507", "decision": "INCLUDED", "comments": "", "studyID": "pg_405", "SHA": ""}, {"name": "tree513 (Peterson, 2005)", "treeID": "tree513", "decision": "INCLUDED", "comments": "", "studyID": "pg_407", "SHA": ""}, {"name": "tree5571 (Du M., 2005)", "treeID": "tree5571", "decision": "INCLUDED", "comments": "", "studyID": "pg_408", "SHA": ""}, {"name": "tree518 (Luque, 2005)", "treeID": "tree518", "decision": "INCLUDED", "comments": "", "studyID": "pg_411", "SHA": ""}, {"name": "tree519 (Jaklitsch W.M., 2006)", "treeID": "tree519", "decision": "INCLUDED", "comments": "", "studyID": "pg_414", "SHA": ""}, {"name": "tree5572 (Yanagida N., 2005)", "treeID": "tree5572", "decision": "INCLUDED", "comments": "", "studyID": "pg_415", "SHA": ""}, {"name": "tree541 (Yang Z., 2005)", "treeID": "tree541", "decision": "INCLUDED", "comments": "", "studyID": "pg_430", "SHA": ""}, {"name": "tree5575 (Collado, 2006)", "treeID": "tree5575", "decision": "INCLUDED", "comments": "", "studyID": "pg_441", "SHA": ""}, {"name": "tree564 (Gryzenhout, 2006)", "treeID": "tree564", "decision": "INCLUDED", "comments": "", "studyID": "pg_444", "SHA": ""}, {"name": "tree565 (Groenewald M., 2005)", "treeID": "tree565", "decision": "INCLUDED", "comments": "", "studyID": "pg_446", "SHA": ""}, {"name": "tree5576 (Gryzenhout M., 2006)", "treeID": "tree5576", "decision": "INCLUDED", "comments": "", "studyID": "pg_447", "SHA": ""}, {"name": "tree5577 (Taylor, 2006)", "treeID": "tree5577", "decision": "INCLUDED", "comments": "", "studyID": "pg_448", "SHA": ""}, {"name": "tree570 (Dai, 2006)", "treeID": "tree570", "decision": "INCLUDED", "comments": "", "studyID": "pg_449", "SHA": ""}, {"name": "tree574 (Dentinger B., 2006)", "treeID": "tree574", "decision": "INCLUDED", "comments": "", "studyID": "pg_450", "SHA": ""}, {"name": "tree562 (Jaklitsch, 2006)", "treeID": "tree562", "decision": "INCLUDED", "comments": "", "studyID": "pg_443", "SHA": ""}, {"name": "tree604 (Moon, 2007)", "treeID": "tree604", "decision": "INCLUDED", "comments": "", "studyID": "pg_463", "SHA": ""}, {"name": "tree615 (Reese N\u00e6sborg R. , 2007)", "treeID": "tree615", "decision": "INCLUDED", "comments": "", "studyID": "pg_470", "SHA": ""}, {"name": "tree617 (Park M., 2007)", "treeID": "tree617", "decision": "INCLUDED", "comments": "", "studyID": "pg_471", "SHA": ""}, {"name": "tree623 (Chandra A., 2007)", "treeID": "tree623", "decision": "INCLUDED", "comments": "", "studyID": "pg_473", "SHA": ""}, {"name": "tree627 (Lindner D., 2008)", "treeID": "tree627", "decision": "INCLUDED", "comments": "", "studyID": "pg_474", "SHA": ""}, {"name": "tree5594 (Douanla-meli C., 2008)", "treeID": "tree5594", "decision": "INCLUDED", "comments": "", "studyID": "pg_475", "SHA": ""}, {"name": "tree633 (Kerrigan R., 2008)", "treeID": "tree633", "decision": "INCLUDED", "comments": "", "studyID": "pg_477", "SHA": ""}, {"name": "tree636 (Ge Z., 2008)", "treeID": "tree636", "decision": "INCLUDED", "comments": "", "studyID": "pg_479", "SHA": ""}, {"name": "tree637 (Gr\u00fcnig C., 2008)", "treeID": "tree637", "decision": "INCLUDED", "comments": "", "studyID": "pg_480", "SHA": ""}, {"name": "tree644 (Villalta C., 2009)", "treeID": "tree644", "decision": "INCLUDED", "comments": "", "studyID": "pg_481", "SHA": ""}, {"name": "tree5595 (Visagie C., 2009)", "treeID": "tree5595", "decision": "INCLUDED", "comments": "", "studyID": "pg_482", "SHA": ""}, {"name": "tree647 (Pavlic D., 2009)", "treeID": "tree647", "decision": "INCLUDED", "comments": "", "studyID": "pg_483", "SHA": ""}, {"name": "tree651 (Bischoff, 2009)", "treeID": "tree651", "decision": "INCLUDED", "comments": "", "studyID": "pg_485", "SHA": ""}], "id": "opentreeoflife/fungi", "description": "Generated by tree-ranks-to-collection.py on Fri, 09 Oct 2015 15:58:05 GMT"}, {"name": "Inputs to synthesis (safe microbes)", "contributors": [{"login": "blackrim", "name": "Stephen Smith"}], "creator": {"login": "josephwb", "name": "Joseph W. Brown"}, "url": "", "lastModified": {"display_date": "Fri, 9 Oct 2015 16:58:18 +0000", "ISO_date": "2015-10-09 16:58:18 +0000", "relative_date": "4 months ago", "author_name": "OpenTree API", "sha": "37acd0bc080faeac432194a160ad331bd84a9f04"}, "queries": [], "decisions": [{"name": "tree5590 (Lang, 2013)", "treeID": "tree5590", "decision": "INCLUDED", "comments": "", "studyID": "pg_2542", "SHA": ""}, {"name": "tree6322 (Vera Regina Werner, 2012)", "treeID": "tree6322", "decision": "INCLUDED", "comments": "", "studyID": "pg_2737", "SHA": ""}, {"name": "tree6323 (Kling, 2012)", "treeID": "tree6323", "decision": "INCLUDED", "comments": "", "studyID": "pg_2738", "SHA": ""}, {"name": "tree6324 (Kling, 2012)", "treeID": "tree6324", "decision": "INCLUDED", "comments": "", "studyID": "pg_2738", "SHA": ""}, {"name": "tree5580 (Engene N., 2013)", "treeID": "tree5580", "decision": "INCLUDED", "comments": "", "studyID": "pg_2554", "SHA": ""}, {"name": "tree6700 (Janaina Rigonato, 2013)", "treeID": "tree6700", "decision": "INCLUDED", "comments": "", "studyID": "pg_2892", "SHA": ""}, {"name": "tree6699 (Janaina Rigonato, 2012)", "treeID": "tree6699", "decision": "INCLUDED", "comments": "", "studyID": "pg_2891", "SHA": ""}, {"name": "tree6601 (Schirrmeister, 2011)", "treeID": "tree6601", "decision": "INCLUDED", "comments": "", "studyID": "pg_2739", "SHA": ""}, {"name": "tree1 (Matte-Tailliez, 2002)", "treeID": "tree1", "decision": "INCLUDED", "comments": "", "studyID": "ot_106", "SHA": ""}, {"name": "tree6428 (Barns, 1996)", "treeID": "tree6428", "decision": "INCLUDED", "comments": "", "studyID": "pg_2731", "SHA": ""}, {"name": "tree6308 (M. Groussin, 2011)", "treeID": "tree6308", "decision": "INCLUDED", "comments": "", "studyID": "pg_2715", "SHA": ""}, {"name": "tree149 (Swithers KS, 2012)", "treeID": "tree149", "decision": "INCLUDED", "comments": "", "studyID": "pg_263", "SHA": ""}, {"name": "tree6309 (Dadheech P., 2010)", "treeID": "tree6309", "decision": "INCLUDED", "comments": "", "studyID": "pg_2713", "SHA": ""}, {"name": "tree6360 (Filip Husn\u00edk, 2011)", "treeID": "tree6360", "decision": "INCLUDED", "comments": "", "studyID": "pg_2753", "SHA": ""}, {"name": "tree6342 (G\u00f3mez F., 2009)", "treeID": "tree6342", "decision": "INCLUDED", "comments": "", "studyID": "pg_2742", "SHA": ""}, {"name": "tree6369 (Sachs J.L., 2013)", "treeID": "tree6369", "decision": "INCLUDED", "comments": "", "studyID": "pg_2757", "SHA": ""}, {"name": "tree5579 (Nudelman M., 2003)", "treeID": "tree5579", "decision": "INCLUDED", "comments": "", "studyID": "pg_2553", "SHA": ""}, {"name": "tree5586 (Fiore-donno A., 2010)", "treeID": "tree5586", "decision": "INCLUDED", "comments": "", "studyID": "pg_2556", "SHA": ""}, {"name": "tree264 (Takishita, 2011)", "treeID": "tree264", "decision": "INCLUDED", "comments": "", "studyID": "pg_312", "SHA": ""}, {"name": "tree6681 (Grant, 2009)", "treeID": "tree6681", "decision": "INCLUDED", "comments": "", "studyID": "pg_313", "SHA": ""}, {"name": "tree6607 (Lahr, 2011)", "treeID": "tree6607", "decision": "INCLUDED", "comments": "", "studyID": "pg_2484", "SHA": ""}, {"name": "tree6615 (Sato, 2013)", "treeID": "tree6615", "decision": "INCLUDED", "comments": "", "studyID": "pg_2849", "SHA": ""}, {"name": "tree6569 (Parfrey, 2011)", "treeID": "tree6569", "decision": "INCLUDED", "comments": "", "studyID": "pg_2822", "SHA": ""}], "id": "opentreeoflife/safe-microbes", "description": "Generated by tree-ranks-to-collection.py on Fri, 09 Oct 2015 15:59:40 GMT"}, {"name": "Fungi varia", "contributors": [], "creator": {"login": "bioleho", "name": "bioleho (None)"}, "lastModified": {"display_date": "Wed, 11 Nov 2015 12:43:11 +0000", "ISO_date": "2015-11-11 12:43:11 +0000", "relative_date": "3 months ago", "author_name": "bioleho (None)", "sha": "179f139f6d79f2171d1d998cb1d021dd4765087e"}, "queries": [], "decisions": [{"name": "Helotiales clade (Leho Tedersoo, 2009)", "treeID": "tree1", "decision": "INCLUDED", "comments": "It improves the phylogeny of  Helotiales and families therein", "studyID": "ot_512", "SHA": ""}, {"name": "Untitled (tree1) (Leho Tedersoo, 2011)", "treeID": "tree1", "decision": "INCLUDED", "comments": "It contains all sequences of Albatrellaceae and solves well its phylogeny", "studyID": "ot_513", "SHA": ""}, {"name": "Thelephoraceae (Leho Tedersoo, 2014)", "treeID": "tree23", "decision": "INCLUDED", "comments": "resolves phylogeny of Thelephoraceae s.stricto genera and species therein", "studyID": "ot_515", "SHA": ""}, {"name": "Atheliales (Leho Tedersoo, 2013)", "treeID": "tree1", "decision": "INCLUDED", "comments": "resolves phylogeny of Atheliales genera with envir. lineages", "studyID": "ot_516", "SHA": ""}], "id": "bioleho/fungi-varia", "description": "Specifically focused fungal taxa from multiple studies"}]

properties

Return a list of properties that can be used to search collections.

POST    /collections/properties
Parameters:

Parameters with bold type definitions are required.

Example command:

$ curl -X POST https://api.opentreeoflife.org/v2/collections/properties

Example result:

Now we'd list all searchable properties in tree collections!

collection

Return a collection (curated list of trees).

GET    /collection/{OWNER_ID}/{COLLECTION_NAME}

Given an OpenTree userid and "slugified" collection name, return the collection JSON.

Parameters:

Parameters with bold type definitions are required.

Example command:

$ curl https://api.opentreeoflife.org/v2/collection/cdarwin/trees-about-bees

Example result:

{"description": "Collection 'cdarwin/trees-about-bees' GET failure", "error": 1}

Caveats

  • the JSON return values are not consistent between software components. We are working to standardize on the documented NexSON format.
  • neo4j implements POST for some methods that really should be GET.

Questions / Comments

If you have questions, or have a problem with any of these methods, please leave an issue in the feedback issue tracker.

Clone this wiki locally