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

[REVIEW]: phylosmith: an R-package for reproducible and efficient microbiome analysis with phyloseq-objects #1442

Closed
16 of 18 tasks
whedon opened this issue May 10, 2019 · 81 comments
Assignees
Labels
accepted published Papers published in JOSS recommend-accept Papers recommended for acceptance in JOSS. review

Comments

@whedon
Copy link

whedon commented May 10, 2019

Submitting author: @schuyler-smith (Schuyler Smith)
Repository: https://github.com/schuyler-smith/phylosmith/
Version: 0.99.0
Editor: @karthik
Reviewer: @joey711
Archive: 10.5281/zenodo.3251024

Status

status

Status badge code:

HTML: <a href="http://joss.theoj.org/papers/4d4780ab16c487764ebe108fa6bcdc2c"><img src="http://joss.theoj.org/papers/4d4780ab16c487764ebe108fa6bcdc2c/status.svg"></a>
Markdown: [![status](http://joss.theoj.org/papers/4d4780ab16c487764ebe108fa6bcdc2c/status.svg)](http://joss.theoj.org/papers/4d4780ab16c487764ebe108fa6bcdc2c)

Reviewers and authors:

Please avoid lengthy details of difficulties in the review thread. Instead, please create a new issue in the target repository and link to those issues (especially acceptance-blockers) by leaving comments in the review thread below. (For completists: if the target issue tracker is also on GitHub, linking the review thread in the issue or vice versa will create corresponding breadcrumb trails in the link target.)

Reviewer instructions & questions

@joey711, please carry out your review in this issue by updating the checklist below. If you cannot edit the checklist please:

  1. Make sure you're logged in to your GitHub account
  2. Be sure to accept the invite at this URL: https://github.com/openjournals/joss-reviews/invitations

The reviewer guidelines are available here: https://joss.readthedocs.io/en/latest/reviewer_guidelines.html. Any questions/concerns please let @karthik know.

Please try and complete your review in the next two weeks

Review checklist for @joey711

Conflict of interest

Code of Conduct

General checks

  • Repository: Is the source code for this software available at the repository url?
  • License: Does the repository contain a plain-text LICENSE file with the contents of an OSI approved software license?
  • Version: Does the release version given match the GitHub release (0.99.0)?
  • Authorship: Has the submitting author (@schuyler-smith) made major contributions to the software? Does the full list of paper authors seem appropriate and complete?

Functionality

  • Installation: Does installation proceed as outlined in the documentation?
  • Functionality: Have the functional claims of the software been confirmed?
  • Performance: If there are any performance claims of the software, have they been confirmed? (If there are no claims, please check off this item.)

Documentation

  • A statement of need: Do the authors clearly state what problems the software is designed to solve and who the target audience is?
  • Installation instructions: Is there a clearly-stated list of dependencies? Ideally these should be handled with an automated package management solution.
  • Example usage: Do the authors include examples of how to use the software (ideally to solve real-world analysis problems).
  • Functionality documentation: Is the core functionality of the software documented to a satisfactory level (e.g., API method documentation)?
  • Automated tests: Are there automated tests or manual steps described so that the function of the software can be verified?
  • Community guidelines: Are there clear guidelines for third parties wishing to 1) Contribute to the software 2) Report issues or problems with the software 3) Seek support

Software paper

  • Authors: Does the paper.md file include a list of authors with their affiliations?
  • A statement of need: Do the authors clearly state what problems the software is designed to solve and who the target audience is?
  • References: Do all archival references that should have a DOI list one (e.g., papers, datasets, software)?
@whedon
Copy link
Author

whedon commented May 10, 2019

Hello human, I'm @whedon, a robot that can help you with some common editorial tasks. @joey711 it looks like you're currently assigned as the reviewer for this paper 🎉.

⭐ Important ⭐

If you haven't already, you should seriously consider unsubscribing from GitHub notifications for this (https://github.com/openjournals/joss-reviews) repository. As a reviewer, you're probably currently watching this repository which means for GitHub's default behaviour you will receive notifications (emails) for all reviews 😿

To fix this do the following two things:

  1. Set yourself as 'Not watching' https://github.com/openjournals/joss-reviews:

watching

  1. You may also like to change your default settings for this watching repositories in your GitHub profile here: https://github.com/settings/notifications

notifications

For a list of things I can do to help you, just type:

@whedon commands

@whedon
Copy link
Author

whedon commented May 10, 2019

Attempting PDF compilation. Reticulating splines etc...

@whedon
Copy link
Author

whedon commented May 10, 2019

@karthik
Copy link
Contributor

karthik commented May 10, 2019

@whedon check references

