Get rid of files from the grep string

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@4773 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
chartl 2010-12-02 18:39:59 +00:00
parent 0adf505b53
commit 670ae814b3
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ class ProjectManagement(stingPath: String) {
call.intervals :+= intervals
call.memoryLimit = Some(4)
call.out = output
call.rodBind ++= likelihoods.map( a => new RodBind(a.getName.replace(".vcf",""),"vcf",a) )
call.rodBind ++= likelihoods.map( a => new RodBind("variant"+a.getName.replace(".vcf",""),"vcf",a) )
return call
}