How can i solve hisat2 error?
hello, im going to use hisat2 instead of tophat2.
but, i cant solve "
(ERR): hisat2-align exited with value 1
and
Error: Encountered internal HISAT2 exception (#1)
/home/gdl/RNAseqA_2/BIN/hisat2-2.1.0/hisat --tmo -p 14 --summary-file -rg-id name /home/gdl/RNAseqA_2/BIN//hg19/genome --known-splicesite-infile /home/gdl/RNAseqA_2/BIN/hg19/Annotation.txt -1 /home/gdl/RNAseqA_2/Ground/1_Control_1_val_1.fq,gz -2 /home/gdl/RNAseqA_2/BIN/Ground/1_Control_2_val_2.fq.gz -S Control_1 | samtools view -bS -> Control_1.hisat.bam
what is the problem?
• 4,228 views
•
link
1 answer
Hello Chan,
your parameters are not set correctly. Type hisat2 --help and have a look at them.
--summary-fileexpect a file name where to write the summary-rg-id namemust be--rg-id name- the reference genome must be introduced by
-x - there is a typo in the filename
/home/gdl/RNAseqA_2/Ground/1_Control_1_val_1.fq,gz. It must befq.gz - As you pipe to samtools, don't use
-S Control_1as this writes to a file and not to stdout
fin swimmer
• 1 views
•
link
Log in to answer this question.
Hello Chan,
Please use the formatting bar (especially the

codeoption) to present your post better. I've done it for you this time.If you had additional informations please edit your original post or add this informations as a comment.
Thank you!