Fixed typo in the name of the shell directory.
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@3644 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
75c98c42b8
commit
894ad354fa
|
|
@ -11,7 +11,7 @@ for (bam <- inputs("bam")) {
|
||||||
def commandLine = gatkCommandLine("VariantEval") + "-B eval,VCF,%s -o %s".format(vcfFile, evalFile)
|
def commandLine = gatkCommandLine("VariantEval") + "-B eval,VCF,%s -o %s".format(vcfFile, evalFile)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Make sure the Sting/scripts folder is in your path to use mergeText.sh and splitIntervals.sh.
|
// Make sure the Sting/shell folder is in your path to use mergeText.sh and splitIntervals.sh.
|
||||||
ug.scatterCount = 3
|
ug.scatterCount = 3
|
||||||
ug.bamFiles :+= bam
|
ug.bamFiles :+= bam
|
||||||
ug.vcfFile = swapExt(bam, "bam", "unfiltered.vcf")
|
ug.vcfFile = swapExt(bam, "bam", "unfiltered.vcf")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue