gatk-3.8/public/java
Mauricio Carneiro d379c3763a DNA Sequence to BitSet and vice-versa conversion tools
* Turns DNA sequences (for context covariates) into bit sets for maximum compression
  * Allows variable context size representation guaranteeing uniqueness.
  * Works with long precision, so it is limited to a context size of 31 bases (can be extended with BigNumber precision if necessary).
  * Unit Tests added
2012-02-29 19:25:20 -05:00
..
config Reorganized the codebase beneath top-level public and private directories, 2011-06-28 06:55:19 -04:00
src DNA Sequence to BitSet and vice-versa conversion tools 2012-02-29 19:25:20 -05:00
test DNA Sequence to BitSet and vice-versa conversion tools 2012-02-29 19:25:20 -05:00