Skip to content

feat: amend new fields to interval schema#317

Open
project-defiant wants to merge 4 commits intomasterfrom
interval-qc-update
Open

feat: amend new fields to interval schema#317
project-defiant wants to merge 4 commits intomasterfrom
interval-qc-update

Conversation

@project-defiant
Copy link

@project-defiant project-defiant commented Feb 2, 2026

Context

This PR adds the new fields

  • biosampleFromSourceId
  • qualityControls

to the Intervals dataset.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This pull request adds two new fields to the Interval schema to enhance genomic interval data representation: biosampleFromSourceId to capture the original biosample identifier from data sources, and qualityControls to store quality control flags.

Changes:

  • Added biosampleFromSourceId field to store the original biosample identifier as defined by datasource providers
  • Added qualityControls field to track quality control flags for interval data
  • Updated both the entity model and GraphQL schema definitions to maintain consistency

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
app/models/entities/Intervals.scala Added two new required fields to the Interval case class: biosampleFromSourceId (String) and qualityControls (Vector[String])
app/models/gql/Objects.scala Added corresponding GraphQL DocumentField definitions for the new fields with appropriate descriptions

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@project-defiant project-defiant marked this pull request as ready for review February 2, 2026 10:30
@project-defiant project-defiant linked an issue Feb 2, 2026 that may be closed by this pull request
2 tasks
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.

enhancer_to_gene update: schemas, widget and L2G

2 participants