Skip to content

Commit c753f24

Browse files
committed
Updating configs.
1 parent 7497af6 commit c753f24

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

src/org/seqcode/projects/chexmix/ChExMix.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,7 @@ public static String getChExMixArgsList(){
395395
"\t--plotscaling [flag to plot diagnostic information for the chosen scaling method]\n" +
396396
" Running ChExMix:\n" +
397397
"\t--round <max. model update rounds (default=3)>\n" +
398+
"\t--bmwindowmax <max. window size for running a mixture model over binding events (default=2000)>\n" +
398399
"\t--nomodelupdate [flag to turn off binding model updates]\n" +
399400
"\t--minmodelupdateevents <minimum number of events to support an update using read distributions (default=100)>\n" +
400401
"\t--prlogconf <Poisson log threshold for potential region scanning (default=-6)>\n" +

src/org/seqcode/projects/chexmix/framework/ChExMixConfig.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -509,6 +509,7 @@ public String getArgsList(){
509509
return(new String("" +
510510
" Running ChExMix:\n" +
511511
"\t--round <max. model update rounds (default=3)>\n" +
512+
"\t--bmwindowmax <max. window size for running a mixture model over binding events (default=2000)>\n" +
512513
"\t--nomodelupdate [flag to turn off binding model updates]\n" +
513514
"\t--minmodelupdateevents <minimum number of events to support an update using read distributions (default=100)>\n" +
514515
"\t--prlogconf <Poisson log threshold for potential region scanning (default=-6)>\n" +

0 commit comments

Comments
 (0)