Giter Site home page Giter Site logo

checkvcf's People

Contributors

bitdeli-chef avatar zhanxw avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

checkvcf's Issues

VCF does not have correct column number

Hi, I am using checkVCF and got the error Line [ 1 ] does not have correct column number, exiting!. I checked the columns by reading first several lines into python and split them by \t, which gave me the same column number. I did not encounter this when processing other datasets.
How can I fix this?
Many thanks

Mismatch REFBase

Dear all,

I tried to use CheckVCF.py with the hg38 fasta (from UCSC) and the report gave me an enormous amount of MismatchRefBase Inconsistent reference sites. When looking for check.ref file noticed that all those variants are in lower case in the fasta file and that's the reason why it gives that warning.

logs

Hi,

When running this in a for-loop for each chromosome, the out.* file will constantly be overridden, will it not? In either case, it would be great if there is a flag to name those out.* files, or if the out.* file is automatically named after the base name of the input files. For example: cohort1.chr1.vcf.gz would lead to cohort1.chr1.out.*

Thanks!

Sander

Error asking to clean VCF, which I already did

I get the following error,
Please use the following command to clean your VCF file and then re-run checkVCF.py
(grep ^"#" $your_old_vcf; grep -v ^"#" $your_old_vcf | sed 's:^chr::ig' | sort -k1,1n -k2,2n) | bgzip -c > $your_vcf_file

Not sure how to fix this. This code does not do anything.
I am trying to check against hg38 version. Therefore, chromosomes were coded as in hg38.fa file. I see that the same VCF file works when chromosomes were coded continuously but does not serve the purpose. Please suggest how I can solve this problem. I aim to perform imputation.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.