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

[ADAM-2150] Use interval start as position for Ensembl VEP ANN attributes #2278

Merged
merged 1 commit into from Oct 26, 2020

Conversation

heuermh
Copy link
Member

@heuermh heuermh commented Oct 26, 2020

Fixes #2150

From the VCF ANN specification:

  • cDNA_position ​/ (cDNA_len optional) : Position in cDNA and trancript’s cDNA length (one
    based).
  • CDS_position ​/ (CDS_len optional)​: Position and number of coding bases (one based includes
    START and STOP codons).
  • Protein_position ​/ (Protein_len optional)​: Position and number of AA (one based, including START, but not STOP).

Position should be a single value, but Ensembl VEP provides an interval (e.g. 7264-7275).

@heuermh heuermh added this to the 0.33.0 milestone Oct 26, 2020
heuermh referenced this pull request in dmaziec/cannoli Oct 26, 2020
@AmplabJenkins
Copy link

Test PASSed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/ADAM-prb/3128/
Test PASSed.

@heuermh heuermh merged commit 2d9f1c8 into bigdatagenomics:master Oct 26, 2020
@heuermh heuermh deleted the issue-2150 branch October 26, 2020 21:41
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.

Ensembl Variant Effect Predictor annotations support
2 participants