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:
parent
0adf505b53
commit
670ae814b3
|
|
@ -70,7 +70,7 @@ class ProjectManagement(stingPath: String) {
|
||||||
call.intervals :+= intervals
|
call.intervals :+= intervals
|
||||||
call.memoryLimit = Some(4)
|
call.memoryLimit = Some(4)
|
||||||
call.out = output
|
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
|
return call
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue