Skip to content

Commit ff6bac2

Browse files
committed
updated readme
1 parent 38e47ad commit ff6bac2

2 files changed

Lines changed: 8 additions & 6 deletions

File tree

ReadMe_panicmage.pdf

800 Bytes
Binary file not shown.

readme_panicmage.txt

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,19 @@ INSTALLATION (LINUX)
55
extract all files to any directory
66

77
For 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

1310
compile 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

2118
you 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

7072
Setting 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.

0 commit comments

Comments
 (0)