Skip to content

Commit

Permalink
fix naming
Browse files Browse the repository at this point in the history
  • Loading branch information
sa501428 committed Feb 2, 2022
1 parent 9e09e5f commit adb969a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/javastraw/StrawGlobals.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
package javastraw;

public class StrawGlobals {
public static final String versionNum = "2.07.01";
public static final String versionNum = "2.07.02";
// min hic file version supported
public static final int minVersion = 6;
public static final int bufferSize = 2097152;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import java.util.Arrays;
import java.util.Map;

public class NormalizationHandler {
public class NormalizationPicker {
public static NormalizationType getFirstValidNormInThisOrder(Dataset ds, String[] norms) {
Map<String, NormalizationType> normsForDataset = ds.getNormalizationTypesMap();

Expand Down

0 comments on commit adb969a

Please sign in to comment.