File tree Expand file tree Collapse file tree
src/org/seqcode/projects/chexmix Expand file tree Collapse file tree Original file line number Diff line number Diff 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 " +
Original file line number Diff line number Diff 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 " +
You can’t perform that action at this time.
0 commit comments