Mar 19, 2013
README with simplified build instructions
|
|
|
1 |
+---------------------------------------------------------------------+ |
|
2 |
| ____ __ __ ___________ ______ | |
|
3 |
| / __ \/ /_ __ __/ /____ / ____/ ___// ____/ | |
|
4 |
| / /_/ / __ \/ / / / // __ \/ / \__ \/ /_ | |
|
5 |
| / ____/ / / / /_/ / // /_/ / /___ ___/ / __/ | |
|
6 |
| /_/ /_/ /_/\__, /_/ \____/\____//____/_/ | |
|
7 |
| /____/ | |
|
8 |
| | |
|
9 |
| http://compbio.mit.edu/PhyloCSF | |
|
10 |
+---------------------------------------------------------------------+ |
Mar 19, 2013
Add dispatch script to set PHYLOCSF_BASE
|
|
|
45 |
this directory. You can then use the ./PhyloCSF dispatch script like the |
|
46 |
examples found on our website, e.g. |
|
47 |
|
|
48 |
./PhyloCSF 12flies PhyloCSF_Examples/tal-AA.fa |
|
49 |
|
|
50 |
PhyloCSF should be usable in this way by anyone on the machine/cluster with rx |
|
51 |
permissions; they don't have to set up OPAM or anything else. PhyloCSF can |
|
52 |
be started from any working directory. |
|
53 |
|
|
54 |
If you want to 'install' PhyloCSF somewhere, you must transplant PhyloCSF, |
|
55 |
PhyloCSF.ARCH (where e.g. ARCH=Linux.x86_64), and the PhyloCSF_Parameters |
|
56 |
directory to the desired location. |