Giter Club home page Giter Club logo

Comments (3)

voutcn avatar voutcn commented on August 24, 2024

First thank you for using our software.

I would conduct several tests before commit changes to the master branch. I did not encountered any problem on my CentOS server and MacBook 2013. I think in most case it works well. But I am sorry that it is not an easy job for me to test MEGAHIT across many platforms and data.

Would you please let me know what problem did you encounter by using the head? Compilation error, or run time error? It's better if you could send me some log files. If MEGAHIT ran well a few weeks ago in your environment, please download and use v0.1.2 from the release page before I fix the problem.

from megahit.

ajtritt avatar ajtritt commented on August 24, 2024

I apologize, I did not see the releases page, I just followed the directions on the Github homepage. The releases page provides me with what I need. Thanks for pointing that out.

Here is an example error message, that I was consistently getting. I was using commit deab846

[ERROR] Found a read of length 271 > max read length = 270
[ERROR] Found a read of length 271 > max read length = 270
[ERROR] Found a read of length 271 > max read length = 270
[ERROR] Found a read of length 271 > max read length = 270
[ERROR] Found a read of length 271 > max read length = 270
[ERROR] Found a read of length 271 > max read length = 270
[ERROR] Found a read of length 271 > max read length = 270
[ERROR] Found a read of length 271 > max read length = 270
[ERROR] Found a read of length 271 > max read length = 270
[ERROR] Found a read of length 271 > max read length = 270
[Mon Dec 1 19:56:50 2014] Building graph for k = 21
[Mon Dec 1 20:08:14 2014] Assembling contigs from SdBG for k = 21
megahit_assemble: succinct_dbg.cpp:356: void SuccinctDBG::LoadFromFile(const char*): Assertion `word_read == word_needed_w' failed.
Error occurs when assembling contigs for k = 21
[Exit code -6]

To me, it doesn't seem to be an issue with reads being longer than the max read length, since I have assemblies that have completed using reads that are longer than the specified max read length.

I have switched to using release 0.1.2 and no longer have this problem.

from megahit.

voutcn avatar voutcn commented on August 24, 2024

Are you using a 32-bit system? I've replace all fopen64 to fopen as the former is NOT a standard function in C. This probably caused the error. MEGAHIT is designed (and merely has been tested) for 64-bit system. I am sorry that I did not mention this in the README.

from megahit.

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.