Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions qiita_db/test/test_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -1140,9 +1140,7 @@ def test_get_artifacts_information(self):
exp[0]['algorithm'] = ('Pick closed-reference OTUs (reference: 1, '
'BIOM: 1_study_1001_closed_reference_'
'otu_table.biom)')
exp[0]['algorithm_az'] = (
'PickclosedreferenceOTUsreferenceBIOMstudyclosedreference'
'otutablebiom')
exp[0]['algorithm_az'] = '7f59a45b2f0d30cd1ed1929391c26e07'
self.assertItemsEqual(obs, exp)

# returning database as it was
Expand Down
1 change: 0 additions & 1 deletion qiita_pet/support_files/doc/source/admin/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ Administrator Tutorials
The following is a full list of the available admin tutorials:

.. toctree::
:maxdepth: 2

portals

Expand Down
1 change: 0 additions & 1 deletion qiita_pet/support_files/doc/source/dev/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ Developer Tutorials
The following is a full list of the available developer tutorials

.. toctree::
:maxdepth: 2

plugins
rest
Expand Down
7 changes: 0 additions & 7 deletions qiita_pet/support_files/doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,43 +24,37 @@ The latests tutorials can be found in: `CMI Qiita/GNPS workshop pages <http://cm
Looking for information about getting started? Please see the document here:

.. toctree::
:maxdepth: 2

gettingstartedguide/index.rst
qiimp.rst

Looking for information about how to process your data? Please see the document here:

.. toctree::
:maxdepth: 2

processingdata/index.rst

Looking for information about submitting your files to EBI? Please see the document here:

.. toctree::
:maxdepth: 1

europeanbioinformaticsinstitute.rst

Looking for comparable studies? Please see the document here:

.. toctree::
:maxdepth: 1

redbiom.rst

Looking for information about analyzing your data? Please see the document here:

.. toctree::
:maxdepth: 3

analyzingsamples/index.rst

Looking for available guides? Please see these documents:

.. toctree::
:maxdepth: 1

tutorials/index.rst
faq.rst
Expand All @@ -72,7 +66,6 @@ Looking for available guides? Please see these documents:
If you intend to deploy or develop Qiita we recommend that you have a look at the following documents:

.. toctree::
:maxdepth: 1

qiita-philosophy/index.rst
admin/index.rst
Expand Down
2 changes: 0 additions & 2 deletions qiita_pet/support_files/doc/source/processingdata/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ Deblur Quality Filtering
Looking for information about debluring? Please see the document here:

.. toctree::
:maxdepth: 1

deblur_quality.rst

Expand Down Expand Up @@ -206,6 +205,5 @@ Processing Recommendations
Looking for information about processing data? Please see the document here:

.. toctree::
:maxdepth: 1

processing-recommendations.rst
2 changes: 1 addition & 1 deletion qiita_pet/support_files/doc/source/qiimp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ Qiimp
* Helps you create Qiita and EBI compatible metadata spreadsheets

For more information and advanced queries go to the `Qiimp github page <https://github.com/ucsd-ccbb/qiimp>`__.
For a step by step guide on using Qiimp, visit the `Qiimp tutorial <https://github.com/ucsd-ccbb/qiimp/blob/master/docs/index.r>`__.
For a step by step guide on using Qiimp, visit the `Qiimp tutorial <https://metadata-wizard-tutorial.readthedocs.io/en/latest/>`__.
1 change: 0 additions & 1 deletion qiita_pet/support_files/doc/source/tutorials/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ This is not a tutorial section, for tutorials please visit the
The following is a full list of the available guides:

.. toctree::
:maxdepth: 2

sharing
no-raw-sequences
Expand Down