-
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] @mberacochea's feedback for the JOSS submission #26
Comments
OK, my first review is completed now. @jhayer please, if you disagree with any of my comments please let me know :). |
Thank you for your review @mberacochea. We will go through all the comments and fix everything by the end of next week. |
Hi @mberacochea, |
Hi @jhayer ... apologies it took me so long to reply. |
Well.. I was able to run the test data set. I think this PR can be closed :) |
Hello,
This ticket is to gather my review comments for the JOSS submission (openjournals/joss-reviews#5397).
Functionality
Installation
Functionality
TODO: I will run the pipeline once the installation instructions have been amended.
Documentation
A statement of need
Installation instructions
Automated tests
Community guidelines
Software paper
State of field
Quality of writing
Other comments
Overall the nextflow code is correct and easy to follow. I would recommend to split the pipeline into several sub-workflows, that helps with the readability.
include {quast} from './modules/quast.nf' params(output: params.output)
#38The text was updated successfully, but these errors were encountered: