@maickrau As described in Table 1 of GraphAligner, I want to calculate number of correctly aligned reads.
In GraphAligner, you have mentioned;
"We consider a read correctly mapped if its longest alignment overlaps at least 10% with the genomic position from where it was simulated and evaluate the number of reads correctly aligned", which is similar criteria which minimap2 follows and scripts are provided for evaluation as well.
@maickrau As described in Table 1 of GraphAligner, I want to calculate number of correctly aligned reads. In GraphAligner, you have mentioned; "We consider a read correctly mapped if its longest alignment overlaps at least 10% with the genomic position from where it was simulated and evaluate the number of reads correctly aligned", which is similar criteria which minimap2 follows and scripts are provided for evaluation as well.
GAF output of GraphAligner is;
So from GAF ouput, I can get "genomic position from where it was simulated" (
S1_5!chr1!30504300!30508432!+
) but how do i check alignment overlap?Could you please provide scripts for evaluation of number of correctly aligned reads?