File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 11# Set this variable to your static gsl libraries
2- # GSL = /usr/local/ lib/libgsl.a /usr/local /lib/libgslcblas.a
3- GSL =/usr/local/lib/libgsl.a /usr/local/lib/libgslcblas.a
2+ GSL = /usr/lib/libgsl.a /usr/lib/libgslcblas.a
3+ # GSL=/usr/local/lib/libgsl.a /usr/local/lib/libgslcblas.a
44
55build/msmc : model/* .d powell.d brent.d maximization_step.d expectation_step.d msmc.d branchlength.d logger.d
66 dmd -O ${GSL} -odbuild -ofbuild/msmc $^
Original file line number Diff line number Diff line change @@ -81,6 +81,9 @@ auto helpString = format("This is MSMC Version %s. Usage: msmc [options] <datafi
8181 -R, --fixedRecombination : keep recombination rate fixed [recommended, but not set by default]
8282 -I, --indices: indices (comma-separated) of alleles in the data file to run over
8383 -s, --skipAmbiguous: skip sites with ambiguous phasing. Recommended for gene flow analysis
84+ --unboundedCrossCoal: do not bound the relative cross coalescence rate to be <=1.
85+ --loBoundLambda: Give a lower bound for lambda rates (default=0)
86+ --hiBoundLambda: Give an upper bound for lambda rates (default=infinity)
8487 -h, --help: show this message" , versionString);
8588
8689void main (string [] args) {
You can’t perform that action at this time.
0 commit comments