Skip to content

Update pixelator to v0.26.0#199

Draft
Aratz wants to merge 3 commits intodevfrom
feature/pna-2502/update_pixelator
Draft

Update pixelator to v0.26.0#199
Aratz wants to merge 3 commits intodevfrom
feature/pna-2502/update_pixelator

Conversation

@Aratz
Copy link
Copy Markdown
Contributor

@Aratz Aratz commented Apr 24, 2026

This version includes a new implementation of the graph step.

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/pixelator branch on the nf-core/test-datasets repository.
  • Make sure your code lints (nf-core pipelines lint).
  • Ensure the test suite passes (nextflow run . -profile test,docker --outdir <OUTDIR>).
  • Check for unexpected warnings in debug mode (nextflow run . -profile debug,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).

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 24, 2026

nf-core pipelines lint overall result: Failed ❌

Posted for pipeline commit 705bbd8

+| ✅ 221 tests passed       |+
#| ❔   8 tests were ignored |#
!| ❗   4 tests had warnings |!
-| ❌   3 tests failed       |-
Details

❌ Test failures:

  • nextflow_config - Config default value incorrect: params.pna_graph_initial_stage_max_edges_to_remove is set as type integer in nextflow_schema.json, but is not an integer in nextflow.config.
  • nextflow_config - Config default value incorrect: params.pna_graph_initial_stage_max_edges_to_remove is set as 10 in nextflow_schema.json but is null in nextflow.config.
  • nextflow_config - Config default value incorrect: params.pna_graph_refinement_stage_max_edges_to_remove is set as 4 in nextflow_schema.json but is 10 in nextflow.config.

❗ Test warnings:

  • files_unchanged - LICENSE does not match the template
  • 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!

❔ Tests ignored:

✅ Tests passed:

Run details

  • nf-core/tools version 3.5.2
  • Run at 2026-04-24 14:23:02

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.

1 participant