Mercurial > repos > iuc > biom_normalize_table
comparison test-data/subset_observations.biom @ 0:a900ebd4a533 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f609ae13de8441b0311e4817aca4f1d1635da028
| author | iuc |
|---|---|
| date | Wed, 31 May 2017 11:20:30 -0400 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:a900ebd4a533 |
|---|---|
| 1 { | |
| 2 "id": "None" | |
| 3 , | |
| 4 "format": "Biological Observation Matrix 1.0.0" | |
| 5 , | |
| 6 "format_url": "http://biom-format.org" | |
| 7 , | |
| 8 "type": "OTU table" | |
| 9 , | |
| 10 "generated_by": "BIOM-Format 2.1.5" | |
| 11 , | |
| 12 "date": "2016-05-26T17:20:40.263567" | |
| 13 , | |
| 14 "matrix_type": "sparse" | |
| 15 , | |
| 16 "matrix_element_type": "float" | |
| 17 , | |
| 18 "data": [[0,0,3.0],[0,1,4.0],[1,0,1.0]], "shape": [2, 2] | |
| 19 , | |
| 20 "rows": [{"id": "11", "metadata": null}, {"id": "23", "metadata": null}] | |
| 21 , | |
| 22 "columns": [{"id": "SAMPLE_1", "metadata": null},{"id": "SAMPLE_2", "metadata": null}] | |
| 23 } |
