File tree Expand file tree Collapse file tree 1 file changed +19
-4
lines changed Expand file tree Collapse file tree 1 file changed +19
-4
lines changed Original file line number Diff line number Diff line change @@ -359,8 +359,25 @@ BIOM v1.0.0
359
359
Format description
360
360
******************
361
361
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
364
381
365
382
BIOM v2.1.0
366
383
~~~~~~~~~~~
@@ -442,8 +459,6 @@ If you have any questions, please post to the `QIIME 2 Forum`_ for help!
442
459
443
460
.. _QIIME 2 Forum : https://forum.qiime2.org
444
461
445
- .. _converted : http://biom-format.org/documentation/biom_conversion.html
446
-
447
462
.. _BIOM v1.0.0 format specification : http://biom-format.org/documentation/format_versions/biom-1.0.html
448
463
449
464
.. _BIOM v2.1.0 format specification : http://biom-format.org/documentation/format_versions/biom-2.1.html
You can’t perform that action at this time.
0 commit comments