-
Notifications
You must be signed in to change notification settings - Fork 125
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 PR for 2.2.2 Patch Release #277
Conversation
Remove glob from process definition when using ECR container
Remove public_aws_ecr profile
in the configuration files and docs. Signed-off-by: Rob Syme <rob.syme@gmail.com>
Co-authored-by: Gregor Sturm <mail@gregor-sturm.de>
Co-authored-by: Christopher Mohr <contact.cmohr@gmail.com>
Attempt at introducing meta2 everywhere
Update Mirbase URLs structure to match their new structure
Merge-template-2.9 & mirbase fixes
|
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.
Mostly changelog and versions look weird for a release pr
CHANGELOG.md
Outdated
@@ -3,7 +3,16 @@ | |||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) | |||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | |||
|
|||
## [v2.2.1](https://github.com/nf-core/smrnaseq/releases/tag/2.2.1) - 2023-05-08 | |||
## dev |
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.
Jumping ahead if this is a patch release?
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.
Missing version bumps for multiQC and fasto for example
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.
Missing updates to paths for one of the tools (and removing .gz)
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.
Just some minor things in addition to what James already pointed out.
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.
Nothing to add besides what has been said.
As the last release was 2.2.1 this one should be 2.2.2 or 2.3.0
Co-authored-by: Christopher Mohr <contact.cmohr@gmail.com>
Co-authored-by: Christopher Mohr <contact.cmohr@gmail.com>
Adjust bits from PR review
Bugfix for users who are running offline / with -all distribution as seen in discussion with @bentsherman nextflow-io/nextflow#4126
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.
One comment, LGTM besides that.
subworkflows/local/genome_quant.nf
Outdated
include { BOWTIE_MAP_SEQ as BOWTIE_MAP_GENOME } from '../../modules/local/bowtie_map_mirna' | ||
|
||
workflow GENOME_QUANT { | ||
take: | ||
fasta | ||
fasta |
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.
Not sure if the identation is wrong here?
PR checklist
nf-core lint
).nextflow run . -profile 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).