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]: Containershare: Open Source Registry to build, test, deploy with CircleCI #878

Closed
18 tasks done
whedon opened this issue Aug 6, 2018 · 26 comments
Closed
18 tasks done
Assignees
Labels
accepted published Papers published in JOSS recommend-accept Papers recommended for acceptance in JOSS. review

Comments

@whedon
Copy link

whedon commented Aug 6, 2018

Submitting author: @vsoch (Vanessa Sochat)
Repository: https://www.github.com/vsoch/containershare
Version: 0.0.3
Editor: @arfon
Reviewer: @brainstorm
Archive: 10.5281/zenodo.1341099

Status

status

Status badge code:

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

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

@brainstorm, 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 @arfon know.

Please try and complete your review in the next two weeks

Review checklist for @brainstorm

Conflict of interest

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?
  • Version: Does the release version given match the GitHub release (v.0.0.1)?
  • Authorship: Has the submitting author (@vsoch) made major contributions to the software? Does the full list of paper authors seem appropriate and complete?

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

  • Authors: Does the paper.md file include a list of authors with their affiliations?
  • A statement of need: Do the authors clearly state what problems the software is designed to solve and who the target audience is?
  • References: Do all archival references that should have a DOI list one (e.g., papers, datasets, software)?
@whedon
Copy link
Author

whedon commented Aug 6, 2018

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

⭐ 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

@whedon
Copy link
Author

whedon commented Aug 6, 2018

Attempting PDF compilation. Reticulating splines etc...

@whedon
Copy link
Author

whedon commented Aug 6, 2018

@brainstorm
Copy link
Member

Alright, let's start! Thanks @arfon 👍

@vsoch Your project/repo seems quite well put together, but I have one question you'll have to motivate a bit more on paper.md: How does containershare compare/supersede/complement/replace/deprecate http://biocontainers.pro/ (https://github.com/BioContainers/containers) and other similar initiatives in this space from i.e ELIXIR-like initiatives in this space?

In other words, paper.bib needs a bit more refs to motivate the "Statement of need", IMHO ;)

@brainstorm
Copy link
Member

@vsoch: Minor wrinkle: I would adhere to semver better by dropping the initial v in your releases, i.e 0.0.1 instead of v0.0.1.

@brainstorm
Copy link
Member

Could you also have a small mention on how to run the unit tests? ;)

@vsoch
Copy link

vsoch commented Aug 6, 2018

Thanks for the speedy update @brainstorm and @arfon (and @whedon!) I've done the following changes to address the review comments:

  • a first shot at explaining the difference between containershare and biocontainers. I'm not terribly familiar with biocontainers, but it seems to serve as a general listing of bioinformatics containers, and isn't intended to be a general template to extend to other purposes and provide extended metadata (beyond an image manifest). It doesn't take a distributed strategy of requiring each container repository to serve not only different kinds of metadata, but also a LICENSE and README, and it seems to be less lightweight in requiring a registry server for the API. Containershare serves it's api from Github pages without additional dependencies. To summarize, I'd say containershare is a more lightweight, customizable solution that is picker about its containers spilling their tiny souls for inspection.
  • The tag will be changed to remove the v on the next tagged release (after our changes and discussion!) to adhere to semvar.
  • I had not provided clear steps for running tests locally, and actually since on CircleCI the tests are only run for newly added files, I had missed a test not passing (the julia-share was missing a license!). I've updated both the containershare testing software (version to 0.0.14), the missing license along with adding instructions to the README to test locally. I'm really glad you asked about this!

I think that should be good for this first tweak - take a look and let me know what needs more work! I'll also note that I have several new container templates in the queue - the exciting thing about this work is that it isn't a static "it's done now and forever" thing, it's going to be extended to have lots of different container types (templates) that a user can add to the containershare!

@vsoch
Copy link

vsoch commented Aug 6, 2018

I just edited @whedon 's version up to what we will tag as the final release, after review:

**Version:** 0.0.3

I didn't realize I could do that :)

@vsoch
Copy link

vsoch commented Aug 6, 2018

heyo everyone! For a full circle test of the above changes, I added a repo2docker-julia template just now, and everything worked as I would want and expect! You can see:

And upon merge, the table and associated linked metadata was updated.

@brainstorm
Copy link
Member

Cool, thanks for the quick changes @vsoch, all LGTM now.

I would suggest to add a bib reference to biocontainers since you mention them... not sure they even have a preprint though, care to contact and ask them?: http://biocontainers.pro/#contact

Other than that, all clear, good job! ;)

@vsoch
Copy link

vsoch commented Aug 7, 2018

oh hmm, I definitely did that! I think Mr.Whedon just needs to rebuild the pdf? Let me see if I can figure that out... @whedon commands

@vsoch
Copy link

vsoch commented Aug 7, 2018

@whedon commands

@whedon
Copy link
Author

whedon commented Aug 7, 2018

Here are some things you can ask me to do:

# List Whedon's capabilities
@whedon commands

# List of editor GitHub usernames
@whedon list editors

# List of reviewers together with programming language preferences and domain expertise
@whedon list reviewers

🚧 🚧 🚧 Experimental Whedon features 🚧 🚧 🚧

# Compile the paper
@whedon generate pdf

@vsoch
Copy link

vsoch commented Aug 7, 2018

@whedon generate pdf

@whedon
Copy link
Author

whedon commented Aug 7, 2018

Attempting PDF compilation. Reticulating splines etc...

@whedon
Copy link
Author

whedon commented Aug 7, 2018

@vsoch
Copy link

vsoch commented Aug 7, 2018

See it now? Thanks @whedon ! You da bomb' bot.

@brainstorm
Copy link
Member

Haha, great then, all clear from my side, @arfon, over to you ;)

@vsoch
Copy link

vsoch commented Aug 7, 2018

Thanks @brainstorm! You da bomb'man. :)

@arfon arfon added the accepted label Aug 7, 2018
@arfon
Copy link
Member

arfon commented Aug 7, 2018

@vsoch - 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.

@vsoch
Copy link

vsoch commented Aug 7, 2018

All set! version 0.0.3 with the final work is here --> https://zenodo.org/account/settings/github/repository/vsoch/containershare# pointing to https://github.com/vsoch/containershare/releases/tag/0.0.3.

The link for the doi provided is https://zenodo.org/badge/latestdoi/142066803 (although not found yet?)

Let me know if you need anything else!

@arfon
Copy link
Member

arfon commented Aug 7, 2018

@whedon set 10.5281/zenodo.1341099 as archive

@whedon
Copy link
Author

whedon commented Aug 7, 2018

OK. 10.5281/zenodo.1341099 is the archive.

@arfon
Copy link
Member

arfon commented Aug 7, 2018

@brainstorm - many thanks for your review here ✨

@vsoch - your paper is now accepted into JOSS and your DOI is https://doi.org/10.21105/joss.00878 ⚡ 🚀 💥

@arfon arfon closed this as completed Aug 7, 2018
@whedon
Copy link
Author

whedon commented Aug 7, 2018

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

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

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:

@vsoch
Copy link

vsoch commented Aug 7, 2018

Woohoo! So awesome! Thank you @brainstorm @arfon, and of course, the fearless @whedon :)

@whedon whedon added published Papers published in JOSS recommend-accept Papers recommended for acceptance in JOSS. labels Mar 2, 2020
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
Projects
None yet
Development

No branches or pull requests

4 participants