-
Notifications
You must be signed in to change notification settings - Fork 1
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
[JOSS REVIEW] Installation instructions #38
Comments
You are right. I tried on a docker image, and we effectively needed this code before. I saw no direct solution for the moment. In a discussion on stackoverflow they suggest using I updated the README file to better explain the installation. Thanks for the time you spent on my submission. |
Sounds good, that's all I had intended as the fix, just to make sure the documentation was accurate |
After merging the pr #43, these instructions are no longer required in the README: if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("dada2")
BiocManager::install("phyloseq") It does not hurt to run these commands beforehand, it's just not necessary anymore. |
Are the installation instructions correct? I can't get installation to work without first manually installing dada2 and phyloseq
The text was updated successfully, but these errors were encountered: