Joss-reviews: [REVIEW]: alv: a console-based viewer for molecular sequence alignments

Created on 16 Sep 2018  ยท  39Comments  ยท  Source: openjournals/joss-reviews

Submitting author: @arvestad (Lars Arvestad)
Repository: https://github.com/arvestad/alv
Version: v1.2.0
Editor: @yochannah
Reviewer: @karinlag, @juanvillada
Archive: 10.5281/zenodo.1477794

Status

status

Status badge code:

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

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 instructions & questions

@karinlag & @juanvillada, 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.theoj.org/about#reviewer_guidelines. Any questions/concerns please let @yochannah know.

โœจ Please try and complete your review in the next two weeks โœจ

Review checklist for @karinlag

Conflict of interest

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 (v1.2.0)?
  • [x] Authorship: Has the submitting author (@arvestad) made major contributions to the software? Does the full list of paper authors seem appropriate and complete?

Functionality

  • [x] Installation: Does installation proceed as outlined in the documentation?
  • [x] Functionality: Have the functional claims of the software been confirmed?
  • [x] 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

  • [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)?

Review checklist for @juanvillada

Conflict of interest

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 (v1.2.0)?
  • [x] Authorship: Has the submitting author (@arvestad) made major contributions to the software? Does the full list of paper authors seem appropriate and complete?

Functionality

  • [x] Installation: Does installation proceed as outlined in the documentation?
  • [x] Functionality: Have the functional claims of the software been confirmed?
  • [x] 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

  • [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

Thanks a lot, everyone involved! Submitting to JOSS was a very pleasant experience. I have already recommended it to colleagues.

All 39 comments

Hello human, I'm @whedon, a robot that can help you with some common editorial tasks. @karinlag, 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 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
Attempting PDF compilation. Reticulating splines etc...

Hi @arvestad, this is a very nice and useful tool!

Some minor suggestions:

  1. Installation proceeded smoothly. I just specified a pip update to make sure it is updated before installing alv:
pip install --upgrade pip
pip install alv

I would suggest you to consider moving the installation section to the top, before the examples.

  1. The examples seem enough to show the functions of alv. However, in the examples section appears:
alf msa.fa

Where I suppose it should be:

alv msa.fa

Same for:

alf -so a,b,c msa.fa
  1. You may consider moving one of the screenshots to the introduction section in order to call the attention of users.

I already tested alv on macOS and will test it on CentOS later this week. I will come back with some other comments after that.

Best wishes!

Thanks for the nice comments @juanvillada ! I have adapted your suggestions.

๐Ÿ‘‹ Hey there @karinlag, have you had a chance to look at this yet?

I have now finished my review.

First, @arvestad what a nice little tool!

Install instructions are nice and easy to follow, and it is easy to use and understand. The paper also clearly demonstrates the need, and it seems like this software fills that need.

I'd like to see a CONTRIBUTING.md file, detailing how to contribute, otherwise this looks good to go for me.

Hi @arvestad

Some minor typos to correct in README.md:

  1. In the Introduction section, it reads:

    View your DNA or protein.

  2. In the next line, it reads:

    but this haves not been tested

alv really works nice, I am now using it constantly for visual inspection of codon variants. Thanks @arvestad for taking the time to contribute open source software to the world!

@yochannah, I think I am ready to suggest alv for publication once @arvestad follows @karinlag comments.

Thanks @juanvillada and @karinlag for your nice comments!

I have now created CONTRIBUTING.md file, that nicely complements a file THANKS.md that I started just two days ago, and addressed Juan's minor issues. So I think that I have taken care of the points that have been raised. Karin has created a couple of small bug/functionality issues in the alv repo, which I have started to take care of.

Thanks for your careful and constructive reviewing!

I guess I should ping @yochannah too, since I think that I have addressed all the reviewer's points.

Looking good. @karinlag - there are still a few checkboxes unchecked in your set of boxes. Are you happy to proceed yet?

Checked off a few more, comfortable to move forward.

Thanks @karinlag !
I'd just like to point out that the remaining non-checked item is about community guidelines and based on Karin's feedback I have added a file CONTRIBUTING.md (see https://github.com/arvestad/alv/blob/master/CONTRIBUTING.md) that I believe meets the requested needs.

Hadn't caught that, good to proceed!

Hey @yochannah , no stress, pinging in case you missed that Karin gave her go-ahead.
Cheers,
L

Whoops, thanks for the ping!

@whedon generate pdf

Attempting PDF compilation. Reticulating splines etc...

Okay, all looks good! ๐Ÿ’ฏ

@arvestad - 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?

Thanks a lot @yochannah . I have now put it on Zenodo and the DOI is 10.5281/zenodo.1477804.

Just to avoid confusion: I made a first erroneous Zenodo submission based on a development branch, so the DOI you see here is the second attempt. :-)

@arvestad thanks! One small thing: in the Zenodo archive, there are two authors listed, but in the paper only one. You might need to edit the Zenodo metadata to remove any automatically added authors (I'm told this is a thing; I've never tried it myself so let me know how you get on!)

OK, thanks. I thought I mentioned him as a contributor, only. Removed. But yes, zenodo is adding github contributors, even from pull requests, it seems.

Thanks,
L

On 5 Nov 2018, at 23:35, Yo Yehudi notifications@github.com wrote:

@arvestad https://github.com/arvestad thanks! One small thing: in the Zenodo archive, there are two authors listed, but in the paper only one. You might need to edit the Zenodo metadata to remove any automatically added authors (I'm told this is a thing; I've never tried it myself so let me know how you get on!)

โ€”
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub https://github.com/openjournals/joss-reviews/issues/955#issuecomment-436061420, or mute the thread https://github.com/notifications/unsubscribe-auth/ABELBiucoysuc4UcUiSJ3oodSQ_Bfjrlks5usL08gaJpZM4Wq4mf.

@whedon set 10.0.20.161/zenodo.1477804 as archive

10.0.20.161/zenodo.1477804 doesn't look like an archive DOI.

@whedon set 10.5281/zenodo.1477794 as archive

OK. 10.5281/zenodo.1477794 is the archive.

@arfon I think we're ready to accept!! ๐Ÿ’ฏ

@whedon accept

Attempting dry run of processing paper acceptance...

Check final proof :point_right: https://github.com/openjournals/joss-papers/pull/59

If the paper PDF and Crossref deposit XML look good in https://github.com/openjournals/joss-papers/pull/59, then you can now move forward with accepting the submission by compiling again with the flag deposit=true e.g.
@whedon accept deposit=true

@whedon accept deposit=true

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

๐Ÿšจ๐Ÿšจ๐Ÿšจ 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 :point_right: https://github.com/openjournals/joss-papers/pull/60
  2. Wait a couple of minutes to verify that the paper DOI resolves https://doi.org/10.21105/joss.00955
  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...

@karinlag, @juanvillada - many thanks for your reviews here and to @yochannah for editing this submission โœจ

@arvestad - 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:
[![DOI](http://joss.theoj.org/papers/10.21105/joss.00955/status.svg)](https://doi.org/10.21105/joss.00955)

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

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

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:

Thanks a lot, everyone involved! Submitting to JOSS was a very pleasant experience. I have already recommended it to colleagues.

@arfon Hi, just a small note: the Markdown badge does not contain the right DOI. Should I file this as an issue somewhere? I edited it by hand, of course, so no big deal, but some users may not notice the error.

@arfon Hi, just a small note: the Markdown badge does not contain the right DOI. Should I file this as an issue somewhere? I edited it by hand, of course, so no big deal, but some users may not notice the error.

@arvestad - this was a bug earlier. This _should_ be fixed now.

Was this page helpful?
0 / 5 - 0 ratings