Hi George,
I am wondering how importing biom files to lefse exactly works. I have an otu_table.biom generated by Qiime. The sample metadata has been added to the biom file with "biom add-metadata -i otu_table.biom -o otu_table_md.biom -m 130037-metadata.txt". The sample metadata has a group named "Group". Each sample is assigned into one of the following group values: "Cellu", "Pexy" or "Norm".
Running command gives error messages:
"format_input.py otu_table_md.biom otu_table_md.lefse -biom_c Group -c 1 -o 1000000"
Traceback (most recent call last):
File "/home/apps/lefse/format_input.py", line 433, in <module>
feats = numerical_values(feats,params['norm_v'])
File "/home/apps/lefse/format_input.py", line 174, in numerical_values
feats[k] = [float(val) for val in v]
ValueError: could not convert string to float: Cellu
What exact steps/commands are needed in order to run lefse analysis for a biom file?
BR
Sami