-
Notifications
You must be signed in to change notification settings - Fork 27
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
non-working code, Julia to review python script and integration #178
Conversation
This PR is against the
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @alan-tracey, thanks for contributing with this feature!
I left some comments and code suggestions to show how to use a template, let me know if something is not clear enough :)
Co-authored-by: Júlia Mir Pedrol <mirp.julia@gmail.com>
Co-authored-by: Júlia Mir Pedrol <mirp.julia@gmail.com>
Co-authored-by: Júlia Mir Pedrol <mirp.julia@gmail.com>
Co-authored-by: Júlia Mir Pedrol <mirp.julia@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have pushed the changes adding a parameter to allow skipping the new step (37c75c1) and published the file to the output directory (40063e0)
Leaving some last review comments, if all tests pass LGTM :)
We should add the change to CHANGELOG.md
but we are in the middle of a patch release fixing a bug, and this PR deserves a minor version update, so it will be better to wait until we have done the patch release and then merge the PR.
@nf-core-bot fix linting please! |
Made some last fixes as the module was not running. These are the files generated from the test data. |
PR checklist
nf-core lint
).nextflow run . -profile test,docker --outdir <OUTDIR>
).nextflow run . -profile debug,test,docker --outdir <OUTDIR>
).docs/usage.md
is updated.docs/output.md
is updated.CHANGELOG.md
is updated.README.md
is updated (including new tool citations and authors/contributors).