Open
Description
Hey, I created an adapted per sample diet model with the following structure for my dataset:
flux dilution metabolite reaction sample_id
0 0.000135232 0.1 fru_m EX_fru_m ORS18-017
1 0.000329774 0.1 glc_m EX_glc_m ORS18-017
2 4.99876E-05 0.1 gal_m EX_gal_m ORS18-017
3 0.0148986 0.1 man_m EX_man_m ORS18-017
4 0.000161329 0.1 mnl_m EX_mnl_m ORS18-017
5 0.0148986 0.1 fuc_L_m EX_fuc_L_m ORS18-017
However, after import as --type MicomMedium[PerSample] I receive the following error with the qiime micom grow command:
Plugin error from micom:
'DataFrame' object has no attribute 'reaction'
Hope you can help!
Thanks!