Skip to content

Restore manifest contributors and round out nf-test coverage#37

Open
kenibrewer wants to merge 4 commits intoken-brewer/feat-analysisfrom
kenibrewer/restore-contributors
Open

Restore manifest contributors and round out nf-test coverage#37
kenibrewer wants to merge 4 commits intoken-brewer/feat-analysisfrom
kenibrewer/restore-contributors

Conversation

@kenibrewer
Copy link
Copy Markdown
Member

Summary

  • Restore Erin Weisbart and Dave Bunten as manifest contributors (with affiliations, ORCIDs, GitHub handles, emails); fill in remaining details for Kenneth Brewer (author + maintainer)
  • Add non-stub nf-test variants for cellprofiler/assaydevelopment, cellprofiler/analysis, and the pipeline-level tests/default.nf.test, sourcing illumination .npy fixtures from s3://nf-core-test-datasets/cellpainting/minimal_dataset/... (added in add cellpainting data test-datasets#1606)
  • Align with nf-core/rnaseq convention: stub + real variants live in the same *.nf.test file; tag stub variants with stub_test so --tag stub_test keeps pre-push fast (~3min) while a tag-less run does the full validation (~13min)
  • Update AGENTS.md/CLAUDE.md pre-push commands accordingly

Test plan

  • nf-test test tests/default.nf.test modules/local --profile test,docker --tag stub_test — 5/5 stub tests pass in 126s
  • Per-module real tests pass: assaydev 49s, analysis 140s, illuminationcorrection (existing), cytotable (existing)
  • Pipeline-level real test: 436s (~7min) green
  • nextflow run . -profile test,docker --outdir results succeeds end-to-end (24/24 processes, ~10min)
  • Reviewer to sanity-check that channel→file mapping in the new real tests matches assets/samplesheet.csv

kenibrewer and others added 3 commits April 24, 2026 15:27
Add Erin Weisbart and Dave Bunten back as contributors alongside
Kenneth Brewer (author, maintainer), with affiliation, email, github,
and ORCID filled in.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Each nf-test file now has both stub and real (non-stub) test cases. The
real assaydev and analysis tests reference illumination .npy fixtures
from s3://nf-core-test-datasets/cellpainting/minimal_dataset (added in
nf-core/test-datasets#1606) alongside source images from
s3://cellpainting-gallery. The pipeline-level test gains a non-stub
variant that runs the full test profile end-to-end.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Merge the real and stub pipeline tests back into tests/default.nf.test
(matching nf-core/rnaseq, sarek, and methylseq) and tag the stub
variants with stub_test so the fast pre-push command can opt in via
--tag stub_test. Update AGENTS.md (CLAUDE.md is a symlink) accordingly.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@nf-core-bot
Copy link
Copy Markdown
Member

Warning

Newer version of the nf-core template is available.

Your pipeline is using an old version of the nf-core template: 3.5.1.
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
Copy link
Copy Markdown

github-actions Bot commented Apr 24, 2026

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

Posted for pipeline commit c785153

+| ✅ 207 tests passed       |+
#| ❔  11 tests were ignored |#
#| ❔   1 tests had warnings |#
!| ❗  29 tests had warnings |!
Details

❗ Test warnings:

  • readme - README contains the placeholder zenodo.XXXXXXX. This should be replaced with the zenodo doi (after the first release).
  • pipeline_todos - TODO string in README.md: TODO nf-core:
  • pipeline_todos - TODO string in README.md: Include a figure that guides the user through the major workflow steps. Many nf-core
  • pipeline_todos - TODO string in README.md: Fill in short bullet-pointed list of the default steps in the pipeline
  • 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 README.md: update the following command to include all required parameters for a minimal example
  • pipeline_todos - TODO string in README.md: If applicable, make list of people who have also contributed
  • pipeline_todos - TODO string in README.md: Add citation for pipeline after first release. Uncomment lines below and update Zenodo doi and badge at the top of this file.
  • pipeline_todos - TODO string in README.md: Add bibliography of tools and data used in your pipeline
  • pipeline_todos - TODO string in nextflow.config: Specify your pipeline's command line flags
  • 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 nextflow.config: Update the field with the details of the contributors to your pipeline. New with Nextflow version 24.10.0
  • pipeline_todos - TODO string in awsfulltest.yml: You can customise AWS full pipeline tests as required
  • pipeline_todos - TODO string in nextflow.config: Specify any additional parameters here
  • 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 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 usage.md: Add documentation about anything specific to running your pipeline. For general topics, please point to (and add to) the main nf-core website.
  • pipeline_todos - TODO string in output.md: Write this documentation describing your workflow's output
  • pipeline_todos - TODO string in test.config: Specify the paths to your test data on nf-core/test-datasets
  • pipeline_todos - TODO string in test.config: Give any required params for the test so that command line flags are not needed
  • pipeline_todos - TODO string in test_full.config: Specify the paths to your full test data ( on nf-core/test-datasets or directly in repositories, e.g. SRA)
  • pipeline_todos - TODO string in test_full.config: Give any required params for the test so that command line flags are not needed
  • pipeline_todos - TODO string in base.config: Check the defaults for all processes
  • pipeline_todos - TODO string in base.config: Customise requirements for specific processes.
  • schema_description - No description provided in schema for parameter: cellprofiler_illumination_cppipe
  • schema_description - No description provided in schema for parameter: cellprofiler_analysis_cppipe
  • schema_description - No description provided in schema for parameter: cellprofiler_assaydevelopment_cppipe

❔ Tests ignored:

  • files_exist - File is ignored: conf/igenomes.config
  • files_exist - File is ignored: conf/igenomes_ignored.config
  • files_exist - File is ignored: conf/igenomes.config
  • files_exist - File is ignored: conf/igenomes_ignored.config
  • nextflow_config - Config default ignored: params.cellprofiler_illumination_cppipe
  • nextflow_config - Config default ignored: params.cellprofiler_analysis_cppipe
  • nextflow_config - Config default ignored: params.cellprofiler_assaydevelopment_cppipe
  • template_strings - Ignoring Jinja template strings in file /home/runner/work/cellpainting/cellpainting/AGENTS.md
  • template_strings - Ignoring Jinja template strings in file /home/runner/work/cellpainting/cellpainting/CLAUDE.md
  • template_strings - Ignoring Jinja template strings in file /home/runner/work/cellpainting/cellpainting/assets/cellprofiler/illumination.cppipe.jinja
  • template_strings - Ignoring Jinja template strings in file /home/runner/work/cellpainting/cellpainting/modules/local/cellprofiler/illuminationcorrection/main.nf

❔ Tests fixed:

✅ Tests passed:

Run details

  • nf-core/tools version 3.5.1
  • Run at 2026-04-24 23:53:47

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
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.

2 participants