--
You received this message because you are subscribed to the Google Groups "picrust-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to picrust-user...@googlegroups.com.
To post to this group, send email to picrus...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "picrust-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/picrust-users/fVxZpYEiSBM/unsubscribe.
To unsubscribe from this group and all its topics, send an email to picrust-user...@googlegroups.com.
AttributeError: 'Table' object has no attribute 'sample_ids'
It occured at line 104 of file createProfileBiomDlg.py.
PICRUSt was run with biom1.3.1, and STAMP was installed with biom2.1. Would this be a problem? If so, how can I convert the biom from PICRUSt to the compatible version for STAMP?
biom_to_stamp.py -m KEGG_Pathways metagenome_prediction_L3.biom > metagenome_prediction_L3.spf
AttributeError: 'Table' object has no attribute 'sample_ids'
It occured at line 104 of file createProfileBiomDlg.py.
==========================
Any suggestions would be greatly appreciated.
-Bod
It occured at line 89 of file createProfileBiomDlg.py."
I am using Qiime 1.9.1 and biom-format 2.1.
The biom_to_stamp.py also fails:
python ../microbiome_helper/biom_to_stamp.py -m KEGG_Pathways predicted_metagenomes.L3.biom > metagenome_prediction_L3.spf
Traceback (most recent call last):
File "../microbiome_helper/biom_to_stamp.py", line 147, in <module>
main()
File "../microbiome_helper/biom_to_stamp.py", line 141, in main
row.extend(map(str,obs_vals))
AttributeError: 'str' object has no attribute 'extend'
I have used these instructions to make biom files:
https://picrust.github.io/picrust/scripts/categorize_by_function.html#categorize-by-function
How to import the BIOM files to STAMP?
Have you verified the OTU table is clean before putting it into picrust? Please convert it to a tab delimited text file and open it in your favorite processor and verify that the OTU are all numeric, none start with New. Or Clean.
I have often encountered issues with qiime's filter script not performing as expected.