Restore pre-filtering of singleton and saturating sequences
This commit is contained in:
@@ -48,10 +48,10 @@ public class Simulator implements GraphModificationFunctions {
|
|||||||
if(verbose){System.out.println("Well maps made");}
|
if(verbose){System.out.println("Well maps made");}
|
||||||
|
|
||||||
|
|
||||||
// if(verbose){System.out.println("Removing singleton sequences and sequences present in all wells.");}
|
if(verbose){System.out.println("Removing singleton sequences and sequences present in all wells.");}
|
||||||
// filterByOccupancyThresholds(allAlphas, 2, numWells - 1);
|
filterByOccupancyThresholds(allAlphas, 2, numWells - 1);
|
||||||
// filterByOccupancyThresholds(allBetas, 2, numWells - 1);
|
filterByOccupancyThresholds(allBetas, 2, numWells - 1);
|
||||||
// if(verbose){System.out.println("Sequences removed");}
|
if(verbose){System.out.println("Sequences removed");}
|
||||||
int pairableAlphaCount = allAlphas.size();
|
int pairableAlphaCount = allAlphas.size();
|
||||||
if(verbose){System.out.println("Remaining alphas count: " + pairableAlphaCount);}
|
if(verbose){System.out.println("Remaining alphas count: " + pairableAlphaCount);}
|
||||||
int pairableBetaCount = allBetas.size();
|
int pairableBetaCount = allBetas.size();
|
||||||
|
|||||||
Reference in New Issue
Block a user