Skip to content

Conversation

@DLBPointon
Copy link
Contributor

Bunch of updates to get the pipeline running for 25.11.0-edge

Major edits include:

  • test data to be downloaded curl https://tolit.cog.sanger.ac.uk/test-data/resources/treeval/TreeValTinyData.tar.gz | tar xzf -
  • test profile doesn't seem to be getting used correctly? Just using test profile results in a params parsing error for input and cram. So need to use absolute paths for them on CI
./nextflow-25.11.0-edge-dist run main.nf -profile test,docker --input /Users/dp24/Documents/curationpretext/TreeValTinyData/assembly/draft/grTriPseu1.fa --cram /Users/dp24/Documents/curationpretext/TreeValTinyData/genomic_data/hic-arima/ 

ERRORS

02/12/2025

(nextflow-edge) dp24@mib119764s:[Documents/curationpretext] (attempt_4):$: ./nextflow-25.11.0-edge-dist run main.nf -profile test,docker --input /Users/dp24/Documents/curationpretext/TreeValTinyData/assembly/draft/grTriPseu1.fa --cram /Users/dp24/Documents/curationpretext/TreeValTinyData/genomic_data/hic-arima/ N E X T F L O W ~ version 25.11.0-edge Launching `main.nf` [peaceful_swanson] DSL2 - revision: c53b683c53 WARN: Unrecognized config option 'trace.override' WARN: Unrecognized config option 'validation.defaultIgnoreParams' WARN: Unrecognized config option 'validation.monochromeLogs' WARN: Unrecognized config option 'validation.help.enabled' WARN: Unrecognized config option 'validation.help.command' WARN: Unrecognized config option 'validation.help.fullParameter' WARN: Unrecognized config option 'validation.help.showHiddenParameter' Input/output options input : /Users/dp24/Documents/curationpretext/TreeValTinyData/assembly/draft/grTriPseu1.fa skip_tracks : NONE read_type : hifi cram : /Users/dp24/Documents/curationpretext/TreeValTinyData/genomic_data/hic-arima/ teloseq : TTAGGG map_order : unsorted aligner : AUTO run_hires : true outdir : pretext_rerun_CPRETEXT_OUTPUT sample : pretext_rerun Generic options tracedir : pretext_rerun_CPRETEXT_OUTPUT/pipeline_info trace_report_suffix: 2025-12-02_10-58-09 Core Nextflow options runName : peaceful_swanson containerEngine : docker launchDir : /Users/dp24/Documents/curationpretext workDir : /Users/dp24/Documents/curationpretext/work projectDir : /Users/dp24/Documents/curationpretext userName : dp24 profile : test,docker configFiles : /Users/dp24/Documents/curationpretext/nextflow.config !! Only displaying parameters that differ from the pipeline defaults !! ------------------------------------------------------ Missing `fromPath` parameter 

This immediately kills the pipeline, with the .nextflow.log not containing any more details than:

02_12_25_nextflow.log

@github-actions
Copy link

github-actions bot commented Dec 2, 2025

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

Posted for pipeline commit 5b2eda8

+| ✅ 191 tests passed |+ #| ❔ 32 tests were ignored |# #| ❔ 1 tests had warnings |# !| ❗ 3 tests had warnings |!
Details

❗ Test warnings:

  • nextflow_config - Config manifest.version should end in dev: 1.5.1
  • pipeline_todos - TODO string in nextflow.config: Specify any additional parameters here
  • schema_lint - Input mimetype is missing or empty

❔ Tests ignored:

  • files_exist - File is ignored: .github/workflows/awstest.yml
  • files_exist - File is ignored: .github/workflows/awsfulltest.yml
  • files_exist - File is ignored: .github/ISSUE_TEMPLATE/config.yml
  • files_exist - File is ignored: assets/multiqc_config.yml
  • files_exist - File is ignored: assets/nf-core-curationpretext_logo_light.png
  • files_exist - File is ignored: docs/images/nf-core-curationpretext_logo_light.png
  • files_exist - File is ignored: docs/images/nf-core-curationpretext_logo_dark.png
  • files_exist - File is ignored: conf/igenomes.config
  • files_exist - File is ignored: conf/igenomes_ignored.config
  • 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 does not exist: 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/ISSUE_TEMPLATE/config.yml
  • files_unchanged - File ignored due to lint config: .github/ISSUE_TEMPLATE/feature_request.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_comment.yml
  • files_unchanged - File ignored due to lint config: .github/workflows/linting.yml
  • files_unchanged - File ignored due to lint config: assets/email_template.html
  • 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 does not exist: assets/nf-core-curationpretext_logo_light.png
  • files_unchanged - File does not exist: docs/images/nf-core-curationpretext_logo_light.png
  • files_unchanged - File does not exist: docs/images/nf-core-curationpretext_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/curationpretext/curationpretext/.github/workflows/awstest.yml
  • multiqc_config - multiqc_config

❔ Tests fixed:

✅ Tests passed:

Run details

  • nf-core/tools version 3.5.1
  • Run at 2025-12-02 13:13:29
@DLBPointon DLBPointon marked this pull request as draft December 2, 2025 12:42
@bentsherman
Copy link

Regarding the config warnings:

  • trace.override should be trace.overwrite -- finally a true positive, though still hard to see among all the false positive warnings 😅

  • the validation config options are from the nf-schema plugin which was recently added linter / language server support for the validation config scope. I think you have to use 2.5.0 or newer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants