biom-format icon indicating copy to clipboard operation
biom-format copied to clipboard

The Biological Observation Matrix (BIOM) Format Project

Results 49 biom-format issues
Sort by recently updated
recently updated
newest added

When converting observation metadata to dataframe the column names were taken from the first row. When the first row had missing values (i.e. incomplete taxonomic assignment) then the number of...

I'm not sure if non-string IDs were ever officially supported for BIOM tables, but some of the Empress test code ([these lines, in particular](https://github.com/biocore/empress/blob/bf6f755c5187e543ff13c2c624b153fb97918b23/tests/python/test_tools.py#L143-L145)) involved setting IDs to integers. It...

Hi, Thanks for your work on biom-format. While running tests on the latest version(2.1.10) of corresponding package, two tests are failing with: ``` =================================== FAILURES =================================== ___________________ TableTests.test_from_hdf5_custom_parsers ___________________ args...

Something like `biom filter-blanks -i foo -o bar`, where any sample containing "blank" case insensitive is dropped

Hi, When you have this: [good.txt](https://github.com/biocore/biom-format/files/5957980/good.txt) it'ok When the order of metadata is different : [bad.txt](https://github.com/biocore/biom-format/files/5957946/bad.txt) You have : `ValueError: 2 columns passed, passed data had 6 columns` Maybe, taking...

Hi, there is a long standing bug open in [Debian bug tracking system](https://bugs.debian.org/820060) which I simply want to document here since there is no sign that this will be solved...

this would be useful for any bash-type processing, and for working with QIIME

enhancement

In unit tests where the same exception can be raised by multiple different cases it would be handy to also check for the error message. Since biom provides py2/py3 support...

Thanks to #3, there are excellent examples of using the `biom` API. There are also excellent examples in the manpage, but not on the website! For example, the command `biom...