Started reading more in-depth into CUDA. Made some notes (I'll post them later).
Line: 28 to 28
To do:
Finish the test driver
Added:
> >
01/13/2011
Finished the test driver, and it looks like it works, even when simulating low memory conditions in the hash index. I tested using a manually generated test sequence + some test reads, and also using the E. coli bacterial genome and both work fine. I decided to add an ExtractString method to the hash index to allow extraction of the string from a position (much like the getPosition method in the FMIndex) to make it all work. I feel like that method could be optimized, but that can be for later.
To do:
Start a very basic GPU implementation of the aligners!