Skip to content

Fix incorrect references to RAPID-TOL#472

Merged
DLBPointon merged 15 commits into
devfrom
471-fixes
Jun 9, 2026
Merged

Fix incorrect references to RAPID-TOL#472
DLBPointon merged 15 commits into
devfrom
471-fixes

Conversation

@DLBPointon

Copy link
Copy Markdown
Contributor

Fixes related to #471

  • Fixes to usage.md where RAPID_TOL was incorrectly down as RAPID-TOL
  • Over zealous required values in the schema, stopping people from just not adding things like kmer_profile information to the input file.
  • Due to the above, YAML_INPUT was not treating null values correctly
    • Fixes started with kmer_profile data.

@DLBPointon DLBPointon self-assigned this May 13, 2026
@DLBPointon DLBPointon moved this from Todo to In progress in WRAP team board May 13, 2026
@DLBPointon
DLBPointon marked this pull request as draft May 13, 2026 10:42
@sanger-tolsoft

Copy link
Copy Markdown
Contributor

Warning

Newer version of the nf-core template is available.

Your pipeline is using an old version of the nf-core template: 3.5.2.
Please update your pipeline to the latest version.

For more documentation on how to update your pipeline, please see the nf-core documentation and Synchronisation documentation.

@github-actions

github-actions Bot commented May 13, 2026

Copy link
Copy Markdown

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

Posted for pipeline commit d354740

+| ✅ 220 tests passed       |+
#| ❔  30 tests were ignored |#
#| ❔   1 tests had warnings |#
!| ❗  10 tests had warnings |!
Details

❗ Test warnings:

  • nextflow_config - Config manifest.version should end in dev: 1.4.7
  • readme - README contains the placeholder zenodo.XXXXXXX. This should be replaced with the zenodo doi (after the first release).
  • pipeline_todos - TODO string in nextflow.config: Optionally, you can add a pipeline-specific nf-core config at https://github.com/nf-core/configs
  • 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 base.config: Check the defaults for all processes
  • pipeline_todos - TODO string in methods_description_template.yml: ## Update the HTML below to your prefered methods description, e.g. add publication citation for this pipeline
  • system_exit - System.exit in treeval.nf: System.exit(1) [line 113]
  • system_exit - System.exit in treeval.nf: System.exit(1) [line 120]

❔ Tests ignored:

  • files_exist - File is ignored: .github/ISSUE_TEMPLATE/config.yml
  • files_exist - File is ignored: .github/workflows/awstest.yml
  • files_exist - File is ignored: .github/workflows/awsfulltest.yml
  • files_exist - File is ignored: assets/multiqc_config.yml
  • files_exist - File is ignored: assets/nf-core-treeval_logo_light.png
  • files_exist - File is ignored: conf/igenomes.config
  • files_exist - File is ignored: conf/igenomes_ignored.config
  • files_exist - File is ignored: conf/test_full.config
  • files_exist - File is ignored: docs/images/nf-core-treeval_logo_light.png
  • files_exist - File is ignored: docs/images/nf-core-treeval_logo_dark.png
  • files_exist - File is ignored: CODE_OF_CONDUCT.md
  • nextflow_config - Config variable ignored: manifest.name
  • nextflow_config - Config variable ignored: manifest.homePage
  • files_unchanged - File ignored due to lint config: .gitattributes
  • files_unchanged - File ignored due to lint config: CODE_OF_CONDUCT.md
  • files_unchanged - File ignored due to lint config: LICENSE or LICENSE.md or LICENCE or LICENCE.md
  • files_unchanged - File ignored due to lint config: .github/CONTRIBUTING.md
  • files_unchanged - File ignored due to lint config: .github/ISSUE_TEMPLATE/bug_report.yml
  • files_unchanged - File ignored due to lint config: .github/PULL_REQUEST_TEMPLATE.md
  • files_unchanged - File ignored due to lint config: .github/workflows/branch.yml
  • files_unchanged - File ignored due to lint config: .github/workflows/linting.yml
  • files_unchanged - File ignored due to lint config: assets/email_template.txt
  • files_unchanged - File ignored due to lint config: assets/sendmail_template.txt
  • files_unchanged - File ignored due to lint config: assets/nf-core-treeval_logo_light.png
  • files_unchanged - File ignored due to lint config: docs/images/nf-core-treeval_logo_light.png
  • files_unchanged - File ignored due to lint config: docs/images/nf-core-treeval_logo_dark.png
  • files_unchanged - File ignored due to lint config: docs/README.md
  • files_unchanged - File ignored due to lint config: .gitignore or .prettierignore
  • actions_awstest - 'awstest.yml' workflow not found: /home/runner/work/treeval/treeval/.github/workflows/awstest.yml
  • multiqc_config - multiqc_config

❔ Tests fixed:

✅ Tests passed:

Run details

  • nf-core/tools version 3.5.2
  • Run at 2026-06-09 16:32:25

@DLBPointon

Copy link
Copy Markdown
Contributor Author

We would be able to have much better control of the required data per mode if params.mode were to move into the yaml rather than the cli.

@DLBPointon
DLBPointon marked this pull request as ready for review May 19, 2026 09:25

@muffato muffato left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

(I know this PR is only about documenting the actual process, so this is not in scope of this PR. Something else to consider). I think the BED etc files should be compressed as they can be quite big otherwise. I understand that the "big" versions are binary and less practical to use, but a bgzip is already quite good

Comment thread CHANGELOG.md
Comment thread assets/local_testing/params.json
@nikostr

nikostr commented May 20, 2026

Copy link
Copy Markdown

Would it make sense to get rid of the 'punchlist' nomenclature as a part of this PR, and replace that word with short descriptions of what the files contain?

@DLBPointon

Copy link
Copy Markdown
Contributor Author

Would it make sense to get rid of the 'punchlist' nomenclature as a part of this PR, and replace that word with short descriptions of what the files contain?

Apologies for the wait, other projects had to take precedence. We won't be able to get rid of the term straight away, unfortunately they are used in some strict file/directory matching in downstream processes. We will make and effort to making it more generic in the future though, for now I've added a quick explainer to the docs.

@DLBPointon
DLBPointon requested a review from muffato June 9, 2026 15:41

@muffato muffato left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Some minor comments. Nothing blocking

Comment thread assets/treeval_v2_input_proposal/samplesheet.csv
Comment thread assets/local_testing/params.json
Comment thread assets/treeval_v2_input_proposal/production.config Outdated
Comment thread assets/treeval_v2_input_proposal/samplesheet.csv Outdated
Co-authored-by: Matthieu Muffato <cortexspam-github@yahoo.fr>
Co-authored-by: Damon-Lee Pointon <51855558+DLBPointon@users.noreply.github.com>
@DLBPointon
DLBPointon merged commit 12a423b into dev Jun 9, 2026
7 checks passed
@github-project-automation github-project-automation Bot moved this from In progress to Done in WRAP team board Jun 9, 2026
@DLBPointon
DLBPointon deleted the 471-fixes branch June 9, 2026 17:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

4 participants