File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,22 +5,19 @@ INSTALLATION (LINUX)
55extract all files to any directory
66
77For panicmage the GNU Scientific Library (GSL) -- development package (libgsl-dev) is needed, please install it.
8- In addition the following packages are needed:
9- ginac-tools
10- libginac-dev
118
129
1310compile with
1411
15- "g++ panicmage.c -st -lm -lgsl -lgslcblas -lcln -lginac - o panicmage"
12+ "g++ panicmage.c -st -lm -lgsl -lgslcblas -o panicmage"
1613
1714
18- or "g++ -std=c++11 panicmage.c -st -lm -lgsl -lgslcblas -lcln -lginac - o panicmage" if gcc is < 6.0.
15+ or "g++ -std=c++11 panicmage.c -st -lm -lgsl -lgslcblas -o panicmage" if gcc is < 6.0.
1916
2017
2118you may now run panicmage from commandline with
2219
23- ./image [TREEFILE] [GFS_FILE] [INT] ... [OPTIONS]
20+ ./panicmage [TREEFILE] [GFS_FILE] [INT] ... [OPTIONS]
2421
2522
2623[TREEFILE]
@@ -66,6 +63,11 @@ you may now run panicmage from commandline with
6663
6764 -b -> no rescaling of the supported tree is done
6865
66+ -e [FLOAT] [FLOAT] -> custom initial values are used for the estimation of theta and rho
67+
68+ -z -> include the number of core genes in the estimation procedure; needs to be set to estimate CRISPR spacer insertion and deletion rates
69+
70+
6971
7072Setting the parameters to custom values:
7173 -t [FLOAT] -> manually set the value for the parameter theta. If theta is set no estimation is done for any parameter.
You can’t perform that action at this time.
0 commit comments