Skip to content
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

Merged
merged 41 commits into from
Sep 5, 2023
Merged

Release PR for 2.2.2 Patch Release #277

merged 41 commits into from
Sep 5, 2023

Conversation

apeltzer
Copy link
Member

@apeltzer apeltzer commented Sep 1, 2023

PR checklist

  • This comment contains a description of changes (with reason).
  • If you've fixed a bug or added code that should be tested, add tests!
  • If you've added a new tool - have you followed the pipeline conventions in the contribution docs
  • If necessary, also make a PR on the nf-core/smrnaseq branch on the nf-core/test-datasets repository.
  • Make sure your code lints (nf-core lint).
  • Ensure the test suite passes (nextflow run . -profile test,docker --outdir <OUTDIR>).
  • Usage Documentation in docs/usage.md is updated.
  • Output Documentation in docs/output.md is updated.
  • CHANGELOG.md is updated.
  • README.md is updated (including new tool citations and authors/contributors).

apeltzer and others added 30 commits May 12, 2023 13:36
Remove glob from process definition when using ECR container
in the configuration files and docs.

Signed-off-by: Rob Syme <[email protected]>
Attempt at introducing meta2 everywhere
Update Mirbase URLs structure to match their new structure
@github-actions
Copy link

github-actions bot commented Sep 1, 2023

nf-core lint overall result: Passed ✅ ⚠️

Posted for pipeline commit 703bf61

+| ✅ 157 tests passed       |+
!| ❗   1 tests had warnings |!

❗ Test warnings:

✅ Tests passed:

Run details

  • nf-core/tools version 2.9
  • Run at 2023-09-04 15:58:30

Copy link
Member

@jfy133 jfy133 left a 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
Copy link
Member

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?

Copy link
Member

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

Copy link
Member

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)

assets/multiqc_config.yml Outdated Show resolved Hide resolved
modules/local/parse_fasta_mirna.nf Show resolved Hide resolved
Copy link
Contributor

@christopher-mohr christopher-mohr left a 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.

CHANGELOG.md Outdated Show resolved Hide resolved
assets/multiqc_config.yml Outdated Show resolved Hide resolved
nextflow.config Outdated Show resolved Hide resolved
subworkflows/local/genome_quant.nf Outdated Show resolved Hide resolved
Copy link
Member

@grst grst left a 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

CHANGELOG.md Show resolved Hide resolved
nextflow.config Outdated Show resolved Hide resolved
apeltzer and others added 2 commits September 4, 2023 17:35
Bugfix for users who are running offline / with -all distribution as seen in discussion with @bentsherman nextflow-io/nextflow#4126
Copy link
Contributor

@christopher-mohr christopher-mohr left a 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.

include { BOWTIE_MAP_SEQ as BOWTIE_MAP_GENOME } from '../../modules/local/bowtie_map_mirna'

workflow GENOME_QUANT {
take:
fasta
fasta
Copy link
Contributor

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?

@apeltzer apeltzer merged commit e6b6e5a into master Sep 5, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants