gatk3的最后一个经典版本3.8
 
 
 
 
Go to file
Mark DePristo 82f2131777 Simplied getAttributeAsX interfaces
-- Removed versions getAttribriteAsX(key) that except on not having the value.
-- Removed version that getAttributeAsXNoException(key)
-- The only available assessors are now getAttributeAsX(key, default).
-- This single accessors properly handle their argument types, so if the value is a double it is returned directly for getAttributeAsDouble(), or if it's a string it's converted to a double.  If the key isn't found, default is returned.
2011-09-02 12:27:11 -04:00
public Simplied getAttributeAsX interfaces 2011-09-02 12:27:11 -04:00
settings Reving Tribble to 23 2011-09-01 10:43:03 -04:00
LICENSE One last test... 2011-06-28 19:18:17 -04:00
build.xml Enable conditional inclusion of documentation for hidden features in GATKDocs. 2011-08-27 03:38:01 -04:00
ivy.xml The tribble dependency is now handled through ivy. Revved tribble to r18 and removed obsolete build targets in build.xml 2011-08-11 16:38:29 -04:00