Fix typo.
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@3369 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
ebd0fabf86
commit
73e2e32837
|
|
@ -702,7 +702,7 @@ public class GenomeAnalysisEngine {
|
|||
else
|
||||
throw new StingException("The GATK cannot currently process unindexed BAM files");
|
||||
|
||||
return new (shardType);
|
||||
return new MonolithicShardStrategy(shardType);
|
||||
}
|
||||
|
||||
ShardStrategy shardStrategy = null;
|
||||
|
|
|
|||
Loading…
Reference in New Issue