Thanks for software info - I got the biom-format up and running. I did
run into another hitch though after converting the original OTU table
from .txt format to biom - when I attempt to filter using the
filter_samples_from_otu_table.py command
[filter_samples_from_otu_table.py -i otus/otu_table.biom -o
otu_table_paired_T_05.biom --sample_id_fp otus/Map_keep.txt].. I get
this response:
Traceback (most recent call last):
File "/macqiime/QIIME/bin/filter_samples_from_otu_table.py", line
127, in <module>
main()
File "/macqiime/QIIME/bin/filter_samples_from_otu_table.py", line
113, in main
max_count)
File "/macqiime/lib/python2.7/site-packages/qiime/filter.py", line
220, in filter_samples_from_otu_table
return otu_table.filterSamples(filter_f)
File "/macqiime/lib/python2.7/site-packages/biom/table.py", line
755, in filterSamples
raise TableException, "All samples filtered out!"
biom.exception.TableException: All samples filtered out!
Which generates a biom file that contains nothing! Not sure if its the
way I formatted my "to keep" txt file, where I just listed the OTUs
under a column "OTU ID"...