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

Important! Template update for nf-core/tools v3.0.2 #276

Merged
merged 38 commits into from
Oct 17, 2024

Conversation

nf-core-bot
Copy link
Member

Version 3.0.2 of nf-core/tools has just been released with updates to the nf-core template. This automated pull-request attempts to apply the relevant updates to this pipeline.

Please make sure to merge this pull-request as soon as possible, resolving any merge conflicts in the nf-core-template-merge-3.0.2 branch (or your own fork, if you prefer). Once complete, make a new minor release of your pipeline.

For instructions on how to merge this PR, please see https://nf-co.re/docs/contributing/sync/.

For more information about this release of nf-core/tools, please see the v3.0.2 release page.

@nf-core-bot nf-core-bot requested a review from a team as a code owner October 11, 2024 12:33
@nf-core-bot nf-core-bot requested review from glichtenstein and removed request for a team October 11, 2024 12:33
Copy link

github-actions bot commented Oct 14, 2024

nf-core pipelines lint overall result: Passed ✅ ⚠️

Posted for pipeline commit 0408378

+| ✅ 202 tests passed       |+
#| ❔   3 tests were ignored |#
!| ❗   7 tests had warnings |!

❗ Test warnings:

  • nextflow_config - Config manifest.version should end in dev: 1.5.2
  • 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 main.nf: Optionally add in-text citation tools to this list.
  • pipeline_todos - TODO string in main.nf: Optionally add bibliographic entries to this list.
  • pipeline_todos - TODO string in main.nf: Only uncomment below if logic in toolCitationText/toolBibliographyText has been filled!
  • 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

❔ Tests ignored:

✅ Tests passed:

Run details

  • nf-core/tools version 3.0.2
  • Run at 2024-10-17 08:51:51

.github/workflows/ci.yml Outdated Show resolved Hide resolved
nextflow.config Outdated Show resolved Hide resolved
conf/base.config Outdated Show resolved Hide resolved
Copy link
Member

@apeltzer apeltzer left a 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 - thanks for updating all the tests <3

.github/workflows/ci.yml Outdated Show resolved Hide resolved
conf/test_full.config Outdated Show resolved Hide resolved
@maxulysse
Copy link
Member

maxulysse commented Oct 15, 2024

Issues to solve:

  • Bases2Fastq: cannot get it to work, need to investigate the workflow
  • BCL-CONVERT-mini: Issues with a join, a null is used for meta.lane, but tries to join with a [] which fails.
    • When the null in meta lane is replaced by a [] other test fails, so need to investigate further how it's populated and fix all that.
    • Could be due to switching from nf-validation to nf-schema
  • FQTK: cannot get it to work, probably same issue as Bases2Fastq

@maxulysse maxulysse merged commit 61f48d6 into dev Oct 17, 2024
11 of 14 checks 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.

3 participants