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

VCF files have to be sorted #110

Closed
mfoll opened this issue May 3, 2016 · 0 comments
Closed

VCF files have to be sorted #110

mfoll opened this issue May 3, 2016 · 0 comments
Assignees
Labels
Milestone

Comments

@mfoll
Copy link
Member

mfoll commented May 3, 2016

See here:

All entries for a specific CHROM should form a contiguous block within the VCF file.
Positions are sorted numerically, in increasing order, within each reference sequence CHROM.

Use something like: https://github.com/vcftools/vcftools/blob/master/src/perl/vcf-sort or https://www.biostars.org/p/133487/

@mfoll mfoll added the bug label May 3, 2016
@mfoll mfoll added this to the v0.3 milestone May 3, 2016
@mfoll mfoll self-assigned this May 3, 2016
mfoll added a commit that referenced this issue May 3, 2016
@mfoll mfoll closed this as completed May 3, 2016
@mfoll mfoll added bug and removed bug labels May 3, 2016
mfoll added a commit that referenced this issue May 4, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant