Code Monkey home page Code Monkey logo

Comments (2)

grenaud avatar grenaud commented on July 4, 2024

Hello! Thank you for your interest in my software! My apologies for the delay in replying I'm currently on paternity leave.

This is not really a bug, it is more like a feature. I did not expect that it caller would simultaneously produce PL and GL. It does not make much sense. If I had more time I could add a flag to accept such format. However, I have very little time during the day.

Could you try to modify the input file to remove the pl field?

from glactools.

LiShuhang-gif avatar LiShuhang-gif commented on July 4, 2024

Thanks for your reply! I used bcftools to remove the PL field. And after I did so, the glactools began to work successfully. I'll put my code here to help others who may encounter the similar problems. And you can close this issue. Thanks one more time.

bcftools view --header-only chr22.vcf.gz >> chr22.vcf
bcftools query -f '%CHROM\t%POS\t%ID\t%REF\t%ALT\t%QUAL\t%FILTER\t%INFO\tGT:GQ:DP:AD:VAF:GL[\t%GT:%GQ:%DP:%AD:%VAF:%GL]\n' chr22.vcf.gz >> chr22.vcf

from glactools.

Related Issues (20)

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.