You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've come across a weird issue.
I've updated one of our bcbio installations, resulting in an environment with the latest vcf2db + cyvcf2=0.30.14.
When I try to query one of the db's generated with this setup using the gemini python API, I get a funky result when fetching genotypes.
when I try to print the gts field from a table row (gemini.GeminiQuery.GeminiRow) I get the following numpy array
e.g. the genotypes for three individuals.
This is the case for our older installs running cyvcf2=0.20.9.
I suppose this error may have something to do with brentp/cyvcf2#227.
When downgrading cyvcf2 to the older version and regenerating the db, everything seems to work again.
Any thoughts?
M
PS: Not sure if this is the right repo to post this, so feel free to move this issue to a more relevant place.
The text was updated successfully, but these errors were encountered:
Hi @brentp,
I've come across a weird issue.
I've updated one of our bcbio installations, resulting in an environment with the latest vcf2db + cyvcf2=0.30.14.
When I try to query one of the db's generated with this setup using the gemini python API, I get a funky result when fetching genotypes.
when I try to print the
gts
field from a table row (gemini.GeminiQuery.GeminiRow
) I get the following numpy arraywhich should show
e.g. the genotypes for three individuals.
This is the case for our older installs running cyvcf2=0.20.9.
I suppose this error may have something to do with brentp/cyvcf2#227.
When downgrading cyvcf2 to the older version and regenerating the db, everything seems to work again.
Any thoughts?
M
PS: Not sure if this is the right repo to post this, so feel free to move this issue to a more relevant place.
The text was updated successfully, but these errors were encountered: