This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| tutorials:eccb_t2_codeml [2012/09/09 07:55] – romainstuder | tutorials:eccb_t2_codeml [2012/09/09 09:47] (current) – romainstuder | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ==== CodeML/PAML ==== | ==== CodeML/PAML ==== | ||
| + | |||
| + | |||
| + | === Install of PAML === | ||
| + | |||
| + | Download it from here: http:// | ||
| + | |||
| + | Windows (The bin/ folder already contains windows executables): | ||
| + | < | ||
| + | cd paml4.6/ | ||
| + | </ | ||
| + | |||
| + | |||
| + | Linux: | ||
| + | < | ||
| + | cd paml4.5/ | ||
| + | rm bin/*.exe | ||
| + | cd src | ||
| + | make -f Makefile | ||
| + | ls -l | ||
| + | rm *.o | ||
| + | mv baseml basemlg codeml pamp evolver yn00 chi2 ../bin | ||
| + | chmod +x ../bin/* | ||
| + | </ | ||
| + | |||
| + | MacOSX: | ||
| + | < | ||
| + | cd paml4.6/ | ||
| + | rm bin/*.exe | ||
| + | cd src | ||
| + | cc -O2 -o baseml baseml.c tools.c -lm | ||
| + | cc -O2 -o basemlg basemlg.c tools.c -lm | ||
| + | cc -O2 -o codeml codeml.c tools.c -lm | ||
| + | cc -O2 -o pamp pamp.c tools.c -lm | ||
| + | cc -O2 -o mcmctree mcmctree.c tools.c -lm | ||
| + | cc -O2 -o evolver evolver.c tools.c -lm | ||
| + | cc -O2 -o yn00 yn00.c tools.c -lm | ||
| + | cc -O2 -o chi2 chi2.c -lm | ||
| + | ls -l | ||
| + | rm *.o | ||
| + | mv baseml basemlg codeml pamp evolver yn00 chi2 ../bin | ||
| + | chmod +x ../bin/* | ||
| + | </ | ||
| + | |||
| === Theoretical principles of the Branch-site model === | === Theoretical principles of the Branch-site model === | ||
| Line 163: | Line 206: | ||
| Two mlc output files are produced (as it can take time, you can download them directly in the next step).: | Two mlc output files are produced (as it can take time, you can download them directly in the next step).: | ||
| * {{: | * {{: | ||
| - | * {{: | + | * {{: |