-
Notifications
You must be signed in to change notification settings - Fork 43
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.1.0 #97
Release 2.1.0 #97
Conversation
Merging template updates 2.9 and workflow update
nf-validation on samplesheet
Add new module for gene annotation: Bakta
Prepare release 2.1.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.
Looks good to me! (but I also reviewed the individual PRs, so not a big surprise)
For a release (i.e. PR to master from dev) are 2 reviews necessary. You could post a request to get reviews in nf-core slack #request-review.
edit: additionally, required tests are also blocking the merge, I requested a change of branch protection rules in nf-core slack channel pipeline-maintainers.
Ok ;). Thanksss @d4straub ! |
Should I commit a dummy change directly to |
Not sure. Whatever works. Might closing and re-opening of this PR work (not sure)? |
Unfortunately it didnt update the tests, so it seems to need a push. Sorry (but would have been the quickest fix...). |
I see 😅, we had to try it. I am going to add a new commit and see if it updates the tests. |
dummy change to update github test #97
Hm, but |
PR description
This PR is for release 2.1.0
Major changes are:
- nf-core/bacass update to nf-core tools 2.10
- Refactor local modules into nf-core modules when possilbe (plus version update).
- Added nf-core subworkflow for trimming and QC using FastP and fastqc, respectively
- Added nf-validation pluging on samplesheet.
- Added module's output statistics to MultiQC.
- Added subworkflow for gene annotation with Bakta
More details in CHANGLEOG
PR checklist
nf-core lint
).nextflow run . -profile test,docker
).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).