@whedon
Copy link
Author

whedon commented May 10, 2019

Attempting to check references...

@whedon
Copy link
Author

whedon commented May 10, 2019


OK DOIs

- 10.1371/journal.pone.0061217 is OK

MISSING DOIs

- https://doi.org/10.1371/journal.pcbi.1005871 may be missing for title: Ten simple rules for biologists learning to program
- https://doi.org/10.1038/nature11234 may be missing for title: Structure, function and diversity of the healthy human microbiome

INVALID DOIs

- None

@schuyler-smith
Copy link

@whedon check references

@whedon
Copy link
Author

whedon commented May 10, 2019

Attempting to check references...

@whedon
Copy link
Author

whedon commented May 10, 2019


OK DOIs

- 10.1371/journal.pone.0061217 is OK
- 10.1371/journal.pcbi.1005871 is OK
- 10.1038/nature11234 is OK

MISSING DOIs

- None

INVALID DOIs

- None

@schuyler-smith
Copy link

@karthik I just want to check to make sure that everything is set for this on my end, or if there is anything that I can/need to do. Thank you!

@karthik
Copy link
Contributor

karthik commented May 20, 2019

@schuyler-smith All good at your end. We're just waiting for the review to come in.

@karthik
Copy link
Contributor

karthik commented Jun 5, 2019

Pinged reviewer over email on 06/05

@joey711
Copy link

joey711 commented Jun 16, 2019

Functionality confirmed.
image

@joey711
Copy link

joey711 commented Jun 16, 2019

Also tested the co_occurrence function, which was re-implemented with Rcpp for performance. Can confirm the performance. I did not test accuracy.

Speaking of accuracy, that function in particular could use some unit tests to establish a baseline of analytical accuracy. A few other functional unit tests wouldn't hurt.

@joey711
Copy link

joey711 commented Jun 16, 2019

Main deficiencies to address:

  • (1) Installation. The documented installation code is insufficient. The phyloseq package is released through bioconductor, and is not installed automatically as a dependency through the indicated devtools::install_github("phylosmith") command. More importantly, there are other deeply-implied dependencies related to the Rcpp compilation. I was able to resolve this with the following Dockerfile code, starting with an official bioconductor release image (see below).
  • (2) Unit tests. There are none.

Dockerfile code:

FROM bioconductor/release_core2

# Install phyloseq 
RUN Rscript -e 'if(!requireNamespace("BiocManager", quietly = TRUE)){install.packages("BiocManager")}; BiocManager::install("phyloseq")'

RUN Rscript -e 'install.packages("devtools")'

RUN apt-get update && apt-get install -y --no-install-recommends libudunits2-dev
RUN Rscript -e 'install.packages("units")'

RUN Rscript -e 'install.packages("RcppEigen")'
RUN Rscript -e 'install.packages("RcppParallel")'
RUN Rscript -e 'install.packages("Rtsne")'

# ggforce
RUN apt-get install -y --no-install-recommends libgdal-dev
RUN Rscript -e 'install.packages("ggforce")'

# Install phylosmith
RUN Rscript -e 'devtools::install_github("schuyler-smith/phylosmith")'

# To run R from the command line:
# docker run -ti --user bioc bioconductor/release_core2 R
# docker run -e PASSWORD=rstudio1 -p 8787:8787 phylosmith

@joey711
Copy link

joey711 commented Jun 16, 2019

Otherwise looks good. @karthik I'm not sure what to do next? I think author will find it is in their own best interest to address these two minor issues. Afterward, it seems to meet all the criteria and I'm happy to get out of the way.

@schuyler-smith
Copy link

@joey711 Thank you for the review!
I was aware of the installation dependencies, from dealing with travis-ci, but wasn't sure how convoluted I should make the instructions vs let the user install dependencies on a need-to-need basis. I updated the instructions to include all the dependencies I included in the travis file, and the ones you listed for your installation. Hopefully it's clear and complete!

The unit tests I was admittedly not sure how to include, but had thought about. I am sure I have wasted a lot of my own time by not adding them sooner. I will look into including them!

@schuyler-smith
Copy link

@karthik I addressed the installation documentation issues, hopefully to a satisfactory level. I will hope to add the unit tests in the near future. If they are needed, please let me know and I will make it a priority.

Is there anything I need to do for the next steps?

@schuyler-smith
Copy link

@karthik also curious of what the next steps actually are, namely when doi's get assigned so that my labmate can cite. Thanks again for all the help!

@karthik
Copy link
Contributor

karthik commented Jun 19, 2019

Thanks @joey711 for this review! @schuyler-smith I'm just returning from a trip so I'll need a day to look over the changes and recommend next steps. I'll update this thread shortly.

