Skip to content

Add indel_ref_signatures to nextflow_schema.json#430

Merged
efigb merged 2 commits into369-add-id-signatures-in-sigprofilerassignmentfrom
copilot/sub-pr-429
Mar 13, 2026
Merged

Add indel_ref_signatures to nextflow_schema.json#430
efigb merged 2 commits into369-add-id-signatures-in-sigprofilerassignmentfrom
copilot/sub-pr-429

Conversation

Copy link

Copilot AI commented Mar 13, 2026

indel_ref_signatures was introduced in nextflow.config but missing from nextflow_schema.json, causing it to be undocumented in --help output and skipped by nf-schema validation.

Changes

  • nextflow_schema.json: Added indel_ref_signatures under the reference_datasets section, mirroring the structure of cosmic_ref_signatures:
    "indel_ref_signatures": {
        "type": "string",
        "format": "file-path",
        "mimetype": "text/plain",
        "description": "Path to file containing the reference indel (ID) signatures to use in SigProfilerAssignment.",
        "help_text": "You can obtain it from COSMIC website. Note that for ID signatures the GRCh37 genome version is used.",
        "fa_icon": "far fa-file-code",
        "default": "COSMIC_v3.4_ID_GRCh37.txt"
    }

📱 Kick off Copilot coding agent tasks wherever you are with GitHub Mobile, available on iOS and Android.

…ection

Co-authored-by: efigb <154223352+efigb@users.noreply.github.com>
Copilot AI changed the title [WIP] [WIP] Address feedback on ID signatures in sigprofilerassignment PR Add indel_ref_signatures to nextflow_schema.json Mar 13, 2026
Copilot AI requested a review from efigb March 13, 2026 13:58
@efigb efigb closed this Mar 13, 2026
@efigb efigb reopened this Mar 13, 2026
@efigb efigb closed this Mar 13, 2026
@efigb efigb reopened this Mar 13, 2026
@efigb efigb marked this pull request as ready for review March 13, 2026 14:01
@efigb efigb merged commit 6e06a4c into 369-add-id-signatures-in-sigprofilerassignment Mar 13, 2026
efigb added a commit that referenced this pull request Mar 13, 2026
* added code to output ID signatures in matrix generator and assignment modules of sigprofiler

* fixed typos

* fixed typos

* Add `indel_ref_signatures` to `nextflow_schema.json` (#430)

* Initial plan

* Add indel_ref_signatures to nextflow_schema.json reference_datasets section

Co-authored-by: efigb <154223352+efigb@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: efigb <154223352+efigb@users.noreply.github.com>

---------

Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
@FerriolCalvet FerriolCalvet deleted the copilot/sub-pr-429 branch March 13, 2026 15:12
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