Skip to content

Commit 0fe18b2

Browse files
committed
Revert "MAINT: drop BIOM v1.0.0 (qiime2#427)"
This reverts commit 3e0bf80.
1 parent 3e0bf80 commit 0fe18b2

File tree

1 file changed

+19
-4
lines changed

1 file changed

+19
-4
lines changed

source/tutorials/importing.rst

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -359,8 +359,25 @@ BIOM v1.0.0
359359
Format description
360360
******************
361361

362-
This format must first be `converted`_ to BIOM v2.1.0 format before importing
363-
into QIIME 2. See the `BIOM v1.0.0 format specification`_ for details.
362+
See the `BIOM v1.0.0 format specification`_ for details.
363+
364+
Obtaining example data
365+
``````````````````````
366+
367+
.. download::
368+
:url: https://data.qiime2.org/2019.7/tutorials/importing/feature-table-v100.biom
369+
:saveas: feature-table-v100.biom
370+
371+
Importing data
372+
**************
373+
374+
.. command-block::
375+
376+
qiime tools import \
377+
--input-path feature-table-v100.biom \
378+
--type 'FeatureTable[Frequency]' \
379+
--input-format BIOMV100Format \
380+
--output-path feature-table-1.qza
364381

365382
BIOM v2.1.0
366383
~~~~~~~~~~~
@@ -442,8 +459,6 @@ If you have any questions, please post to the `QIIME 2 Forum`_ for help!
442459

443460
.. _QIIME 2 Forum: https://forum.qiime2.org
444461

445-
.. _converted: http://biom-format.org/documentation/biom_conversion.html
446-
447462
.. _BIOM v1.0.0 format specification: http://biom-format.org/documentation/format_versions/biom-1.0.html
448463

449464
.. _BIOM v2.1.0 format specification: http://biom-format.org/documentation/format_versions/biom-2.1.html

0 commit comments

Comments
 (0)