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:
asivache 2009-05-22 17:27:28 +00:00
parent 893f1b6427
commit 4b718688d5
1 changed files with 1 additions and 1 deletions

View File

@ -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);