-
Notifications
You must be signed in to change notification settings - Fork 120
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
Release 2.9.0 #725
Release 2.9.0 #725
Conversation
bump-version 2.9.0dev
Merging template updates 2.12
Added --save_intermediates
…ltiple-regions-analysis
Export all process software versions
Update nf-core modules, DADA2, and Phyloseq
Update documentation
bump version to 2.9.0
|
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.
That's a lot of files. Looks fine.
The container question sounds a bit like an application of "Wave", but I don't know.
Co-authored-by: Júlia Mir Pedrol <[email protected]>
fix Download Pipeline Workflow
Co-authored-by: Matthias Hörtenhuber <[email protected]>
Co-authored-by: Matthias Hörtenhuber <[email protected]>
Update nextflowschema
Retrieve Sidle container from quay.io/nf-core instead of docker.io/d4straub
Unfortunately the AWS full test run failed, will re-try and then troubleshoot. |
This is release 2.9.0.
Potential problem:
For a new software I produced a container and deposited it at dockerhub. The processes that use that software are doing so with
container 'docker.io/d4straub/pipesidle:0.1.0-beta'
. My proposal to put the tool (pypi packaged) to conda was rejected by the developer of said tool. I generated the container with Dockerfile & environment.yml. Maybe there is a better solution to that?Changes are:
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).