Skip to content

Commit 6571a0c

Browse files
authored
MAINT: New feature classifiers, 2019.1 (qiime2#385)
1 parent 148c8b4 commit 6571a0c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

source/data-resources.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,21 @@ Taxonomy classifiers for use with q2-feature-classifier
66

77
.. 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``.
88

9-
.. 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``.
9+
.. 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``.
1010

1111
.. command-block::
1212
:no-exec:
1313

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

1616
.. 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).
1717

1818
Naive Bayes classifiers trained on:
1919

20-
- `Silva 132 99% OTUs full-length sequences <https://data.qiime2.org/2019.1/common/silva-132-99-nb-classifier.qza>`_ (MD5: ``a02c3f7473fa4369bbc66158c799d39a``)
21-
- `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``)
22-
- `Greengenes 13_8 99% OTUs full-length sequences <https://data.qiime2.org/2019.1/common/gg-13-8-99-nb-classifier.qza>`_ (MD5: ``9a28a285305c2bfd2de46add7dd520d7``)
23-
- `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``)
20+
- `Silva 132 99% OTUs full-length sequences <https://data.qiime2.org/2019.1/common/silva-132-99-nb-classifier.qza>`_ (MD5: ``a4d0da77c39da87ee1affa06b61d1224``)
21+
- `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``)
22+
- `Greengenes 13_8 99% OTUs full-length sequences <https://data.qiime2.org/2019.1/common/gg-13-8-99-nb-classifier.qza>`_ (MD5: ``581f97e4294cce93102b00ffaf8a1d9a``)
23+
- `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``)
2424

2525
.. _`marker gene db`:
2626

0 commit comments

Comments
 (0)