Forgot a dumb little System.out.println. You will be flooded with "This read will not be used." statements until, overwhelmed, you give in to my demands.
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@1874 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
225ef52973
commit
3d50c72d74
|
|
@ -87,9 +87,9 @@ public class BaseTransitionTableCalculatorJavaWalker extends LocusWalker<Referen
|
|||
// System.out.println("Base quality is: "+reads.get(r).getBaseQualities()[offsets.get(r)]);
|
||||
// System.out.println("Read base is: "+ (char) reads.get(r).getReadBases()[offsets.get(r)]);
|
||||
// System.out.println("Pileup is: " + map.getPileup().getBases());
|
||||
if ( ! useRead(reads.get(r),offsets.get(r),ref) ) {
|
||||
System.out.println("Read will not be used.");
|
||||
}
|
||||
// if ( ! useRead(reads.get(r),offsets.get(r),ref) ) {
|
||||
// System.out.println("Read will not be used.");
|
||||
//}
|
||||
}
|
||||
if ( useRead( reads.get(r), offsets.get(r), ref ) ) {
|
||||
updateTables( reads.get(r), offsets.get(r), map );
|
||||
|
|
|
|||
Loading…
Reference in New Issue