Skip to content
New issue

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

parse_mothur_tax_summary file parsing error #211

Closed
zachary-foster opened this issue Feb 1, 2018 · 1 comment
Closed

parse_mothur_tax_summary file parsing error #211

zachary-foster opened this issue Feb 1, 2018 · 1 comment

Comments

@zachary-foster
Copy link
Contributor

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")
@zachary-foster
Copy link
Contributor Author

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")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant