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

Refactor variant and genotype annotations #90

Merged
merged 1 commit into from Jul 18, 2016

Conversation

heuermh
Copy link
Member

@heuermh heuermh commented Jul 7, 2016

Fixes #89

Also includes style fixes, removes used Base enum, and removes unused sample fields.

@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/bdg-formats-prb/109/
Test PASSed.

@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/bdg-formats-prb/110/
Test PASSed.

@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/bdg-formats-prb/111/
Test PASSed.

union { null, float } phylop = null;
union { null, string } ancestralAllele = null;
/**
Allele frequency, VCF INFO header line reserved key AF.
Copy link
Member

Choose a reason for hiding this comment

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

A random note: we should name this either major or minor allele frequency.

Copy link
Member

Choose a reason for hiding this comment

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

Also, I looked this up and VCF AF is minor allele frequency.

Copy link
Member Author

Choose a reason for hiding this comment

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

Thanks, will update the doc

@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/bdg-formats-prb/112/
Test PASSed.

@fnothaft fnothaft merged commit 5e81a9c into bigdatagenomics:master Jul 18, 2016
@heuermh heuermh deleted the annotations branch July 18, 2016 21:58
@heuermh
Copy link
Member Author

heuermh commented Jul 18, 2016

Thanks!

@fnothaft
Copy link
Member

Merged! Thanks @heuermh!

fnothaft added a commit to fnothaft/bdg-formats that referenced this pull request Aug 24, 2016
heuermh pushed a commit that referenced this pull request Aug 24, 2016
* Revert "Complete refactoring of variant and related annotation records"

This reverts commit d77823d.

* Revert "Refactor variant and genotype annotations (#90)"

This reverts commit 5e81a9c.

* Revert "Use separate filtersFailed and filtersPassed arrays for variant quality filters (#88)"

This reverts commit 7b69079.
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.

Streamline genotype/variant annotations
3 participants