-
Notifications
You must be signed in to change notification settings - Fork 127
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
Add new version syntax based on yml files to the pipeline #119
Conversation
|
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.
Nice looks good. Just a couple of things about open TODO statements and having initOptions
left here and there.
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.
lgtm
I think I have addressed now all @FriederikeHanssen suggestions (very nicely spotted 😄 ) + I updated the files from mirbase in the |
Re-add aws_tower config for running on Tower
This PR implements the new way of outputing software versions. Software version(s) are now reported for every module imported during a given pipeline execution that is emitted in a
versions.yml
file.Other minor changes:
params.skip_mirdeep
switch is implemented onsmrnaseq.nf
instead of inside the modules involved inMIRDEEP2
subworkflow.modules/local/bowtie_map_mirna.nf
to match docker one.PR checklist
nf-core lint .
).nextflow run . -profile test,docker
).CHANGELOG.md
is updated.