diff --git a/ReadMe_panicmage.pdf b/ReadMe_panicmage.pdf index 51c4cb5..48efd67 100644 Binary files a/ReadMe_panicmage.pdf and b/ReadMe_panicmage.pdf differ diff --git a/readme_panicmage.txt b/readme_panicmage.txt index 58299ae..fb57a65 100644 --- a/readme_panicmage.txt +++ b/readme_panicmage.txt @@ -5,22 +5,19 @@ INSTALLATION (LINUX) extract all files to any directory For panicmage the GNU Scientific Library (GSL) -- development package (libgsl-dev) is needed, please install it. -In addition the following packages are needed: -ginac-tools -libginac-dev compile with -"g++ panicmage.c -st -lm -lgsl -lgslcblas -lcln -lginac -o panicmage" +"g++ panicmage.c -st -lm -lgsl -lgslcblas -o panicmage" -or "g++ -std=c++11 panicmage.c -st -lm -lgsl -lgslcblas -lcln -lginac -o panicmage" if gcc is < 6.0. +or "g++ -std=c++11 panicmage.c -st -lm -lgsl -lgslcblas -o panicmage" if gcc is < 6.0. you may now run panicmage from commandline with -./image [TREEFILE] [GFS_FILE] [INT] ... [OPTIONS] +./panicmage [TREEFILE] [GFS_FILE] [INT] ... [OPTIONS] [TREEFILE] @@ -66,6 +63,11 @@ you may now run panicmage from commandline with -b -> no rescaling of the supported tree is done + -e [FLOAT] [FLOAT] -> custom initial values are used for the estimation of theta and rho + + -z -> include the number of core genes in the estimation procedure; needs to be set to estimate CRISPR spacer insertion and deletion rates + + Setting the parameters to custom values: -t [FLOAT] -> manually set the value for the parameter theta. If theta is set no estimation is done for any parameter.