-
Notifications
You must be signed in to change notification settings - Fork 32
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
read_scikit_allel_vcfzarr returns string pad values instead of missing for INFO fields #1195
Comments
jeromekelleher
added a commit
to jeromekelleher/sgkit
that referenced
this issue
Feb 15, 2024
jeromekelleher
added a commit
to jeromekelleher/sgkit
that referenced
this issue
Feb 15, 2024
jeromekelleher
added a commit
to jeromekelleher/sgkit
that referenced
this issue
Feb 16, 2024
jeromekelleher
added a commit
to jeromekelleher/sgkit
that referenced
this issue
Feb 16, 2024
Temporary workaround to get tests to pass before addressing sgkit-dev#1195
jeromekelleher
added a commit
to jeromekelleher/sgkit
that referenced
this issue
Feb 16, 2024
jeromekelleher
added a commit
to jeromekelleher/sgkit
that referenced
this issue
Feb 16, 2024
Temporary workaround to get tests to pass before addressing sgkit-dev#1195
jeromekelleher
added a commit
to jeromekelleher/sgkit
that referenced
this issue
Mar 5, 2024
jeromekelleher
added a commit
to jeromekelleher/sgkit
that referenced
this issue
Mar 5, 2024
Temporary workaround to get tests to pass before addressing sgkit-dev#1195
mergify bot
pushed a commit
that referenced
this issue
Mar 5, 2024
Temporary workaround to get tests to pass before addressing #1195
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For example, in the test
test_vcf_scikit_allel.py::test_all_fields
, thevariant_AA
field is reported as['' '' '' '' 'T' 'T' 'G' '' '']
instead of['.' '.' '.' '.' 'T' 'T' 'G' '.' '.']
I'm not sure if this generalises to other fields, just reporting test breakage seen while fixing #1192
The text was updated successfully, but these errors were encountered: