Set the eagerDecode flag in such a way that the binary data block in the BAM will always be considered dirty.
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@3014 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
933823c8bc
commit
849bd1f451
|
|
@ -411,7 +411,7 @@ public class BlockDrivenSAMDataSource extends SAMDataSource {
|
|||
*/
|
||||
public SAMReaders(Reads sourceInfo) {
|
||||
for(File readsFile: sourceInfo.getReadsFiles()) {
|
||||
SAMFileReader2 reader = new SAMFileReader2(readsFile,false);
|
||||
SAMFileReader2 reader = new SAMFileReader2(readsFile,true);
|
||||
reader.setValidationStringency(sourceInfo.getValidationStringency());
|
||||
|
||||
// If no read group is present, hallucinate one.
|
||||
|
|
|
|||
Loading…
Reference in New Issue