Unable to get unaligned files after HISAT2
1
0
Entering edit mode
20 months ago
s_bio ▴ 10

Dear Community, We are trying to identify the viral transcripts in publically RNA-Seq datasets. This can be done by mapping the unaligned reads with the viral transcripts. However after using HISAT2 for alignment, though the alignment percentage is 76% but we are getting an empty unaligned file. The command that we are running is as follows:

hisat2 -p 24 --dta -x genome -1 SRR9593212_1_trim.fastq.gz -2 SRR9593212_1_trim.fastq.gz -S SRR9593212.sam --un SRR9593212_non_aligned.sam --summary-file SRR9593212_summary.txt
# 76% alignment rate
# getting empty SRR9593212_non_aligned_sam file

I would appreciate any help in this.

RNA-Seq NGS • 563 views
ADD COMMENT
2
Entering edit mode
20 months ago
iraun 6.2k

Hi! I noticed that you are providing the same file twice "SRR9593212_1_trim.fastq.gz", both when using -1 and -2, which might explain the issue.

ADD COMMENT

Login before adding your answer.

Traffic: 1792 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6