Coder Social home page Coder Social logo

Comments (4)

infphilo avatar infphilo commented on July 22, 2024

Hi @ewallace,

Sorry for the late response. Would you like to send me the files so that I can reproduce and fix the issue?

from hisat2.

infphilo avatar infphilo commented on July 22, 2024

I released a new version of HISAT2 (2.0.4) three days ago, which may include some fixes for your issue. I'll close this thread and reopen if this issue still occurs.

from hisat2.

zhou-ran avatar zhou-ran commented on July 22, 2024

In 2.0.4, I also get into the same trouble when I build index for Nicotiana benthamiana.
It's my command:
hisat2-build -p 12 --ss ${ss_file} --exon ${exon_file} ${genome_file} ${index_file}
but I get this information:

is not reverse-deterministic, so reverse-determinize...
b.sh: line 1: 29864 Killed hisat2-build -p 12 --ss ${ss_file} --exon ${exon_file} ${genome_file} ${index_file}

my cluster have 500G memory, the hsat2-build would occupy up to 400G after warning up with "is not reverse-deterministic, so reverse-determinize"
after scanning HISAT2's tutorial, I execute the command for two part:

hisat2-build -3 -p 12 --ss ${ss_file} --exon ${exon_file} ${genome_file} ${index_file}
hisat2-build -r -p 12 --ss ${ss_file} --exon ${exon_file} ${genome_file} ${index_file}

the first command which only build *.3.ht2 and *.4.ht2 is fine, but the second command also can't work, this is the error :

Error: Encountered internal HISAT2 exception (#1)
Command: hisat2-build --wrapper basic-0 -r -p 12 --ss ${ss_file} --exon ${exon_file} ${genome_file} ${index_file}
Deleting "Nb_genome.1.ht2" file written during aborted indexing attempt.
Deleting "Nb_genome.2.ht2" file written during aborted indexing attempt.
Deleting "Nb_genome.5.ht2" file written during aborted indexing attempt.
Deleting "Nb_genome.6.ht2" file written during aborted indexing attempt.
Deleting "Nb_genome.7.ht2" file written during aborted indexing attempt.
Deleting "Nb_genome.8.ht2" file written during aborted indexing attempt.

from hisat2.

Nilaksha88 avatar Nilaksha88 commented on July 22, 2024

I still get the same error with HISAT2 2.2.1 . Is there any reason or a workaround for this?

from hisat2.

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.