Skip to content

Commit

Permalink
MAINT: New feature classifiers, 2019.1 (#385)
Browse files Browse the repository at this point in the history
  • Loading branch information
thermokarst authored Jan 31, 2019
1 parent 148c8b4 commit 6571a0c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions source/data-resources.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,21 @@ Taxonomy classifiers for use with q2-feature-classifier

.. danger:: Pre-trained classifiers that can be used with ``q2-feature-classifier`` currently present a security risk. If using a pre-trained classifier such as the ones provided here, you should trust the person who trained the classifier and the person who provided you with the qza file. This security risk will be addressed in a future version of ``q2-feature-classifier``.

.. warning:: These classifiers were trained using scikit-learn 0.19.1, and therefore can only be used with scikit-learn 0.19.1. If you are using a native installation of QIIME, before using these classifiers you should run the following to ensure that you are using the correct version of scikit-learn. If you are using a QIIME 2019.1 virtual machine, scikit-learn 0.19.1 will be installed and you do not need to run this command. The scikit-learn version restriction will be relaxed in a future version of ``q2-feature-classifier``.
.. warning:: These classifiers were trained using scikit-learn 0.20.2, and therefore can only be used with scikit-learn 0.20.2. If you are using a native installation of QIIME, before using these classifiers you should run the following to ensure that you are using the correct version of scikit-learn. If you are using a QIIME 2019.1 virtual machine, scikit-learn 0.20.2 will be installed and you do not need to run this command. The scikit-learn version restriction will be relaxed in a future version of ``q2-feature-classifier``.

.. command-block::
:no-exec:

conda install --override-channels -c defaults scikit-learn=0.19.1
conda install --override-channels -c defaults scikit-learn=0.20.2

.. note:: Taxonomic classifiers perform best when they are trained based on your specific sample preparation and sequencing parameters, including the primers that were used for amplification and the length of your sequence reads. Therefore in general you should follow the instructions in :doc:`Training feature classifiers with q2-feature-classifier <../tutorials/feature-classifier>` to train your own taxonomic classifiers (for example, from the marker gene reference databases below).

Naive Bayes classifiers trained on:

- `Silva 132 99% OTUs full-length sequences <https://data.qiime2.org/2019.1/common/silva-132-99-nb-classifier.qza>`_ (MD5: ``a02c3f7473fa4369bbc66158c799d39a``)
- `Silva 132 99% OTUs from 515F/806R region of sequences <https://data.qiime2.org/2019.1/common/silva-132-99-515-806-nb-classifier.qza>`_ (MD5: ``507817fea99d53db9a4e965caded27ea``)
- `Greengenes 13_8 99% OTUs full-length sequences <https://data.qiime2.org/2019.1/common/gg-13-8-99-nb-classifier.qza>`_ (MD5: ``9a28a285305c2bfd2de46add7dd520d7``)
- `Greengenes 13_8 99% OTUs from 515F/806R region of sequences <https://data.qiime2.org/2019.1/common/gg-13-8-99-515-806-nb-classifier.qza>`_ (MD5: ``038b75474c899585ce7d27c4798283f1``)
- `Silva 132 99% OTUs full-length sequences <https://data.qiime2.org/2019.1/common/silva-132-99-nb-classifier.qza>`_ (MD5: ``a4d0da77c39da87ee1affa06b61d1224``)
- `Silva 132 99% OTUs from 515F/806R region of sequences <https://data.qiime2.org/2019.1/common/silva-132-99-515-806-nb-classifier.qza>`_ (MD5: ``9f50514214ffb6fee9d2f87a47a51076``)
- `Greengenes 13_8 99% OTUs full-length sequences <https://data.qiime2.org/2019.1/common/gg-13-8-99-nb-classifier.qza>`_ (MD5: ``581f97e4294cce93102b00ffaf8a1d9a``)
- `Greengenes 13_8 99% OTUs from 515F/806R region of sequences <https://data.qiime2.org/2019.1/common/gg-13-8-99-515-806-nb-classifier.qza>`_ (MD5: ``3afcc86150423263b3a7d983789ad0a3``)

.. _`marker gene db`:

Expand Down

0 comments on commit 6571a0c

Please sign in to comment.