@karthik
Copy link
Contributor

karthik commented Jun 20, 2019

@whedon generate pdf

@whedon
Copy link
Author

whedon commented Jun 20, 2019

Attempting PDF compilation. Reticulating splines etc...

@whedon
Copy link
Author

whedon commented Jun 20, 2019

@karthik
Copy link
Contributor

karthik commented Jun 20, 2019

@whedon check references

@whedon
Copy link
Author

whedon commented Jun 20, 2019

PDF failed to compile for issue #1442 with the following error:

Error reading bibliography ./paper.bib (line 15, column 9):
unexpected ","
expecting white space
Error running filter pandoc-citeproc:
Filter returned error status 1
Looks like we failed to compile the PDF

@danielskatz
Copy link

The first ref should have DOI https://doi.org/10.1038/nature09944 added
The fourth ref should have DOI http://dx.doi.org/10.18637/jss.v040.i08 added

there could also be more...

@schuyler-smith
Copy link

@danielskatz you are correct, I found a couple other DOIs. I think i blindly trusted the google scholar bib citations. Hopefully it looks better.

@schuyler-smith
Copy link

@whedon generate pdf

@whedon
Copy link
Author

whedon commented Jun 20, 2019

Attempting PDF compilation. Reticulating splines etc...

@whedon
Copy link
Author

whedon commented Jun 20, 2019

@danielskatz
Copy link

ok, looks good now - thanks

@danielskatz
Copy link

@whedon accept

@whedon
Copy link
Author

whedon commented Jun 20, 2019

Attempting dry run of processing paper acceptance...

@whedon
Copy link
Author

whedon commented Jun 20, 2019


OK DOIs

- 10.1371/journal.pone.0061217 is OK
- 10.18637/jss.v040.i08 is OK
- 10.1371/journal.pcbi.1005871 is OK
- 10.1038/nature11234 is OK
- 10.1038/nature07540 is OK
- 10.1038/nature09944 is OK

MISSING DOIs

- None

INVALID DOIs

- None

@whedon
Copy link
Author

whedon commented Jun 20, 2019

Check final proof 👉 openjournals/joss-papers#785

If the paper PDF and Crossref deposit XML look good in openjournals/joss-papers#785, then you can now move forward with accepting the submission by compiling again with the flag deposit=true e.g.

@whedon accept deposit=true

@danielskatz
Copy link

@whedon accept deposit=true

@whedon
Copy link
Author

whedon commented Jun 20, 2019

Doing it live! Attempting automated processing of paper acceptance...

@whedon
Copy link
Author

whedon commented Jun 20, 2019

🐦🐦🐦 👉 Tweet for this paper 👈 🐦🐦🐦

@whedon
Copy link
Author

whedon commented Jun 20, 2019

🚨🚨🚨 THIS IS NOT A DRILL, YOU HAVE JUST ACCEPTED A PAPER INTO JOSS! 🚨🚨🚨

Here's what you must now do:

  1. Check final PDF and Crossref metadata that was deposited 👉 Creating pull request for 10.21105.joss.01442 joss-papers#786
  2. Wait a couple of minutes to verify that the paper DOI resolves https://doi.org/10.21105/joss.01442
  3. If everything looks good, then close this review issue.
  4. Party like you just published a paper! 🎉🌈🦄💃👻🤘

Any issues? notify your editorial technical team...

@whedon
Copy link
Author

whedon commented Jun 20, 2019

🎉🎉🎉 Congratulations on your paper acceptance! 🎉🎉🎉

If you would like to include a link to your paper from your README use the following code snippets:

Markdown:
[![DOI](http://joss.theoj.org/papers/10.21105/joss.01442/status.svg)](https://doi.org/10.21105/joss.01442)

HTML:
<a style="border-width:0" href="https://doi.org/10.21105/joss.01442">
  <img src="http://joss.theoj.org/papers/10.21105/joss.01442/status.svg" alt="DOI badge" >
</a>

reStructuredText:
.. image:: http://joss.theoj.org/papers/10.21105/joss.01442/status.svg
   :target: https://doi.org/10.21105/joss.01442

This is how it will look in your documentation:

DOI

We need your help!

Journal of Open Source Software is a community-run journal and relies upon volunteer effort. If you'd like to support us please consider doing either one (or both) of the the following:

@whedon whedon added published Papers published in JOSS recommend-accept Papers recommended for acceptance in JOSS. labels Mar 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accepted published Papers published in JOSS recommend-accept Papers recommended for acceptance in JOSS. review
Projects
None yet
Development

No branches or pull requests

5 participants