Giter Site home page Giter Site logo

GenomeLinkMatrix error about lachesis HOT 7 OPEN

shendurelab avatar shendurelab commented on September 16, 2024
GenomeLinkMatrix error

from lachesis.

Comments (7)

fbemm avatar fbemm commented on September 16, 2024

Any ideas why this is happening?

from lachesis.

okokookk avatar okokookk commented on September 16, 2024

In my opinion, because the number is outside the capacity that int64 can accommodate.
So you can modify the following file and re-compile.

1121 line in the GenomeLinkeMatrix.cc
int64_t N_links_same_cluster = 0, N_links_diff_cluster = 0;
'>'
unsigned long long N_links_same_cluster = 0, N_links_diff_cluster = 0;

I'm not sure if this is correct. but, if you change this way, it will run without this problems.

from lachesis.

fbemm avatar fbemm commented on September 16, 2024

Works but I think its causing downstream issues. During ordering (Filling 9 clusters with Hi-C data from SAM file) no links are pulled out from the alignment files. Basically no dots show up and then also none of the contigs within a cluster are ordered. Anyone seen this before? Might be unrelated ...

from lachesis.

ghuryejay avatar ghuryejay commented on September 16, 2024

Did anyone figure this out?

from lachesis.

yeswzc avatar yeswzc commented on September 16, 2024

I met same problem too. Is there a certain solution ?

from lachesis.

Lordhooze avatar Lordhooze commented on September 16, 2024

any solutions?

from lachesis.

jazberna1 avatar jazberna1 commented on September 16, 2024

Hi,

The solution mentioned above worked for me at least.

Jorge

from lachesis.

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.