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

JSON breaking schema changes #78

Open
davmlaw opened this issue Mar 12, 2024 · 2 comments
Open

JSON breaking schema changes #78

davmlaw opened this issue Mar 12, 2024 · 2 comments

Comments

@davmlaw
Copy link
Contributor

davmlaw commented Mar 12, 2024

We don't want to break the schema (and wreck backwards compatability), but if we ever do, we should change a few things while we can. I'm going to document them here:

Change

  • exons should be key/values as then we can add fields without breaking code that expects fixed length arrays

Add

@tedil
Copy link

tedil commented Jun 19, 2024

Maybe also rename cds_{start,end} to tx_{start,end}?

@davmlaw
Copy link
Contributor Author

davmlaw commented Jun 20, 2024

@tedil cds is def coding start/end. Transcript extents are in the exons, so:

tx_start = exons[0][0]
tx_end = exons[-1][1]

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