Open guidohooiveld opened 2 weeks ago
Hi @guidohooiveld I carefully checked it and found it is a bug. The reason is this type of data.frame reading method comes from another function humann2meco, but in qiime2meco the structure of the function is a little different. Meanwhile I forgot to test this part in my test code. I have fixed it in the github. Please reinstall the file2meco v0.9.1 from github with the following code:
devtools::install_github("ChiLiubio/file2meco")
Thank you very much for your find!
Best, Chi
Hi. Now the file2meco v0.9.1 in CRAN is also available.
Hi, I am exploring your powerful packages, and found an error with the function
qiime2meco
. When using as input for the argumentsample_table
adata.frame
an error is reported. See below. I would like to use adata.frame
rather than pointing to a*.tsv
file directly because I am manipulating (cleaning-up) thesample_table
a bit before before use.Could you please have a look at this? Thanks! G
Reproducible example: