Coder Social home page Coder Social logo

Comments (8)

homopolymer avatar homopolymer commented on July 3, 2024

I ran make_grcm38_tran.sh to re-build the index. But it did not help.

from hisat2.

filicado avatar filicado commented on July 3, 2024

Same here. It works fine with the majority of paired end fastq files using the same index but dies with some with that error.
For a start the error message isn't very informative, it would help to know was being aligned when this happens.

from hisat2.

filicado avatar filicado commented on July 3, 2024

Should add: the same fastq files align just fine with the original hisat

from hisat2.

infphilo avatar infphilo commented on July 3, 2024

Sorry for this problem - would you guys be able to let me know your specific HISAT2 commands? I'll do testing on my end and fix the problem.

from hisat2.

filicado avatar filicado commented on July 3, 2024

Pretty standard command aligning paired end fastq files:

perl /media/BioTools/hisat2_v2.0.0/hisat2 -x /media/BioProjects/Reference/HISATRef -p 8 -1 /media/BioProjects/Reads/Female_R1.fastq -2 /media/BioProjects/Reads/Female_R2.fastq | /media/BioTools/samtools_v0.1.19/samtools view -bhSu - | /media/BioTools/samtools_v0.1.19/samtools sort -@ 8 - /media/BioProjects/BAMs/Female.sorted

(I slightly shortened the paths to make this readable)
But as I said the command works fine with the original hisat and it works fine with most samples even with hisat2. So there must be something about specific fastq files that it doesn't like.

from hisat2.

infphilo avatar infphilo commented on July 3, 2024

This problem might have been fixed in the GitHub version of HISAT2. Otherwise, I'd like to run HISAT2 on one of your data sets to investigate what goes wrong, if possible. Please email me ([email protected]) if you need a FTP site where you want to upload your data.

from hisat2.

infphilo avatar infphilo commented on July 3, 2024

@filicado Thank you for providing your data set, I just fixed this problem, which happened when reads map beyond the first base of a reference sequence.. The fixed version will be released within two weeks. , or you can use the GitHub version of HISAT2.

from hisat2.

infphilo avatar infphilo commented on July 3, 2024

@homopolymer I also fixed this issue (it's a bug different from what@filicado reported). It's due to illegal memory access. The fixed version will be available within two weeks.

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.