Oops, forgot to define the hg19 variable

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@5975 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
ebanks 2011-06-10 18:26:48 +00:00
parent 0d6ce91614
commit 077862958d
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ class GATKResourcesBundle extends QScript {
// REFERENCES
class Reference( val name: String, val file: File ) { }
var hg19: Reference = _
var b37: Reference = _
var hg18: Reference = _
var b36: Reference = _