Abstract connection to MongoDB so we can specify it through JSON file. Include 2 JSON spec files in GenomeAnalysisTK.jar

Create MongoDBManager, which keeps track of connections based on Locator class. Locators can be instantiated directly, or read from JSON files (NA12878DBArgumentCollection uses the GSon library)
This commit is contained in:
Jacob Silterra 2012-11-27 17:44:35 -05:00
parent 31069ffced
commit 1cc0b48caa
1 changed files with 3 additions and 0 deletions

View File

@ -681,6 +681,9 @@
<include name="**/gatk/**/*.class" />
<include name="**/alignment/**/*.class"/>
</fileset>
<fileset dir="${java.private.source.dir}">
<include name="**/gatk/**/resources/*.*" />
</fileset>
<fileset dir="${R.script.staging.dir}">
<include name="**/gatk/**/*.R"/>
<include name="**/alignment/**/*.R"/>