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

@zachary-foster zachary-foster commented Feb 1, 2018

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 zachary-foster added the bug label Feb 1, 2018
@zachary-foster
Copy link
Contributor Author

@zachary-foster zachary-foster commented Feb 1, 2018

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
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.