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

Error indexing vcf files containing "variants" in the file name #691

Closed
j-coll opened this issue Sep 8, 2017 · 0 comments
Closed

Error indexing vcf files containing "variants" in the file name #691

j-coll opened this issue Sep 8, 2017 · 0 comments
Assignees
Milestone

Comments

@j-coll
Copy link
Member

j-coll commented Sep 8, 2017

The VariantReaderUtils is generating a wrong metadata file names for those files, replacing the first occurrence of "variants" instead of the last one:

NA00023_variants.vcf.gz                   -> original file
NA00023_variants.vcf.gz.variants.avro.gz  -> transformed file
NA00023_file.json.gz                      -> actual metadata file (wrong)
NA00023_variants.vcf.gz.file.json.gz      -> correct metadata file
@j-coll j-coll added this to the v1.2.0 milestone Sep 8, 2017
@j-coll j-coll self-assigned this Sep 8, 2017
@j-coll j-coll closed this as completed Sep 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant