New sharding system is going live again for on-the-fly merging.
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@3076 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
46c14ec63f
commit
78af6d5a40
|
|
@ -769,10 +769,6 @@ public class GenomeAnalysisEngine {
|
|||
if (reads.getReadsFiles().size() == 0)
|
||||
return null;
|
||||
|
||||
// Force dynamic merging to use original sharding method until memory usage is under control.
|
||||
if (reads.getReadsFiles().size() > 1)
|
||||
argCollection.disableExperimentalSharding = true;
|
||||
|
||||
SAMDataSource dataSource = null;
|
||||
if(!argCollection.disableExperimentalSharding)
|
||||
dataSource = new BlockDrivenSAMDataSource(reads);
|
||||
|
|
|
|||
Loading…
Reference in New Issue