I am trying to evaluate mapping accuracy of BWA (by using false positive and true positive).
I want to use dwgsim_eval to get this information from my files. Here is the link to the manual: https://github.com/nh13/DWGSIM/wiki/Evaluating-Mappings-from-DWGSIM
It states if the alignments were made from BWA to use "-b", which I am using but I am getting an error message.
Here is my code:
dwgsim_eval -b sorted_sub_human_BWA.bam
And here is the error message:
0************************************************************
In function "process_bam": Fatal Error[OutOfRange]. Variable/Value: simulated.7796575.
Message: [dwgsim_eval] read was not generated by dwgsim?.
***** Exiting due to errors *****
************************************************************
Not sure if there is maybe something wrong with my files? Any help would be greatly appreciated.
how did you generate sorted_sub_human_BWA.bam ?
Using this code: