All Projects → OpenTreeOfLife → Peyotl

OpenTreeOfLife / Peyotl

Licence: bsd-2-clause
python library for interacting with Open Tree of Life resources

Projects that are alternatives of or similar to Peyotl

Adlawithr Gettingstarted
Getting Started with ADLA with R
Stars: ✭ 11 (+0%)
Mutual labels:  jupyter-notebook
Pdlsr
Pandas-aware non-linear least squares regression using Lmfit
Stars: ✭ 11 (+0%)
Mutual labels:  jupyter-notebook
Machine Learning
Machine Learning Projects using R, Mahout, Python and NLP
Stars: ✭ 11 (+0%)
Mutual labels:  jupyter-notebook
Awesome Google Colab
Google Colaboratory Notebooks and Repositories (by @firmai)
Stars: ✭ 863 (+7745.45%)
Mutual labels:  jupyter-notebook
Tf box classify
A simple TensorFlow example for training CNN models using input queues and labelled JPEGs
Stars: ✭ 11 (+0%)
Mutual labels:  jupyter-notebook
Julia stats
Изучаем Julia
Stars: ✭ 11 (+0%)
Mutual labels:  jupyter-notebook
Marketing campaign response prediction
Stars: ✭ 11 (+0%)
Mutual labels:  jupyter-notebook
Osmnx Examples
Usage examples, demos, and tutorials for OSMnx.
Stars: ✭ 863 (+7745.45%)
Mutual labels:  jupyter-notebook
Curso pdi
Material do Curso PDI (Jupyter)
Stars: ✭ 11 (+0%)
Mutual labels:  jupyter-notebook
D Script
Writer Identification of Handwritten Documents
Stars: ✭ 11 (+0%)
Mutual labels:  jupyter-notebook
Data Science On Gcp
Source code accompanying book: Data Science on the Google Cloud Platform, Valliappa Lakshmanan, O'Reilly 2017
Stars: ✭ 864 (+7754.55%)
Mutual labels:  jupyter-notebook
Pandas Tutorials
How To's and Tutorials in Jupyter Notebook
Stars: ✭ 11 (+0%)
Mutual labels:  jupyter-notebook
Pandastalks
Stars: ✭ 11 (+0%)
Mutual labels:  jupyter-notebook
Neurally Embedded Emojis
Convolutional variational autoencoders and text-question, emoji-answer models
Stars: ✭ 11 (+0%)
Mutual labels:  jupyter-notebook
Driver Telematics Analysis
Stars: ✭ 11 (+0%)
Mutual labels:  jupyter-notebook
Optimization Cookbook
Stars: ✭ 11 (+0%)
Mutual labels:  jupyter-notebook
Open data science east 2016
Stars: ✭ 11 (+0%)
Mutual labels:  jupyter-notebook
Cvpr2015
Stars: ✭ 867 (+7781.82%)
Mutual labels:  jupyter-notebook
Faceid beta
An implementation of iPhone X's FaceID using face embeddings and siamese networks on RGBD images.
Stars: ✭ 867 (+7781.82%)
Mutual labels:  jupyter-notebook
Tutorials
Landlab tutorials
Stars: ✭ 11 (+0%)
Mutual labels:  jupyter-notebook

peyotl

Build Status

peyotl is a python package written to make it easier to interact with the software produced by the [Open Tree of Life project] 1. Specifically, to:

  1. interact with a local version of the [phylesystem] 2 repository of curated phylogenetic studies ;

  2. call web services associated with the studies (served by web app running the [phylesystem-api code] 3);

  3. call web services associated with taxonomic resolution services (running [taxomachine] 4 );

  4. call web services associated with Open Tree of Life's "synthetic" estimate of the tree of life (running [treemachine] 5);

  5. call web services associated with an annotation database (that we have not built yet)

Currently peyotl is used to implement most of the functionality in the [phylesystem-api] 3 backend of the study curation tool.

Instructions

You probably want to be using a virtualenv. Then you can:

$ pip install -r requirements.txt
$ python setup.py develop

For full(er) documentation, check out our http://opentreeoflife.github.io/peyotl/ documentation site.

Testing

Use:

python setup.py test

to trigger the unittests. The testing page of the documentation site describes the other tests scripts.

Thanks

peyotl is primarily written by Mark Holder, Emily Jane McTavish, and Jim Allman, but see the [contributors file] 6 for a more complete list of people who have contributed code.

The fabulous Karl Gude created the logo.

Several parts of the setup.py, logging, documentation, and test suite were based on Jeet Sukumaran's work in the DendroPy package.

The tree/node iteration functions in peyotl.phylo.tree are also adapted from DendroPy.

The sortattr.xslt stylesheet (which is only used in round-trip testing) is from http://stackoverflow.com/questions/1429991/using-xsl-to-sort-attributes

The peyotl.phylesystem.git_actions (and the tests) were a part of the api.opentreeoflife.org repo which was primarily the work of Duke Leto (at that time).

Jim Allman, Karen Cranston, Cody Hinchliff, Mark Holder, Peter Midford, and Jonathan Rees all participated in the discussions that led to the NexSON mapping.

The peyotl/test/data/nexson/phenoscape/nexml test file is from https://raw.github.com/phenoscape/phenoscape-data/master/Curation%20Files/completed-phenex-files/Characiformes/Buckup_1998.xml PhenoscapeKB, [U.S. National Evolutionary Synthesis Center], http://kb.phenoscape.org; [Feb 16, 2014] The citation for the data is in the nexml doc itself.

peyotl includes the ez_setup.py tool from setuptools To satisfy the Python Software Foundation license we note here that peyotl does not alter the python sourcee code itself. By installing the package you enable the python interpreter to find the code included in this package for interacting with open tree of life data and web services.


Etymology: According to Wikipedia, peyotl is the Nahuatl word for Lophophora williamsii.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].