Skip to content

Pull request for adding compartmentalization analysis - #126

Merged
daisymut merged 63 commits into
devfrom
test_sammyR
Jul 27, 2026
Merged

Pull request for adding compartmentalization analysis#126
daisymut merged 63 commits into
devfrom
test_sammyR

Conversation

@ugoiannacchero

Copy link
Copy Markdown
Contributor

Adding chromatin compartments analysis and mm10 dataset profile test configuration 'test_groups'

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/sammyseq 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).

@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.4.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.

@ugoiannacchero

Copy link
Copy Markdown
Contributor Author

@nf-core-bot fix linting

@daisymut daisymut left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

:O

Comment thread conf/modules.config Outdated
Comment thread conf/modules.config
Comment on lines 357 to 362
params.bigwigcompare_pseudocount ? "--pseudocount ${params.bigwigcompare_pseudocount}" : '',
params.bigwigcompare_operation ? "--operation ${params.bigwigcompare_operation}" : '',
params.bigwigcompare_skip_non_covered_regions ? "--skipNonCoveredRegions" : '',
params.bigwigcompare_fixed_step ? "--fixedStep" : '',
"--binSize ${params.bw_resolution}",
// params.blacklist ? "--blackListFileName ${params.blacklist}" : '',

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

These seem to be being applied within the Trimgalore process:
https://github.com/nf-core/sammyseq/actions/runs/30158193173/job/89896365673#step:4:651

@daisymut

Copy link
Copy Markdown
Collaborator

@nf-core-bot fix linting

@github-actions

github-actions Bot commented Jul 27, 2026

Copy link
Copy Markdown

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

Posted for pipeline commit 141d023

+| ✅ 216 tests passed       |+
#| ❔   1 tests were ignored |#
!| ❗   8 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 main.nf.test: Once you have added the required tests, please run the following command to build this file:
  • pipeline_todos - TODO string in nextflow.config: Specify any additional parameters here
  • 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 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 methods_description_template.yml: #Update the HTML below to your preferred methods description, e.g. add publication citation for this pipeline

❔ Tests ignored:

  • files_unchanged - File ignored due to lint config: .github/workflows/linting.yml

✅ Tests passed:

Run details

  • nf-core/tools version 3.4.1
  • Run at 2026-07-27 11:36:19

@daisymut
daisymut merged commit aa5def9 into dev Jul 27, 2026
8 checks passed
@daisymut daisymut linked an issue Jul 27, 2026 that may be closed by this pull request
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.

Add compartment analysis subworkflow and components

4 participants