-
Notifications
You must be signed in to change notification settings - Fork 0
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
JOSS Review #6
Comments
@cumbof thank you for taking the time to review our package. These points are very helpful- I will try my best to address each of them over the next couple of days. |
@cumbof I have made the suggested changes and updated the joss branch as well. Please don't hesitate to let me know if you have any additional questions, comments, concerns. Thank you! |
Seems great overall. Thanks for working on my comments @ym2877. I only have a couple of extra comments:
Point 1 and 2 must be addressed, while point 3 is strongly recommended but not mandatory. |
Okay, addressed points #1 and #2! Thanks again for your comments @cumbof. Point #1 was just an error, that reference to With regard to #3, I will absolutely look into this. Although, with the way our dependencies are currently set up in
Maybe I am misunderstanding what you mean. Either way, I will look into publishing a bioconda package asap! |
Thanks for your quick reply @ym2877. That's true, your tool doesn't have any non-python dependencies actually and everything is handled by pip. However, I would consider adding your tool to bioconda in case anyone wants to use your tool as a dependency along with other non-python tools. Again, I don't consider this point as mandatory in the context of the JOSS review, but I would strongly recommend to consider addressing this extra step. Defining a conda recipe would be extremely easy at this point. I'm going to close this issue since I don't have any other comments. |
Hello,
I have a few comments concerning your python package and your manuscript:
setup.py
. Please add as many details as possible (see this example here);.VERSION
file. Is that used for any other purpose? Is it used by a GitHub action? If not, I would add this info in thepymgpipe/__init__.py
, i.e.,__version__ = "v0.16.0"
. At that point, I would addfrom pymgpipe import __version__
in thesetup.py
to access the software version, without the need to read a file. And you can get rid of the.VERSION
file now;The pymgpipe python package, as well as all associated documentation, tests, and example workflows, can be found at https://korem-lab.github.io/pymgpipe
. This is not correct since that page shows the code documentation only. I would reformulate that sentence;Please, do not close this thread.
I'll update it in case I will have any other comments.
The text was updated successfully, but these errors were encountered: