gatk-3.8/public/java
Mauricio Carneiro 1c4774c475 Static versions of the hard clipping utilities
For simplified access to the hard clipping utilities. No need to create a ReadClipper object if you are not doing multiple complicated clipping operations, just use the static methods.

 examples:
   ReadClipper.hardClipLowQualEnds(2);
   ReadClipper.hardClipAdaptorSequence();
2011-12-20 17:48:39 -05:00
..
config Reorganized the codebase beneath top-level public and private directories, 2011-06-28 06:55:19 -04:00
src Static versions of the hard clipping utilities 2011-12-20 17:48:39 -05:00
test Bugfix/Rewrite: Algorithm to determine adaptor boundaries 2011-12-20 17:48:39 -05:00