Skip to content

[REVIEW]: GEMMI: A library for structural biology #4200

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

Closed
editorialbot opened this issue Feb 23, 2022 · 51 comments
Closed

[REVIEW]: GEMMI: A library for structural biology #4200

editorialbot opened this issue Feb 23, 2022 · 51 comments
Assignees
Labels
accepted C++ CMake Makefile published Papers published in JOSS recommend-accept Papers recommended for acceptance in JOSS. review

Comments

@editorialbot
Copy link
Collaborator

editorialbot commented Feb 23, 2022

Submitting author: @wojdyr (Marcin Wojdyr)
Repository: https://github.com/project-gemmi/gemmi/
Branch with paper.md (empty if default branch): paper
Version: v0.5.1
Editor: @kellyrowland
Reviewers: @jamesrhester, @dominiquesydow
Archive: 10.6084/m9.figshare.19678776

⚠️ 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/46628eee7a937a0dfed5033a29c9b15a"><img src="https://joss.theoj.org/papers/46628eee7a937a0dfed5033a29c9b15a/status.svg"></a>
Markdown: [![status](https://joss.theoj.org/papers/46628eee7a937a0dfed5033a29c9b15a/status.svg)](https://joss.theoj.org/papers/46628eee7a937a0dfed5033a29c9b15a)

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

@jamesrhester & @dominiquesydow, your review will be checklist based. Each of you will have a separate checklist that you should update when carrying out your review.
First of all you need to run this command in a separate comment to create the checklist:

@editorialbot generate my checklist

The reviewer guidelines are available here: https://joss.readthedocs.io/en/latest/reviewer_guidelines.html. Any questions/concerns please let @kellyrowland 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

Checklists

📝 Checklist for @jamesrhester

📝 Checklist for @dominiquesydow

@editorialbot
Copy link
Collaborator Author

Hello humans, I'm @editorialbot, a robot that can help you with some common editorial tasks.

⚠️ 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.

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

@editorialbot commands

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

@editorialbot generate pdf

@editorialbot
Copy link
Collaborator Author

Checking the BibTeX entries failed with the following error:

No paper file path

@editorialbot
Copy link
Collaborator Author

Software report:

github.com/AlDanial/cloc v 1.88  T=0.46 s (973.5 files/s, 226542.0 lines/s)
-------------------------------------------------------------------------------
Language                     files          blank        comment           code
-------------------------------------------------------------------------------
C/C++ Header                   266           7164           6870          51133
C++                             86           1088            491          13443
reStructuredText                10           3191           3870           4837
Python                          50            507            499           3759
C                                8            429            768           3235
JSON                             3              0              0            884
YAML                             7             68             27            444
CMake                            1             73             38            324
Bourne Shell                     7             43             70            279
Markdown                         2             24              0             68
make                             2             19              7             52
Fortran 90                       2              3              4             42
CSS                              1              3              3             13
JavaScript                       1              1              0             12
-------------------------------------------------------------------------------
SUM:                           446          12613          12647          78525
-------------------------------------------------------------------------------


gitinspector failed to run statistical information for the repository

@editorialbot
Copy link
Collaborator Author

Failed to discover a Statement of need section in paper

@editorialbot

This comment was marked as outdated.

@kellyrowland
Copy link

@editorialbot generate pdf from branch paper

@editorialbot
Copy link
Collaborator Author

I'm sorry human, I don't understand that. You can see what commands I support by typing:

@editorialbot commands

@danielskatz
Copy link

@editorialbot set custom-branch-with-paper as paper

@editorialbot
Copy link
Collaborator Author

I'm sorry human, I don't understand that. You can see what commands I support by typing:

@editorialbot commands

@danielskatz
Copy link

👋 @openjournals/dev - Looks like something isn't working right

@xuanxu
Copy link
Member

xuanxu commented Feb 23, 2022

@editorialbot set paper as branch

@editorialbot
Copy link
Collaborator Author

Done! branch is now paper

@xuanxu
Copy link
Member

xuanxu commented Feb 23, 2022

@editorialbot generate pdf

@editorialbot
Copy link
Collaborator Author

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

@kellyrowland
Copy link

This needs to be updated: https://joss.readthedocs.io/en/latest/editorial_bot.html#compiling-papers-from-a-specific-branch

@jamesrhester
Copy link

jamesrhester commented Mar 11, 2022

Review checklist for @jamesrhester

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 https://github.com/project-gemmi/gemmi/?
  • 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 (@wojdyr) 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?

@jamesrhester
Copy link

@wojdyr I can't find anything that might be interpreted as "community guidelines" in either the README.md or the Introduction on readthedocs. I would be satisifed with a couple of headings along the lines of "Contributing to GEMMI" explaining how to contribute, and another header "Support" explaining support options. The former would make sense in the README.md and the latter in the introduction to the documentation, I think.

@jamesrhester
Copy link

Another minor comment: I think it is worth mentioning somewhere in the Summary which major platforms the software compiles and runs on, or maybe just insert the word "cross-platform" somewhere.

@wojdyr
Copy link

wojdyr commented Mar 12, 2022

@jamesrhester Thanks a lot for the review.

We indeed don't have any guidelines or suggestions regarding contributing to GEMMI. Default Github's Community Guidelines apply. I think it makes reporting bugs easier – the user doesn't need to read and conform to a given protocol. Contributing code to GEMMI has not been formalized yet. To formalize it we'd need to decide how to handle copyrights (should we have CLA and copyright assignment from contributors?), and this would need to be discussed with all stakeholders in the project. Which would take time. As for the support, some users open issue or discussion on Github, other use email. The main page of the documentation (here) encourages to ask question by email, but I don't really have a preferred mode of communication.

"cross-platform" – makes sense, I'll add it (I guess I should wait for the second review before updating the paper).

Thanks again for reviewing the paper!

@jamesrhester
Copy link

Perhaps then a header "Contributing" with just a "See Github Community Guidelines" link underneath. "Support" could have "Please open an issue (link) or contact via email". Just something minimal like this should be enough.

@wojdyr
Copy link

wojdyr commented Mar 31, 2022

@jamesrhester I misunderstood community guidelines. I thought about Github guidelines which recommend that people are nice and don't offend each other. When the user open a new issue, they see a footnote:
Remember, contributions to this repository should follow our GitHub Community Guidelines.

But I see that the community guidelines in the review process are specifically about guidelines how to seek support, report problems, etc. So I added this to README.md:

To report problems or ask questions either use GitHub Issues, or email [email protected]. If you consider a major code contribution, please get in touch beforehand.

Thanks for the time you spend on this review.

@dominiquesydow
Copy link

dominiquesydow commented Apr 3, 2022

Review checklist for @dominiquesydow

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

Functionality

  • Installation: Does installation proceed as outlined in the documentation?
    • Tested conda and pip installations.
  • 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?

@dominiquesydow
Copy link

Hi @wojdyr, thanks for your updates! This completes my review and I recommend this work to be accepted.

@jamesrhester
Copy link

My review is also complete.

@kellyrowland
Copy link

Excellent, thank you both for your work in reviewing this submission.

@kellyrowland
Copy link

@editorialbot generate pdf

@editorialbot
Copy link
Collaborator Author

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

@kellyrowland
Copy link

@editorialbot check references

@editorialbot
Copy link
Collaborator Author

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

OK DOIs

- 10.1107/S2059798321009475 is OK
- 10.21105/joss.00350 is OK
- 10.1107/S160057672100755X is OK
- 10.1107/S2059798317016035 is OK
- 10.1107/S2059798317014565 is OK
- 10.1107/S2059798321003934 is OK
- 10.1093/bioinformatics/bty191 is OK
- 10.1002/jcc.21439 is OK
- 10.1088/1742-6596/430/1/012007 is OK
- 10.1107/S0021889801017824 is OK

MISSING DOIs

- None

INVALID DOIs

- None

@kellyrowland
Copy link

@wojdyr I'm ready to recommend this for acceptance. Please create an archive of the tagged release you wish to have the paper associated with (I see we started at v0.5.1 but the software is up to v0.5.4) and archive it (on Zenodo, figshare, or elsewhere) and post the DOI here.

@wojdyr
Copy link

wojdyr commented Apr 28, 2022

Thank you all!
I uploaded v0.5.1 here:
https://doi.org/10.6084/m9.figshare.19678776

@kellyrowland
Copy link

@editorialbot set 10.6084/m9.figshare.19678776 as archive

@editorialbot
Copy link
Collaborator Author

Done! Archive is now 10.6084/m9.figshare.19678776

@kellyrowland
Copy link

@editorialbot recommend-accept

@editorialbot
Copy link
Collaborator Author

Attempting dry run of processing paper acceptance...

@editorialbot
Copy link
Collaborator Author

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

OK DOIs

- 10.1107/S2059798321009475 is OK
- 10.21105/joss.00350 is OK
- 10.1107/S160057672100755X is OK
- 10.1107/S2059798317016035 is OK
- 10.1107/S2059798317014565 is OK
- 10.1107/S2059798321003934 is OK
- 10.1093/bioinformatics/bty191 is OK
- 10.1002/jcc.21439 is OK
- 10.1088/1742-6596/430/1/012007 is OK
- 10.1107/S0021889801017824 is OK

MISSING DOIs

- None

INVALID DOIs

- None

@editorialbot
Copy link
Collaborator Author

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

Check final proof 👉 openjournals/joss-papers#3182

If the paper PDF and the deposit XML files look good in openjournals/joss-papers#3182, then you can now move forward with accepting the submission by compiling again with the command @editorialbot accept

@editorialbot editorialbot added the recommend-accept Papers recommended for acceptance in JOSS. label Apr 28, 2022
@kyleniemeyer
Copy link

@editorialbot accept

@editorialbot
Copy link
Collaborator Author

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

@editorialbot
Copy link
Collaborator Author

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

@editorialbot
Copy link
Collaborator Author

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

@editorialbot editorialbot added accepted published Papers published in JOSS labels May 4, 2022
@kyleniemeyer
Copy link

Congratulations @wojdyr on your article's publication in JOSS!

Many thanks to @jamesrhester and @dominiquesydow for reviewing this, and @kellyrowland for editing.

@editorialbot
Copy link
Collaborator Author

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

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

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

This is how it will look in your documentation:

DOI

We need your help!

The 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:

@wojdyr
Copy link

wojdyr commented May 4, 2022

Thanks a lot @jamesrhester @dominiquesydow @kellyrowland and @kyleniemeyer !

@kellyrowland
Copy link

Congratulations @wojdyr ! 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accepted C++ CMake Makefile published Papers published in JOSS recommend-accept Papers recommended for acceptance in JOSS. review
Projects
None yet
Development

No branches or pull requests

8 participants