no changes, really, just synchronizing (instead of reversing) to increase the amount of entropy
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@801 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
893f1b6427
commit
4b718688d5
|
|
@ -112,7 +112,7 @@ public class IndelInspectorMain extends CommandLineProgram {
|
|||
|
||||
for ( SAMRecord r : samReader ) {
|
||||
|
||||
if ( r.getReadUnmappedFlag() ) continue;
|
||||
if ( r.getReadUnmappedFlag() ) { continue; }
|
||||
if ( r.getReferenceName() != cur_contig) {
|
||||
cur_contig = r.getReferenceName();
|
||||
System.out.println("Contig "+cur_contig);
|
||||
|
|
|
|||
Loading…
Reference in New Issue