Giter Club home page Giter Club logo

Comments (7)

janawold1 avatar janawold1 commented on June 8, 2024 1

@ivargr This solution fixed it for me! Many thanks!

from paragraph.

jebrosen avatar jebrosen commented on June 8, 2024

I encountered the same issue, both with the precompiled binaries for 2.4a and built from source. The produced variants.vcf.gz file is also missing the last several columns of the reference output.

from paragraph.

quanc1989 avatar quanc1989 commented on June 8, 2024

Same issue for 2.4a, any suggestions?

from paragraph.

cassisnaro avatar cassisnaro commented on June 8, 2024

I have also the same error, is there a workaround?

from paragraph.

cassisnaro avatar cassisnaro commented on June 8, 2024

Is it possible that this bug appears only if executing in a folder where there was already a prior execution of the tool? I am testing this right now, will have the result in some hours, but from the looks of line [https://github.com/Illumina/paragraph/blob/e805e261336117a0c6901cdb3d61fd9d7d464611/src/python/bin/multigrmpy.py#L339], if the problematic file is present, it seems to take precedence over the input one, maybe explaining why I did not encounter the error before.

from paragraph.

ColyFu avatar ColyFu commented on June 8, 2024

I also encountered the same bug. -_-

from paragraph.

ivargr avatar ivargr commented on June 8, 2024

I also encountered the same problem, both when using the test data and when using other data. I think adding this after line 58 in multigrmpy.py should fix the problem:

 pysam.tabix_index(vcf_with_event_ids_path, preset="vcf", force=True)

from paragraph.

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.