I am trying to convert the biom to hdf5 format or to tsv (I know it will be big - I will subset it eventually).
biom convert -i full_emp_table_w_tax.biom -o table.from_biom.txt --to-tsv
biom convert -i full_emp_table_w_tax.biom -o out.hdf5 --to-hdf5
Traceback (most recent call last):
File "/usr/local/bin/pyqi", line 184, in <module>
optparse_main(cmd_obj, argv[1:])
File "/usr/local/lib/python2.7/dist-packages/pyqi/core/interfaces/optparse/__init__.py",
line 275, in optparse_main
result = optparse_cmd(local_argv[1:])
File "/usr/local/lib/python2.7/dist-packages/pyqi/core/interface.py",
line 38, in __call__
cmd_input = self._input_handler(in_, *args, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/pyqi/core/interfaces/optparse/__init__.py",
line 194, in _input_handler
self._optparse_input[optparse_clean_name])
File "/usr/local/lib/python2.7/dist-packages/biom/interfaces/optparse/input_handler.py",
line 42, in load_biom_table
return parse_biom_table(table_f)
File "/usr/local/lib/python2.7/dist-packages/biom/parse.py", line
307, in parse_biom_table
t = Table.from_tsv(fp, None, None, lambda x: x)
File "/usr/local/lib/python2.7/dist-packages/biom/table.py", line
3622, in from_tsv
t_md_name) = Table._extract_data_from_tsv(lines, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/biom/table.py", line
3714, in _extract_data_from_tsv
first_values = lines[data_start].strip().split(delim)
IndexError: list index out of range
--
---
You received this message because you are subscribed to the Google Groups "Qiime Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to qiime-forum...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
pip install --upgrade https://github.com/biocore/biom-format/tarball/master).--
---
You received this message because you are subscribed to a topic in the Google Groups "Qiime Forum" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/qiime-forum/8OMntVmZnds/unsubscribe.
To unsubscribe from this group and all its topics, send an email to qiime-forum...@googlegroups.com.
Great, thanks. I'll pull it down now
Thanks! Sorry I to this later than everyone!