Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
fbaumdicker committed May 17, 2018
1 parent 38e47ad commit ff6bac2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
Binary file modified ReadMe_panicmage.pdf
Binary file not shown.
14 changes: 8 additions & 6 deletions readme_panicmage.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit ff6bac2

Please sign in to comment.