Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Breakends and positions #365

Closed
ahwagner opened this issue Dec 9, 2021 · 2 comments
Closed

Breakends and positions #365

ahwagner opened this issue Dec 9, 2021 · 2 comments

Comments

@ahwagner
Copy link
Member

ahwagner commented Dec 9, 2021

One concept that will need to be considered as we approach fusion & SV representation is the notion of a breakend, a position on a sequence representing some indefinite amount of sequence to the left or right of the position.

The position is contrasted from an interval by having a single Number/Range value instead of both a start and end Number/Range value.

@cmprocknow
Copy link

I think we can represent this already using IndefiniteRange, right?:

{
	"interval": {
		"end": {
			"type": "Number",
			"value": 44908822
		},
		"start": {
			"type": "Number",
			"value": 44908821
		},
		"type": "SequenceInterval"
},
	"sequence_id": "ga4gh:SQ.IIB53T8CNeJJdUqzn9V_JnRtQadwWCbl",
	"type": "SequenceLocation"
}

Copy link

This issue was marked stale due to inactivity.

@github-actions github-actions bot added the Stale See .github/workflows/stale.yml label Jan 10, 2024
@ahwagner ahwagner removed the Stale See .github/workflows/stale.yml label Jan 10, 2024
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

No branches or pull requests

2 participants