Skip to main content

Data structures, algorithms and educational resources for bioinformatics.

Project description

          _ _    _ _          _     _
         (_) |  (_) |        | |   (_)
 ___  ___ _| | ___| |_ ______| |__  _  ___
/ __|/ __| | |/ / | __|______| '_ \| |/ _ \
\__ \ (__| |   <| | |_       | |_) | | (_) |
|___/\___|_|_|\_\_|\__|      |_.__/|_|\___/


      Opisthokonta
              \  Amoebozoa
               \ /
                *    Euryarchaeota
                 \     |_ Crenarchaeota
                  \   *
                   \ /
                    *
                   /
                  /
                 /
                *
               / \
              /   \
   Proteobacteria  \
                  Cyanobacteria

Build Status Coverage Status

scikit-bio is an open-source, BSD-licensed python package providing data structures, algorithms and educational resources for bioinformatics.

scikit-bio is currently in pre-alpha release stage. We are very actively developing it, and backwards-incompatible interface changes can and will arise. Once the API has started to solidify, we will strive to maintain backwards compatibility. We will provide deprecation warnings, etc. wherever possible.

To view scikit-bio’s documentation, visit scikit-bio.org.

Installation of development version

If you’re interested in working with the latest development release of scikit-bio (recommended for developers only, as the development code can be unstable and less documented than the release code), you can clone the repository and install as follows. This will require that you have git installed.

git clone git@github.com:biocore/scikit-bio.git
cd scikit-bio
pip install .

After this completes, you can run the scikit-bio unittest suite as follows. You must first cd out of the scikit-bio directory for the tests to pass (here we cd to the home directory).

cd
nosetests --with-doctest skbio

For developers of scikit-bio, if you don’t want to be forced to re-install after every change, you can modify the above pip install command to:

pip install -e .

This will build scikit-bio’s cython extensions, and will create a link in the site-packages directory to the scikit-bio source directory. When you then make changes to code in the source directory, those will be used (e.g., by the unittests) without re-installing.

Finally, if you don’t want to use pip to install scikit-bio, and prefer to just put scikit-bio in your $PYTHONPATH, at the minimum you should run:

python setup.py build_ext --inplace

This will build scikit-bio’s cython extensions, but not create a link to the scikit-bio source directory in site-packages. If this isn’t done, using certain components of scikit-bio will be inefficient and will produce an EfficiencyWarning.

Licensing

scikit-bio is available under the new BSD license. See COPYING.txt for scikit-bio’s license, and the licenses directory for the licenses of third-party software that is (either partially or entirely) distributed with scikit-bio.

Projects using scikit-bio

Some of the projects that we know of that are using scikit-bio are:

If you’re using scikit-bio in your own projects, you can issue a pull request to add them to this list.

scikit-bio development

If you’re interested in getting involved in or learning about scikit-bio development, see CONTRIBUTING.md.

See the list of all of scikit-bio’s contributors.

Summaries of our weekly developer meetings are posted on HackPad. Click here to view the meeting notes for 2014.

The pre-history of scikit-bio

scikit-bio began from code derived from PyCogent and QIIME, and the contributors and/or copyright holders have agreed to make the code they wrote for PyCogent and/or QIIME available under the BSD license. The contributors to PyCogent and/or QIIME modules that have been ported to scikit-bio are: Rob Knight (@rob-knight), Gavin Huttley (@gavin-huttley), Daniel McDonald (@wasade), Micah Hamady, Antonio Gonzalez (@antgonza), Sandra Smit, Greg Caporaso (@gregcaporaso), Jai Ram Rideout (@ElBrogrammer), Cathy Lozupone (@clozupone), Mike Robeson (@mikerobeson), Marcin Cieslik, Peter Maxwell, Jeremy Widmann, Zongzhi Liu, Michael Dwan, Logan Knecht (@loganknecht), Andrew Cochran, Jose Carlos Clemente (@cleme), Damien Coy, Levi McCracken, Andrew Butterfield, Will Van Treuren (@wdwvt1), Justin Kuczynski (@justin212k), and Jose Antonio Navas Molina (@josenavas).

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

scikit-bio-0.1.3.tar.gz (1.7 MB view details)

Uploaded Source

File details

Details for the file scikit-bio-0.1.3.tar.gz.

File metadata

  • Download URL: scikit-bio-0.1.3.tar.gz
  • Upload date:
  • Size: 1.7 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for scikit-bio-0.1.3.tar.gz
Algorithm Hash digest
SHA256 11af62a5d8302da204c004b16bc625cc055e7322633b289353929ccc4b872e74
MD5 874f6bbbde3d619320d79e2fbb5139cb
BLAKE2b-256 da0382ad31dc38265135b432b34b2cec0680fee841e0bdc5f90b5a4596beafb3

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page