Moved ReduceReads to static ReadClipper

* all clipping done in ReduceReads is done using the static methods of the ReadClipper now.
This commit is contained in:
Mauricio Carneiro 2011-12-26 01:05:24 -05:00
parent 9aa1c0c6e5
commit 4633637af6
1 changed files with 3 additions and 0 deletions

View File

@ -78,6 +78,9 @@
<!-- snpEff annotator for pipelines -->
<dependency org="net.sf.snpeff" name="snpeff" rev="2.0.4rc3" />
<!-- Snappy support to work around a Picard bug -->
<dependency org="org.xerial.snappy" name="snappy-java" rev="1.0.3-rc3" />
<!-- Exclude dependencies on sun libraries where the downloads aren't available but included in the jvm. -->
<exclude org="javax.servlet" />
<exclude org="javax.jms" />