https://github.com/biocore/qiime-default-reference

Default reference data files for use with QIIME.

https://github.com/biocore/qiime-default-reference

Science Score: 23.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
    Found 1 DOI reference(s) in README
  • Academic publication links
    Links to: ncbi.nlm.nih.gov
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.1%) to scientific vocabulary
Last synced: 9 months ago · JSON representation

Repository

Default reference data files for use with QIIME.

Basic Info
  • Host: GitHub
  • Owner: biocore
  • License: other
  • Language: Python
  • Default Branch: master
  • Size: 35.6 MB
Statistics
  • Stars: 4
  • Watchers: 7
  • Forks: 6
  • Open Issues: 2
  • Releases: 0
Archived
Created over 11 years ago · Last pushed almost 11 years ago
Metadata Files
Readme Changelog License

README.rst

qiime-default-reference
-----------------------

|Build Status| |Coverage Status|

qiime-default-reference, canonically pronounced *chime default reference*, is a
Python package containing default reference data files for use with
`QIIME `_. The current default reference data is compiled
from the Greengenes 16S rRNA database version
`13_8 `_.
Please see the **Attribution** section below for more details.

Installation
------------
To install qiime-default-reference::

    pip install qiime-default-reference

Running the tests
-----------------
To run qiime-default-reference's unit tests::

    nosetests --with-doctest qiime_default_reference

Attribution
^^^^^^^^^^^
The reference data distributed in this Python package were copied from the
`Greengenes 16S rRNA database `_:

**An improved Greengenes taxonomy with explicit ranks for ecological and
evolutionary analyses of bacteria and archaea.**
McDonald D, Price MN, Goodrich J, Nawrocki EP, DeSantis TZ, Probst A,
Andersen GL, Knight R, Hugenholtz P.
ISME J. 2012 Mar;6(3):610-8. doi: 10.1038/ismej.2011.139.

The Greengenes reference data is licensed under a
`Creative Commons Attribution-ShareAlike 3.0 Unported License `_.

The default template alignment column mask (i.e., "Lane mask") is derived from:

Lane,D.J. (1991) **16S/23S rRNA sequencing.** In Stackebrandt,E. and
Goodfellow,M. (eds), Nucleic Acid Techniques in Bacterial Systematics.
John Wiley and Sons, New York, pp. 115-175.

Lane mask was originally available in `ARB `_.

Lane mask taken from `here `_.

Usage
^^^^^

``qiime-default-reference`` makes it very easy to access the Greengenes 97% OTUs and some other key pieces of Greengenes from within Python. After installing, you can do the following:

.. code-block:: python

    import qiime_default_reference

    # Get the absolute filepath to the reference sequences in fasta format.
    qiime_default_reference.get_reference_sequences()

    # Get the absolute filepath to the PyNAST template alignment in fasta format.
    qiime_default_reference.get_template_alignment()

    # Get the absolute filepath to the reference phylogenetic tree in newick format.
    qiime_default_reference.get_reference_tree()

    # Get the absolute filepath to the reference taxonomy in tab-separated text format.
    qiime_default_reference.get_reference_taxonomy()

    # Get the alignment column mask (currently the Lane mask) as 1s and 0s.
    # This will be str/bytes in Python 2 (they're the same), and bytes in Python 3.
    qiime_default_reference.get_template_alignment_column_mask()

Getting Help
^^^^^^^^^^^^
Please post your questions about this repository/package on the `QIIME Forum `_.

.. |Build Status| image:: https://travis-ci.org/biocore/qiime-default-reference.svg?branch=master
   :target: https://travis-ci.org/biocore/qiime-default-reference
.. |Coverage Status| image:: https://coveralls.io/repos/biocore/qiime-default-reference/badge.png
   :target: https://coveralls.io/r/biocore/qiime-default-reference

Owner

  • Name: biocore
  • Login: biocore
  • Kind: organization
  • Location: Cyberspace

Collaboratively developed bioinformatics software.

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: over 1 year ago

All Time
  • Total issues: 6
  • Total pull requests: 19
  • Average time to close issues: about 10 hours
  • Average time to close pull requests: about 8 hours
  • Total issue authors: 3
  • Total pull request authors: 2
  • Average comments per issue: 2.67
  • Average comments per pull request: 0.21
  • Merged pull requests: 19
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • gregcaporaso (3)
  • jairideout (1)
  • wasade (1)
Pull Request Authors
  • jairideout (15)
  • gregcaporaso (4)
Top Labels
Issue Labels
Pull Request Labels

Dependencies

setup.py pypi
  • six *