Submitting author: @florian-huber (Florian Huber)
Repository: https://github.com/matchms/matchms
Version: 0.4.0
Editor: @arfon
Reviewer: @bittremieux, @kaibioinfo
Archive: 10.5281/zenodo.4001991
:warning: JOSS reduced service mode :warning:
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 badge code:
HTML: <a href="https://joss.theoj.org/papers/dadd747809be21db9046445aa0a456d4"><img src="https://joss.theoj.org/papers/dadd747809be21db9046445aa0a456d4/status.svg"></a>
Markdown: [](https://joss.theoj.org/papers/dadd747809be21db9046445aa0a456d4)
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.)
@bittremieux & @kaibioinfo, please carry out your review in this issue by updating the checklist below. If you cannot edit the checklist please:
The reviewer guidelines are available here: https://joss.readthedocs.io/en/latest/reviewer_guidelines.html. Any questions/concerns please let @arfon know.
β¨ Please try and complete your review in the next six weeks β¨
Hello human, I'm @whedon, a robot that can help you with some common editorial tasks. @bittremieux, @kaibioinfo it looks like you're currently assigned to review this paper :tada:.
:warning: JOSS reduced service mode :warning:
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.
: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 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:
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
Reference check summary:
OK DOIs
- 10.1038/nbt.3597 is OK
- 10.1073/pnas.1203689109 is OK
- 10.1109/MCSE.2011.37 is OK
- 10.1021/acs.jproteome.8b00717 is OK
- 10.1093/nar/gkz1019 is OK
- 10.1002/jms.1777 is OK
MISSING DOIs
- None
INVALID DOIs
- https://doi.org/10.1038/s41592-019-0686-2 is INVALID because of 'https://doi.org/' prefix
- 10.1021/jasms.8b04453 is INVALID
@bittremieux, @kaibioinfo - 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
Any questions/concerns please let me know.
I added three issues:
One rather major:
Current scope of the software is not clear from the paper (https://github.com/matchms/matchms/issues/95#issue-651066231)
And two minors:
Cosine similarity misses weighting and removal of precursor
https://github.com/matchms/matchms/issues/96#issue-651068504
Regular expression for molecular formulas is ambiguous
https://github.com/matchms/matchms/issues/94#issue-651063454
I would recommend a few more citations to relevant (Python) packages that cover similar functionality, such as OpenMS/pyOpenMS and spectrum_utils (disclaimer: this is my own package). MSnbase is a highly relevant R package as well. Given the high overlap between matchms and spectrum_utils a more detailed comparison in terms of spectrum processing functionality and computational efficiency might be warranted, although as spectrum_utils developer I leave the final decision about this to @arfon.
Minor comments for the manuscript:
I agree with the issues raised by @kaibioinfo, especially on scope. This is not necessarily a major problem, but should be clarified better. Additionally, I have created two more small issues:
Thanks @bittremieux, @kaibioinfo for your feedback/reviews. @florian-huber - please let us know here when you've managed to incorporate feedback from the reviews.
Thanks @arfon and in particular @bittremieux and @kaibioinfo for reviewing.
The raised comments were very valuable and helped us improve the package.
We generally agree with the feedback we received, and think that we could address most issues.
The main exception is making matchms a pip installable package (https://github.com/matchms/matchms/issues/100), which is complicated because matchms relies on rdkit
, a conda package. Still, we hope to address this in the future, maybe releasing a lightweight matchms version for pip.
Other than that, we incorporated https://github.com/matchms/matchms/issues/94, https://github.com/matchms/matchms/issues/101 and the minor comments by @bittremieux above. I believe we addressed the main points of https://github.com/matchms/matchms/issues/96 by fixing and extending the cosine score functions. In addition, we currently work on providing more filter functions do address the remaining points (PR https://github.com/matchms/matchms/pull/119). Since most of the still missing functionality could -though cumbersome- be achieve using present filters, this might be less urgent with respect to the JOSS manuscript.
Finally, the major point raised by @kaibioinfo in https://github.com/matchms/matchms/issues/95 (overlapping with recommendation by @bittremieux to make the scope clearer) was addressed in two ways.
We extended the importing options of matchms, now including mzML, mzXML, msp, and metabolomics-USI. In addition, we now refer to more related packages and state more clearly the limitations of matchms (see https://github.com/matchms/matchms/issues/95 for more detailed description).
Please let us know if that is sufficiently addressing the feedback, or further changes need to be made.
Many thanks!
I'm happy with the revision.
@whedon generate pdf
It looks good for me as well, I just have a few really minor comments:
@whedon generate pdf
@whedon generate pdf
Thanks for the comments @bittremieux.
We changed the spelling as you suggested (in text and figures).
Excellent. I don't think the mzML paper is actually cited yet in the manuscript where it is first mentioned though.
@whedon generate pdf
Thanks a lot for checking this! I corrected the reference entry, it should now be inserted where mzML is first mentioned.
@arfon Let me know if there is anything we should do to proceed. Thanks!
@whedon generate pdf
@bittremieux & @kaibioinfo - if you have a moment to revisit the checklists above to mark off the last few items (which I believe have now been addressed) that would be much appreciated.
@florian-huber - I've made a couple of minor edits in https://github.com/matchms/matchms/pull/137.
After merging https://github.com/matchms/matchms/pull/137, could you make a new release of this software that includes the changes that have resulted from this review. Then, please make an archive of the software in Zenodo/figshare/other service and update this thread with the DOI of the archive? For the Zenodo/figshare archive, please make sure that:
I can then move forward with accepting the submission.
Great, thanks @arfon
I merged the minor edits and made a new release (0.5.2) which is now on Zenodo.
The DOI is 10.5281/zenodo.4001991
(https://doi.org/10.5281/zenodo.4001991)
Checklist completed.
@whedon set 10.5281/zenodo.4001991 as archive
OK. 10.5281/zenodo.4001991 is the archive.
@whedon accept
Attempting dry run of processing paper acceptance...
Reference check summary (note 'MISSING' DOIs are suggestions that need verification):
OK DOIs
- 10.1038/nbt.3597 is OK
- 10.1145/2833157.2833162 is OK
- 10.1073/pnas.1203689109 is OK
- 10.1038/s41592-019-0686-2 is OK
- 10.1109/MCSE.2011.37 is OK
- 10.1021/acs.jproteome.8b00717 is OK
- 10.1093/nar/gkz1019 is OK
- 10.1002/jms.1777 is OK
- 10.1002/pmic.201300246 is OK
- 10.1038/nmeth.3959 is OK
- 10.1021/acs.analchem.9b04884 is OK
- 10.1093/bioinformatics/bty046 is OK
- 10.1101/2020.05.09.086066 is OK
- 10.1074/mcp.R110.000133 is OK
MISSING DOIs
- None
INVALID DOIs
- 10.1021/jasms.8b04453 is INVALID
:wave: @openjournals/joss-eics, this paper is ready to be accepted and published.
Check final proof :point_right: https://github.com/openjournals/joss-papers/pull/1680
If the paper PDF and Crossref deposit XML look good in https://github.com/openjournals/joss-papers/pull/1680, then you can now move forward with accepting the submission by compiling again with the flag deposit=true
e.g.
@whedon accept deposit=true
>
> INVALID DOIs
>
> - 10.1021/jasms.8b04453 is INVALID
Not sure what's going on with that DOI, (perhaps the publisher never registered it) but it's definitely correct for this: https://pubs.acs.org/doi/pdf/10.1021/jasms.8b04453
@florian-huber - this is ready to accept and publish. The EiC on rotation will handle this in the next couple of days.
Thanks a lot @arfon!
And short feedback: as first-time submitter to JOSS I really liked the clear and transparent process, as well as the constructive feedback. Really nice!
@whedon accept deposit=true
Doing it live! Attempting automated processing of paper acceptance...
π¦π¦π¦ π Tweet for this paper π π¦π¦π¦
π¨π¨π¨ THIS IS NOT A DRILL, YOU HAVE JUST ACCEPTED A PAPER INTO JOSS! π¨π¨π¨
Here's what you must now do:
Party like you just published a paper! πππ¦ππ»π€
Any issues? Notify your editorial technical team...
@bittremieux, @kaibioinfo - many thanks for your reviews here β¨
@florian-huber - your paper is now accepted into JOSS :zap::rocket::boom:
:tada::tada::tada: Congratulations on your paper acceptance! :tada::tada::tada:
If you would like to include a link to your paper from your README use the following code snippets:
Markdown:
[](https://doi.org/10.21105/joss.02411)
HTML:
<a style="border-width:0" href="https://doi.org/10.21105/joss.02411">
<img src="https://joss.theoj.org/papers/10.21105/joss.02411/status.svg" alt="DOI badge" >
</a>
reStructuredText:
.. image:: https://joss.theoj.org/papers/10.21105/joss.02411/status.svg
:target: https://doi.org/10.21105/joss.02411
This is how it will look in your documentation:
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:
Most helpful comment
Thanks a lot @arfon!
And short feedback: as first-time submitter to JOSS I really liked the clear and transparent process, as well as the constructive feedback. Really nice!