Hi I aligned my single end fastq files using HISAT2
hisat2 --dta -x /mnt/lustre/users/k1632479/grcm38/genome -U /mnt/lustre/users/k\
1632479/ESC_NSC/13799X1_161209_D00294_0278_BCAEAJANXX_1.fastq.gz -S /mnt/lustre\
/users/k1632479/ESC_NSC/13799X1_test.sam
I thought it successfully aligned due to this output
52586374 reads; of these:
52586374 (100.00%) were unpaired; of these:
4123360 (7.84%) aligned 0 times
33940663 (64.54%) aligned exactly 1 time
14522351 (27.62%) aligned >1 times
92.16% overall alignment rate
However when I run,
samtools flagstat 13799X1_test.sam
60276818 + 0 in total (QC-passed reads + QC-failed reads)
7690444 + 0 secondary
0 + 0 supplementary
0 + 0 duplicates
56153458 + 0 mapped (93.16% : N/A)
0 + 0 paired in sequencing
0 + 0 read1
0 + 0 read2
0 + 0 properly paired (N/A : N/A)
0 + 0 with itself and mate mapped
0 + 0 singletons (N/A : N/A)
0 + 0 with mate mapped to a different chr
This is the output, does anyone know why?
why you think it has not aligned successfully based on samtool flagstat output? compare both the output.
I agree with prakesh. I see no significant discrepancy between the two outputs. The alignment is fine.