| .. |
|
BWT.java
|
Proof-of-concept perfect read aligner, implemented as described in sec 2.4 of BWA paper. Has successfully aligned a handful of reads. Requires significant cleanup and refactoring.
|
2009-09-14 21:54:56 +00:00 |
|
BWTReader.java
|
Data structure for counts, to isolate the user from wonky 'sometimes counts are cumulative, other times base-by-base' gotchas.
|
2009-09-11 20:53:24 +00:00 |
|
BWTWriter.java
|
Data structure for counts, to isolate the user from wonky 'sometimes counts are cumulative, other times base-by-base' gotchas.
|
2009-09-11 20:53:24 +00:00 |
|
Base.java
|
Data structure for counts, to isolate the user from wonky 'sometimes counts are cumulative, other times base-by-base' gotchas.
|
2009-09-11 20:53:24 +00:00 |
|
BasePackedInputStream.java
|
Start to build BWT abstractions, so we can present a reasonable facsimile of the BWT to the user no matter how it's represented on disk.
|
2009-09-11 18:23:15 +00:00 |
|
BasePackedOutputStream.java
|
Start to build BWT abstractions, so we can present a reasonable facsimile of the BWT to the user no matter how it's represented on disk.
|
2009-09-11 18:23:15 +00:00 |
|
Counts.java
|
Data structure for counts, to isolate the user from wonky 'sometimes counts are cumulative, other times base-by-base' gotchas.
|
2009-09-11 20:53:24 +00:00 |
|
CreateBWTFromReference.java
|
Data structure for counts, to isolate the user from wonky 'sometimes counts are cumulative, other times base-by-base' gotchas.
|
2009-09-11 20:53:24 +00:00 |
|
CreatePACFromReference.java
|
Start to build BWT abstractions, so we can present a reasonable facsimile of the BWT to the user no matter how it's represented on disk.
|
2009-09-11 18:23:15 +00:00 |
|
IntPackedInputStream.java
|
Higher-level readers and writers for BWTs and suffix arrays.
|
2009-09-09 22:45:32 +00:00 |
|
IntPackedOutputStream.java
|
Higher-level readers and writers for BWTs and suffix arrays.
|
2009-09-09 22:45:32 +00:00 |
|
PackUtils.java
|
Start to build BWT abstractions, so we can present a reasonable facsimile of the BWT to the user no matter how it's represented on disk.
|
2009-09-11 18:23:15 +00:00 |
|
PerfectAlignerTestHarness.java
|
Proof-of-concept perfect read aligner, implemented as described in sec 2.4 of BWA paper. Has successfully aligned a handful of reads. Requires significant cleanup and refactoring.
|
2009-09-14 21:54:56 +00:00 |
|
SuffixArray.java
|
Data structure for counts, to isolate the user from wonky 'sometimes counts are cumulative, other times base-by-base' gotchas.
|
2009-09-11 20:53:24 +00:00 |
|
SuffixArrayReader.java
|
Data structure for counts, to isolate the user from wonky 'sometimes counts are cumulative, other times base-by-base' gotchas.
|
2009-09-11 20:53:24 +00:00 |
|
SuffixArrayWriter.java
|
Data structure for counts, to isolate the user from wonky 'sometimes counts are cumulative, other times base-by-base' gotchas.
|
2009-09-11 20:53:24 +00:00 |