We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am getting a resource warning, when loading a biom table like this:
table = biom.load_table(file_biom)
/home/sjanssen/miniconda2/envs/ggmap/lib/python3.5/site-packages/biom/util.py:393: ResourceWarning: unclosed file <_io.BufferedReader name='/home/sjanssen/miniconda /envs/notebookServer/src/ggmap/ggmap/test/data/diffAbundance/counts.biom'> return open(fp, 'rb').read(2) == b'\x1f\x8b'
The text was updated successfully, but these errors were encountered:
BUG: Fix open file handle
e302e7e
Fixes biocore#801
BUG: Fix open file handle (#802)
38e64fc
Fixes #801
Successfully merging a pull request may close this issue.
I am getting a resource warning, when loading a biom table like this:
table = biom.load_table(file_biom)
The text was updated successfully, but these errors were encountered: