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]: Rasusa: Randomly subsample sequencing reads to a specified coverage #3941

Closed
40 tasks done
whedon opened this issue Nov 22, 2021 · 54 comments
Closed
40 tasks done
Assignees
Labels
accepted published Papers published in JOSS recommend-accept Papers recommended for acceptance in JOSS. review Rust

Comments

@whedon
Copy link

whedon commented Nov 22, 2021

Submitting author: @mbhall88 (Michael Hall)
Repository: https://github.com/mbhall88/rasusa
Version: v0.6.1
Editor: @mikldk
Reviewer: @k3yavi, @holtgrewe
Archive: 10.5281/zenodo.5895111

⚠️ JOSS reduced service mode ⚠️

Due to the challenges of the COVID-19 pandemic, JOSS is currently operating in a "reduced service mode". You can read more about what that means in our blog post.

Status

status

Status badge code:

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

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

@k3yavi & @holtgrewe, 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 @mikldk know.

Please start on your review when you are able, and be sure to complete your review in the next six weeks, at the very latest

Review checklist for @k3yavi

✨ Important: Please do not use the Convert to issue functionality when working through this checklist, instead, please open any new issues associated with your review in the software repository associated with the submission. ✨

Conflict of interest

  • I confirm that I have read the JOSS conflict of interest (COI) policy and that: I have no COIs with reviewing this work or that any perceived COIs have been waived by JOSS for the purpose of this review.

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?
  • Contribution and authorship: Has the submitting author (@mbhall88) made major contributions to the software? Does the full list of paper authors seem appropriate and complete?
  • Substantial scholarly effort: Does this submission meet the scope eligibility described in the JOSS guidelines

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 functionality 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

  • Summary: Has a clear description of the high-level functionality and purpose of the software for a diverse, non-specialist audience been provided?
  • A statement of need: Does the paper have a section titled 'Statement of Need' that clearly states what problems the software is designed to solve and who the target audience is?
  • State of the field: Do the authors describe how this software compares to other commonly-used packages?
  • Quality of writing: Is the paper well written (i.e., it does not require editing for structure, language, or writing quality)?
  • References: Is the list of references complete, and is everything cited appropriately that should be cited (e.g., papers, datasets, software)? Do references in the text use the proper citation syntax?

Review checklist for @holtgrewe

✨ Important: Please do not use the Convert to issue functionality when working through this checklist, instead, please open any new issues associated with your review in the software repository associated with the submission. ✨

Conflict of interest

  • I confirm that I have read the JOSS conflict of interest (COI) policy and that: I have no COIs with reviewing this work or that any perceived COIs have been waived by JOSS for the purpose of this review.

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?
  • Contribution and authorship: Has the submitting author (@mbhall88) made major contributions to the software? Does the full list of paper authors seem appropriate and complete?
  • Substantial scholarly effort: Does this submission meet the scope eligibility described in the JOSS guidelines

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 functionality 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

  • Summary: Has a clear description of the high-level functionality and purpose of the software for a diverse, non-specialist audience been provided?
  • A statement of need: Does the paper have a section titled 'Statement of Need' that clearly states what problems the software is designed to solve and who the target audience is?
  • State of the field: Do the authors describe how this software compares to other commonly-used packages?
  • Quality of writing: Is the paper well written (i.e., it does not require editing for structure, language, or writing quality)?
  • References: Is the list of references complete, and is everything cited appropriately that should be cited (e.g., papers, datasets, software)? Do references in the text use the proper citation syntax?
@whedon
Copy link
Author

whedon commented Nov 22, 2021

Hello human, I'm @whedon, a robot that can help you with some common editorial tasks. @k3yavi, @holtgrewe it looks like you're currently assigned to review this paper 🎉.

⚠️ JOSS reduced service mode ⚠️

Due to the challenges of the COVID-19 pandemic, JOSS is currently operating in a "reduced service mode". You can read more about what that means in our blog post.

⭐ 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

For example, to regenerate the paper pdf after making changes in the paper's md or bib files, type:

@whedon generate pdf

@whedon
Copy link
Author

whedon commented Nov 22, 2021

Software report (experimental):

github.com/AlDanial/cloc v 1.88  T=0.04 s (345.9 files/s, 86114.5 lines/s)
-------------------------------------------------------------------------------
Language                     files          blank        comment           code
-------------------------------------------------------------------------------
Rust                             5            318            278           1528
Markdown                         2            187              0            516
YAML                             3             40             12            298
TOML                             2              3              1             32
Dockerfile                       1              9              0             14
-------------------------------------------------------------------------------
SUM:                            13            557            291           2388
-------------------------------------------------------------------------------


Statistical information for the repository '7d29f2b8405fd72a4e0460a4' was
gathered on 2021/11/22.
No commited files with the specified extensions were found.

@whedon
Copy link
Author

whedon commented Nov 22, 2021

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

 Can't find any papers to compile :-(

@mikldk
Copy link

mikldk commented Nov 22, 2021

@whedon check references from branch joss_paper

@whedon
Copy link
Author

whedon commented Nov 22, 2021

Attempting to check references... from custom branch joss_paper

@whedon
Copy link
Author

whedon commented Nov 22, 2021

Reference check summary (note 'MISSING' DOIs are suggestions that need verification):

OK DOIs

- 10.1186/s40793-019-0347-1 is OK
- 10.1186/s12859-018-2445-2 is OK
- 10.1099/mgen.0.000294 is OK

MISSING DOIs

- None

INVALID DOIs

- None

@mikldk
Copy link

mikldk commented Nov 22, 2021

@whedon generate pdf from branch joss_paper

@whedon
Copy link
Author

whedon commented Nov 22, 2021

Attempting PDF compilation from custom branch joss_paper. Reticulating splines etc...

@whedon
Copy link
Author

whedon commented Nov 22, 2021

👉📄 Download article proof 📄 View article proof on GitHub 📄 👈

@mikldk
Copy link

mikldk commented Nov 22, 2021

@k3yavi, @holtgrewe: Thanks for agreeing to review. Please carry out your review in this issue by updating the checklist above and giving feedback in this issue. The reviewer guidelines are available here: https://joss.readthedocs.io/en/latest/reviewer_guidelines.html. If possible create issues (and cross-reference) in the submission's repository to avoid too specific discussions in this review thread.

If you have any questions or concerns please let me know.

@mikldk
Copy link

mikldk commented Dec 2, 2021

@k3yavi, @holtgrewe, can you please give a brief status of your review? This is not to rush you, merely to give me an impression of the progress and time-frame.

@whedon
Copy link
Author

whedon commented Dec 6, 2021

👋 @k3yavi, please update us on how your review is going (this is an automated reminder).

@whedon
Copy link
Author

whedon commented Dec 6, 2021

👋 @holtgrewe, please update us on how your review is going (this is an automated reminder).

@k3yavi
Copy link

k3yavi commented Dec 7, 2021

Hi @mikldk , according to JOSS guidelines, I think the paper and the tool passes all the criteria mentioned in the checklist.

I do have some minor points to mention, is it Ok to mention them here or the review is strictly checklist based ?

@mikldk
Copy link

mikldk commented Dec 7, 2021

@k3yavi Sounds good. Your input would be very valuable. Please create issues in the repo and mention this issue such that they are linked.

@mikldk
Copy link

mikldk commented Dec 17, 2021

@holtgrewe, can you please give a brief status of your review? This is not to rush you, merely to give me an impression of the progress and time-frame.

@holtgrewe
Copy link

@mikldk sorry for the delay, will do it over christmas

@mikldk
Copy link

mikldk commented Jan 3, 2022

@holtgrewe, can you please give a brief status of your review? This is not to rush you, merely to give me an impression of the progress and time-frame.

@holtgrewe
Copy link

@mikldk I'm starting now.

@holtgrewe
Copy link

The invitation link has expired. I'll continue my review anyway now. Let me know how to proceed in the "formal" process.

@holtgrewe
Copy link

I could not edit the checklist above. I took the one from the joss docs, below are the fields I filled. I need to actually test the software on Monday.

manuscript

summary

  • actually also useful for benchmarks

main text

  • Can review guideline be addressed? "Mentions (if applicable) of any ongoing research projects using the software or recent scholarly publications enabled by it."
  • The link to the software archive appears to not work.

review considerations

  • software license: MIT, license file is there
  • scholarly effort: check
  • documentation
    • statement of need: check
    • installation instructions: excellent
    • example usage: excellent
    • functionality: TODO
    • tests: excellent
  • authorship: check
  • novelty: check
  • proprietary software: not applicable

checklist

general

  • repository URL: OK
  • license: OK
  • contribution and authorship: OK

functionality

  • installation: check
  • functionality: check
  • performance: check

documentation

  • statement of need: check
  • installation: check
  • example usage: check
  • functionality documentation: check
  • automated tests: check
  • community guidelines: (1) check, for (2,3): it's a github project with issues, so these work for me - check

software paper

  • summary: check
  • statement of need: check
  • state of the field: check
  • quality of writing: check
  • reference: check

@mikldk
Copy link

mikldk commented Jan 14, 2022

@whedon re-invite @holtgrewe as reviewer

@whedon
Copy link
Author

whedon commented Jan 14, 2022

OK, the reviewer has been re-invited.

@holtgrewe please accept the invite by clicking this link: https://github.com/openjournals/joss-reviews/invitations

@whedon
Copy link
Author

whedon commented Jan 20, 2022

Attempting PDF compilation from custom branch joss_paper. Reticulating splines etc...

@whedon
Copy link
Author

whedon commented Jan 20, 2022

👉📄 Download article proof 📄 View article proof on GitHub 📄 👈

@mbhall88
Copy link

mbhall88 commented Jan 20, 2022

@mikldk I am happy with the final proofs.

Regarding the tagged release: I have Zenodo integrated with the repository already, so when I tag a release, a Zenodo archive will be created automatically. Is this fine?

One question before I tag a new release: should I merge the joss_paper branch into the master branch and then tag? That way the paper is included with the release?

@mikldk
Copy link

mikldk commented Jan 20, 2022

@mbhall88 You don't have to merge the joss_paper branch into the main branch. It's up to you. Please let me know once you have made a release that is accessible at e.g. Zenodo.

@mbhall88
Copy link

Hi @mikldk I have merged joss_paper into master and tagged a release with v0.6.1. It's on Zenodo at https://doi.org/10.5281/zenodo.5895111

@mikldk
Copy link

mikldk commented Jan 24, 2022

@whedon set 10.5281/zenodo.5895111 as archive

@whedon
Copy link
Author

whedon commented Jan 24, 2022

OK. 10.5281/zenodo.5895111 is the archive.

@mikldk
Copy link

mikldk commented Jan 24, 2022

@whedon set v0.6.1 as version

@whedon
Copy link
Author

whedon commented Jan 24, 2022

OK. v0.6.1 is the version.

@mikldk
Copy link

mikldk commented Jan 24, 2022

@mbhall88: Can you add "B." initial to Zenodo? (Or remove it from the paper.)

@mbhall88
Copy link

@mbhall88: Can you add "B." initial to Zenodo? (Or remove it from the paper.)

Changed on Zenodo.

@mikldk
Copy link

mikldk commented Jan 25, 2022

@whedon check references

@whedon
Copy link
Author

whedon commented Jan 25, 2022

Reference check summary (note 'MISSING' DOIs are suggestions that need verification):

OK DOIs

- 10.1186/s40793-019-0347-1 is OK
- 10.1186/s12859-018-2445-2 is OK
- 10.1099/mgen.0.000294 is OK

MISSING DOIs

- None

INVALID DOIs

- None

@mikldk
Copy link

mikldk commented Jan 25, 2022

@whedon recommend-accept

@whedon
Copy link
Author

whedon commented Jan 25, 2022

Attempting dry run of processing paper acceptance...

@whedon whedon added the recommend-accept Papers recommended for acceptance in JOSS. label Jan 25, 2022
@whedon
Copy link
Author

whedon commented Jan 25, 2022

Reference check summary (note 'MISSING' DOIs are suggestions that need verification):

OK DOIs

- 10.1186/s40793-019-0347-1 is OK
- 10.1186/s12859-018-2445-2 is OK
- 10.1099/mgen.0.000294 is OK

MISSING DOIs

- None

INVALID DOIs

- None

@whedon
Copy link
Author

whedon commented Jan 25, 2022

👋 @openjournals/joss-eics, this paper is ready to be accepted and published.

Check final proof 👉 openjournals/joss-papers#2906

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

@whedon accept deposit=true

@mbhall88
Copy link

Final proof looks good to me. Do I accept this or do you @mikldk?

@mikldk
Copy link

mikldk commented Jan 26, 2022

@mbhall88 Neither of us - an EiC will do that when they have checked that everything looks fine.

@arfon
Copy link
Member

arfon commented Jan 29, 2022

@whedon accept deposit=true

@whedon
Copy link
Author

whedon commented Jan 29, 2022

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

@whedon whedon added accepted published Papers published in JOSS labels Jan 29, 2022
@whedon
Copy link
Author

whedon commented Jan 29, 2022

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

@whedon
Copy link
Author

whedon commented Jan 29, 2022

🚨🚨🚨 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.03941 joss-papers#2918
  2. Wait a couple of minutes, then verify that the paper DOI resolves https://doi.org/10.21105/joss.03941
  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...

@arfon
Copy link
Member

arfon commented Jan 29, 2022

@k3yavi, @holtgrewe – many thanks for your reviews here and to @mikldk for editing this submission! JOSS relies upon the volunteer effort of people like you and we simply wouldn't be able to do this without you ✨

@mbhall88 – your paper is now accepted and published in JOSS ⚡🚀💥

@arfon arfon closed this as completed Jan 29, 2022
@whedon
Copy link
Author

whedon commented Jan 29, 2022

🎉🎉🎉 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](https://joss.theoj.org/papers/10.21105/joss.03941/status.svg)](https://doi.org/10.21105/joss.03941)

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

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

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:

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 Rust
Projects
None yet
Development

No branches or pull requests

6 participants