We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I got an email reporting the following error:
> setwd("/Users/garamirez/Documents/MPbio_MoBio/Kitome_MB_MP/") > summary_path=("Kitome.tax.summary") > data=parse_mothur_tax_summary(summary_path) Error in read.table(file = file, header = header, sep = sep, quote = quote, : unused argument (file_path = "Kitome.tax.summary")
The text was updated successfully, but these errors were encountered:
Confirmed:
> parse_mothur_tax_summary(file = "tests/testthat/example_data/mothur_summary.txt") Error in read.table(file = file, header = header, sep = sep, quote = quote, : unused argument (file_path = "tests/testthat/example_data/mothur_summary.txt")
Sorry, something went wrong.
037c6ff
No branches or pull requests
I got an email reporting the following error:
The text was updated successfully, but these errors were encountered: