Joss-reviews: [REVIEW]: Nimbus: a Ruby gem to implement Random Forest algorithms in a genomic selection context

Created on 4 Aug 2017  ·  13Comments  ·  Source: openjournals/joss-reviews

Submitting author: @xuanxu (Juanjo Bazán)
Repository: https://github.com/xuanxu/nimbus
Version: 2.3.0
Editor: @pjotrp
Reviewer: @fstrozzi
Archive: 10.5281/zenodo.845342

Status

status

Status badge code:

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

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

@fstrozzi, please carry out your review in this issue by updating the checklist below (please make sure you're logged in to GitHub). The reviewer guidelines are available here: http://joss.theoj.org/about#reviewer_guidelines. Any questions/concerns please let @pjotrp know.

Conflict of interest

  • [x] As the reviewer I confirm that there are no conflicts of interest for me to review this work (such as being a major contributor to the software).

Code of Conduct

General checks

  • [x] Repository: Is the source code for this software available at the repository url?
  • [x] License: Does the repository contain a plain-text LICENSE file with the contents of an OSI approved software license?
  • [x] Version: Does the release version given match the GitHub release (2.3.0)?
  • [x] Authorship: Has the submitting author (@xuanxu) made major contributions to the software?

Functionality

  • [x] Installation: Does installation proceed as outlined in the documentation?
  • [x] Functionality: Have the functional claims of the software been confirmed?
  • [x] Performance: Have any performance claims of the software been confirmed?

Documentation

  • [x] A statement of need: Do the authors clearly state what problems the software is designed to solve and who the target audience is?
  • [x] Installation instructions: Is there a clearly-stated list of dependencies? Ideally these should be handled with an automated package management solution.
  • [x] Example usage: Do the authors include examples of how to use the software (ideally to solve real-world analysis problems).
  • [x] Functionality documentation: Is the core functionality of the software documented to a satisfactory level (e.g., API method documentation)?
  • [x] Automated tests: Are there automated tests or manual steps described so that the function of the software can be verified?
  • [x] 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

  • [x] Authors: Does the paper.md file include a list of authors with their affiliations?
  • [x] A statement of need: Do the authors clearly state what problems the software is designed to solve and who the target audience is?
  • [x] References: Do all archival references that should have a DOI list one (e.g., papers, datasets, software)?
accepted published recommend-accept review

Most helpful comment

@fstrozzi - many thanks for your review and to @pjotrp for editing this submission ✨

@xuanxu - your paper is now accepted into JOSS and your DOI is http://dx.doi.org/10.21105/joss.00351 ⚡️ 🚀 💥

All 13 comments

Hello human, I'm @whedon. I'm here to help you with some common editorial tasks for JOSS. @fstrozzi it looks like you're currently assigned as the reviewer for this paper :tada:.

:star: Important :star:

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

The authors developed a Ruby package enabling random forest based classification for genomics selection data. The package is well written, quite easy to use and overall it seems a solid piece of software addressing specific analysis using SNPs data. The package is answering all JOSS requirements, although minor revisions are envisaged (marked as checkboxes below).

Code

  • the code is clean, and commented.
  • rdoc is available online
  • installation of the software works smoothly using RubyGem and there are no dependencies issues that I can envisage
  • rspec automated tests are provided and the repository is linked to Travis CI

Functionalities

  • examples works fine with no errors following Readme instructions and using the example data provided into the repository

  • [ ] automated tests fail, an issue has been opened on the repository to inspect this

Paper

  • [ ] The paper describes clearly the background of random forests algorithm and the use of Nimbus, but the statements of need could be improved by describing what Nimbus adds to existing random forest classifiers available for genomics selection, and highlighting what are the strong points of Nimbus and the reason why it was developed (e.g. simplicity to use, better fit for specific use cases, better performance etc.)

  • [ ] Minor grammar and typing errors (can be easily spotted using a word processor, Markdown isn't very helpful with this)

@fstrozzi thanks for your thorough review! @xuanxu looks like these are minor fixes. Ping us when you are done or respond here.

Thanks for the review @fstrozzi!
I've add some details to the paper summary to highlight the strong points and improve the statement of need. And also corrected some typos.

Hi @xuanxu,
the new version of the paper.md looks good (only a couple of typos left, in the second paragraph "accomodate" should be "accommodate" and in the very last line "use" should be "used"). I have also closed the issue on the repository since after the last exchanges we had, the tests run fine also on my end now.

@pjotrp from my point of view all the points raised were addressed.

Nice!
Both typos fixed.

@arfon we are ready!

@xuanxu - At this point could you make an archive of the reviewed software in Zenodo/figshare/other service and update this thread with the DOI of the archive? I can then move forward with accepting the submission.

@whedon set 10.5281/zenodo.845342 as archive

OK. 10.5281/zenodo.845342 is the archive.

@fstrozzi - many thanks for your review and to @pjotrp for editing this submission ✨

@xuanxu - your paper is now accepted into JOSS and your DOI is http://dx.doi.org/10.21105/joss.00351 ⚡️ 🚀 💥

Yay! Thank you @fstrozzi, @pjotrp & @arfon 🎉

Was this page helpful?
0 / 5 - 0 ratings