Open dianzhiyong opened 2 years ago
Hi, I got the same error, how did you work it out finally?
how long is the longest chromosome of the genome ? may be it's because the chromosome is too long for my issue . you can try bowtie2
It is about 2Gb. Thank you very much, I will try that.
hi,doctor i encounter a problem when use hisat2 ,can you give me some advice fisrt,i use hisat2 build index for a large genome : hisat2-build --large-index ,it doesn't report any error . then i map reads to index : hisat2 -x ${genome_index} -1 test_clean.1.fq.gz -2 test_clean.1.fq.gz -p 4 ,A faw minutes later, hisat2 report as below
terminate called after throwing an instance of 'std::bad_alloc' what(): std::bad_alloc (ERR): hisat2-align died with signal 6 (ABRT) (core dumped)
thank you very much