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

Strand bias doesn't get exported #1226

Closed
fnothaft opened this issue Oct 25, 2016 · 3 comments
Closed

Strand bias doesn't get exported #1226

fnothaft opened this issue Oct 25, 2016 · 3 comments
Labels

Comments

@fnothaft
Copy link
Member

Similar to #1203, Strand bias does not get properly exported on conversion back to VCF.

@fnothaft fnothaft added the bug label Oct 25, 2016
@heuermh
Copy link
Member

heuermh commented Oct 27, 2016

Are you referring to VCF INFO reserved key SB?
The corresponding field was intentionally removed from Variant in recent changes.

@fnothaft
Copy link
Member Author

Format key, not info.

@heuermh
Copy link
Member

heuermh commented Oct 27, 2016

I see, so you're saying the fix in #1203 was only on the read side, not the write side.

fnothaft added a commit to fnothaft/adam that referenced this issue Nov 7, 2016
Resolves bigdatagenomics#1226. Adds logic to
`org.bdgenomics.adam.converters.VariantContextConverter` that checks for a
4 element array in the `strandBiasComponents` field. If this is present, this
is exported as the "SB" VCF field.
fnothaft added a commit to fnothaft/adam that referenced this issue Nov 8, 2016
Resolves bigdatagenomics#1226. Adds logic to
`org.bdgenomics.adam.converters.VariantContextConverter` that checks for a
4 element array in the `strandBiasComponents` field. If this is present, this
is exported as the "SB" VCF field.
@heuermh heuermh closed this as completed in 93585e5 Nov 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants