Cole Lyman
Cole Lyman
The algorithm runs the unit tests successfully now, I imagine that it needs to be integrated into the core so that the newly aligned reads are actually used, right? If...
Hey Guillaume, I noticed that the return array from the `intersection_uint32` method always had a size of 0, and after inspecting the code I saw why. From what I understand...
Hey Guillaume, After trying to compile with a compiler that didn't have SSE 4.2 enabled, I discovered that the following changes would allow the code to work on non-SSE enable...
* Move read filtering to after merging This is in an effort to be consistent with the behavior and results of CRISPRessoPooled. * Properly assign the correct file names for...
@kclem is there a particular reason why this alignment matrix can't be customized?
I have found this useful in my slides so I thought that it may be useful upstream. I have essentially copied the implementation for `item` and replaced the bullet with...
I have encountered this failed assertion (`assert(currBit / 8 < output.size());`, [stream_encoding.h:152](https://github.com/jts/dbgfm/blob/master/stream_encoding.h#L152)) when loading a genome. It happens with the [Drosophila melanogaster genome (FASTA download link)](http://bit.ly/2wbFrZc). I have inspected the...
These changes adds functionality to accept ambiguous IUPAC codes in `bwtdisk_prepare`. It handles the ambiguity by choosing a random base that is within the set of bases for that ambiguity...
This PR is a collection of small fixes across CRISPResso, CRISPRessoPooled, and CRISPRessoWGS. * fix setting of 99%ile in negative direction (deletions) * need another break * When reading CRISPRessoPooled...