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

FORMAT #331

Open
javadnoorb opened this issue Jul 9, 2020 · 2 comments
Open

FORMAT #331

javadnoorb opened this issue Jul 9, 2020 · 2 comments

Comments

@javadnoorb
Copy link

javadnoorb commented Jul 9, 2020

Hi,

I have encountered the following issue that I wanted to let you know of.

When I use the following command:

df = allel.vcf_to_dataframe('myfile.vcf', fields=['calldata/*', 'variants/*'])

The FORMAT field is not parsed. However it is parsed when I use:

callset = allel.read_vcf('myfile.vcf', fields=['calldata/*', 'variants/*'])
@javadnoorb javadnoorb changed the title format FORMAT Jul 9, 2020
@alimanfoo
Copy link
Contributor

Hi @javadnoorb, yes this is by design, the current implementation of vcf_to_dataframe ignores the FORMAT fields. There is some work in #252 but that is stalled I'm afraid as I haven't had time to review.

@kyaki
Copy link

kyaki commented Jun 30, 2023

HI, I see this ticket is a few years old now but is still open, was wondering if this work has been dropped? I am still running into this issue. Perhaps there is some new way to parse vcfs into dfs that I have not found yet?

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

No branches or pull requests

3 participants