This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Hisat2 error

Hi all

I am using this command.

hisat2 -p 8 -q -X ${READDIR}/hisat2_index_Cm_genome  -1 ${READDIR}/tr.p.UE-2955-CMLib1_S88_L004_R1_001.fastq.gz -2 ${READDIR}/tr.p.UE-2955-CMLib1_S88_L004_R2_001.fastq.gz -S ${Output}/UE-2955-CMLib1.sam

Error: Encountered internal HISAT2 exception (#1)

Need a help to fix this problem.

thanks

hisat2

I used the hisat2 to get the sam file but now I am using the samtools view to convert it to bam. I am getting this following error..

[main_samview] fail to read the header from "-"

Need suggestion

thanks

Which command line did you use? Please get used to always provide it when posting questions.

1 answer

It is a lowercase x, so -x for the index.

A small educational note: if an answer was helpful, you should upvote it; if the answer resolved your question, you should mark it as accepted. You can accept more than one answer if they all work. If an answer was not really helpful or did not work, provide detailed feedback so others know not to use that answer.
upvote_bookmark_accept

Log in to answer this question.