-
Notifications
You must be signed in to change notification settings - Fork 308
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
Labels
Comments
Are you referring to VCF INFO reserved key SB? |
Format key, not info. |
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.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Similar to #1203, Strand bias does not get properly exported on conversion back to VCF.
The text was updated successfully, but these errors were encountered: