Closed AdrienOliva closed 3 years ago
I did achieve to simulate reads as I wanted by just re-running the all pipeline and now everything is working as expected.
For my previous dataset, all steps worked correctly (except the GodAligner) and I don't think it is the VCF or REF as I used them the new working dataset. I provided the reads and script I used here if you are interested to reproduce that behaviour. Thanks Adrien
Hi, I have been trying to use the GodAligner to recover my true alignment of my generated reads. However when I run the following code, I do have an error "IndexError: list index out of range". After some digging I found out that the variable "ap2=[]" at some part of the loop (line 200 from god_aligner.py).. however I cannot found out why.
Here is the command I used to create the reads (and it worked perfectly)
and here is the command I used to run GodAligner:
The full error is as follow:
I am working on macOS using Mitty version 2.28.3.
Thanks a lot, Adrien
EDIT: I tried simulating reads from another chromosome (Chr22) using the same pipelines (changed the seeds and coverage) and this time, everything went smoothly for the new dataset. However the previous one (Chr20) is still bugged.