phyml
PhyML -- Phylogenetic estimation using (Maximum) Likelihood
파일 탐색기
최종 버전 다운로드 (.zip)- ci.yaml
- FUNDING.yml
- phyrexlog.pdf
- phytimetrace.pdf
- Makefile
- Makefile.am
- naturemag.bst
- phyml-manual.aux
- phyml-manual.bbl
- phyml-manual.blg
- phyml-manual.fls
- phyml-manual.idx
- phyml-manual.ilg
- phyml-manual.ind
- phyml-manual.log
- phyml-manual.pdf
- phyml-manual.tex
- phyml-manual.toc
- ref.bib
- lg4x.xml
- X1.mat
- X2.mat
- X3.mat
- X4.mat
- flu.xml
- h1n1.nxs
- usa_coord.txt
- dating_example.xml
- seq.txt
- nexus_example.nxs
- nucleic
- proteic
- alrt.c
- alrt.h
- ancestral.c
- ancestral.h
- avx.c
- avx.h
- beagle_utils.c
- beagle_utils.h
- bionj.c
- bionj.h
- checkpoint.c
- checkpoint.h
- cl.c
- cl.h
- cv.c
- cv.h
- date.c
- date.h
- draw.c
- draw.h
- eigen.c
- eigen.h
- evolve.c
- evolve.h
- free.c
- free.h
- geo.c
- geo.h
- help.c
- help.h
- ibm.c
- ibm.h
- init.c
- init.h
- interface.c
- interface.h
- invitee.c
- invitee.h
- io.c
- io.h
- iou.c
- iou.h
- iwn.c
- iwn.h
- lk.c
- lk.h
- location.c
- location.h
- m4.c
- m4.h
- main.c
- make.c
- make.h
- Makefile
- Makefile.am
- mcmc.c
- mcmc.h
- mg.c
- mg.h
- mixt.c
- mixt.h
- models.c
- models.h
- mpi_boot.c
- mpi_boot.h
- mxml.h
- nexus.c
- nexus.h
- optimiz.c
- optimiz.h
- p1.nxs
- pars.c
- pars.h
- phyrex.c
- phyrex.h
- rates.c
- rates.h
- rrw.c
- rrw.h
- rw.c
- rw.h
- rwrapper.c
- rwrapper.h
- simu.c
- simu.h
- slfv.c
- slfv.h
- spr.c
- spr.h
- sse.c
- sse.h
- sse2neon.h
- stats.c
- stats.h
- tbe.c
- tbe.h
- times.c
- times.h
- tiporder.c
- tiporder.h
- utilities.c
- utilities.h
- velocity.c
- velocity.h
- xml.c
- xml.h
- .gitignore
- .travis.yml
- autogen.sh
- config.h
- config.log
- config.status
- configure.ac
- COPYING
- Makefile
- Makefile.am
- README.md
- stamp-h1
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/stephaneguindon/phyml
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd phyml
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Make
보통 추천사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- Make Linux/macOS는 보통 기본 설치되어 있습니다. Windows는 별도 설치(예: MSYS2, WSL)가 필요합니다.
make;
생성된 빌드 설정을 바탕으로 실제 컴파일을 진행해 실행 파일을 만듭니다.
에러 없이 끝나면 성공입니다. 생성된 실행 파일을 직접 실행해보세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
