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 candidate 1.4.0 #160

Merged
merged 69 commits into from
Dec 14, 2023
Merged

Release candidate 1.4.0 #160

merged 69 commits into from
Dec 14, 2023

Conversation

Aratz
Copy link
Contributor

@Aratz Aratz commented Dec 14, 2023

Release candidate for v1.4.0

Includes the following:

Added

  • #148 Update CODEOWNERS to use GitHub teams

Changed

  • #141 Updated template to nf-core/tools v2.10
  • #152 Updated bclconvert module to 4.2.4

Fixed

  • #127 Add singularity.registry = 'quay.io' and bump NF version to 23.04.0
  • #140 Make it possible to skip MultiQC, fix error raising
  • #145 Fix MultiQC report generation
  • #152 Close #150
  • #157 Fix bcl2fastq and bclconvert publishDir
  • #158 Update all modules

Removed

  • #130 Remove public_aws_ecr profile.

adamrtalbot and others added 30 commits June 5, 2023 09:47
Add singularity.registry = 'quay.io' and bump NF version to 23.04.0
Fix/ci nf tests & Remove un-necessary registry declarations
Need to work out the required part. I wonder if we can have different
schemas depending on the demultiplexer.

#138
As seen in `workflows/demultiplex.nf`, when neither trimming nor fastq
are skipped, md5 sums will only be generated for fastp files.
Copy link

github-actions bot commented Dec 14, 2023

nf-core lint overall result: Passed ✅ ⚠️

Posted for pipeline commit b88c7e4

+| ✅ 155 tests passed       |+
#| ❔   2 tests were ignored |#
!| ❗   5 tests had warnings |!

❗ Test warnings:

  • nextflow_config - Config manifest.version should end in dev: 1.4.0
  • pipeline_todos - TODO string in README.md: Describe the minimum required steps to execute the pipeline, e.g. how to prepare samplesheets.
  • pipeline_todos - TODO string in methods_description_template.yml: #Update the HTML below to your preferred methods description, e.g. add publication citation for this pipeline
  • pipeline_todos - TODO string in awsfulltest.yml: You can customise AWS full pipeline tests as required
  • pipeline_todos - TODO string in WorkflowDemultiplex.groovy: Optionally add in-text citation tools to this list.

❔ Tests ignored:

✅ Tests passed:

Run details

  • nf-core/tools version 2.10
  • Run at 2023-12-14 11:21:26

- name: Run nf-test
run: nf-test test --profile=test,${{ matrix.profile }} tests/${{ matrix.component }}/${{ matrix.tags }}/*.nf.test --junitxml=${{ matrix.tags }}.xml
run: nf-test test tests/pipeline/ --profile=test,${{ matrix.profile }} --junitxml=test.xml
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I feel like using tag would be more efficient, but good enough for me

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It was written pre-tags 😉

@@ -25,11 +25,11 @@
"minimum": 1,
"maximum": 8
},
"run_dir": {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what happened to run_dir?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think we're using from_samlesheet yet, so this won't matter until #102

Copy link
Collaborator

@edmundmiller edmundmiller left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome!

- name: Run nf-test
run: nf-test test --profile=test,${{ matrix.profile }} tests/${{ matrix.component }}/${{ matrix.tags }}/*.nf.test --junitxml=${{ matrix.tags }}.xml
run: nf-test test tests/pipeline/ --profile=test,${{ matrix.profile }} --junitxml=test.xml
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It was written pre-tags 😉

@@ -25,11 +25,11 @@
"minimum": 1,
"maximum": 8
},
"run_dir": {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think we're using from_samlesheet yet, so this won't matter until #102

@maxulysse
Copy link
Member

Thanks a lot @Aratz <3

@edmundmiller edmundmiller merged commit aaaf544 into master Dec 14, 2023
13 checks passed
glichtenstein added a commit to glichtenstein/demultiplex that referenced this pull request Jan 12, 2024
This reverts commit aaaf544, reversing
changes made to 67b8465.
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.

[Question]: Upgrading bcl-convert to 4.2.4
7 participants