Giter VIP home page Giter VIP logo

Comments (5)

ld9866 avatar ld9866 commented on August 17, 2024

Addtionally, svdb --merge --vcf ERS177302.lumpy.vcf ERS177302.tiddit.vcf > ERS177302.combine.vcf work well.

from svdb.

ld9866 avatar ld9866 commented on August 17, 2024

We found when we add the delly result "ERS177302.delly.vcf" the error occurred.
Could SVDB solve the delly result?

from svdb.

ld9866 avatar ld9866 commented on August 17, 2024

We found when we add the delly result "ERS177302.delly.vcf" the error occurred.
Could SVDB solve the delly result?

from svdb.

J35P312 avatar J35P312 commented on August 17, 2024

Hello!
And thanks for the detailed information!

SVDB crashes on line 12, while reading the delly vcf:

File "svdb/readVCF.py", line 12, in svdb.readVCF.readVCFLine

here SVDB tries to access the position of the variant (column 2 in the vcf):

posA = int(variation[1])

Column 2 is not present:

IndexError: list index out of range

Delly VCF files are usually fine, they should have all mandatory columns. Maybe the vcf is broken? Have you checked the last lines of it (using tail for instance). Or could it be that the vcf is compressed? I would double check that the file is not compressed, then I would run it through gatk ValidateVariants or similar.

Good luck!

from svdb.

ld9866 avatar ld9866 commented on August 17, 2024

Thank you for your prompt reply!
We found errors in this vcf. Some of the first and last lines did not start with #. After deletion, it runs perfectly.
thank you!

from svdb.

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.