empress
A fast and scalable phylogenetic tree viewer for microbiome data analysis
파일 탐색기
최종 버전 다운로드 (.zip)- main.yml
- standalone.yml
- empire_fancy.png
- empire_feature_arrow_selection.png
- empire_groupselection.gif
- empire_plain.png
- empire_sample_selection_gut_and_palm.gif
- empire_sample_selection_outlierpalm_plus_gut.gif
- empress_barplots_1.png
- empress_barplots_10.png
- empress_barplots_2.png
- empress_barplots_3.png
- empress_barplots_4.png
- empress_barplots_5.png
- empress_barplots_6.png
- empress_barplots_7.png
- empress_barplots_8.png
- empress_barplots_9.png
- empress_circular_common_ancestor.gif
- empress_circular_feature_coloring.png
- empress_funky_barplot_example.png
- empress_plain.png
- empress_plain_first_outlier.png
- empress_plain_first_outlier_2.png
- empress_sample_metadata_coloring.png
- empress_search_features.png
- empress_unrooted_feature_coloring.png
- biplot.qza
- empress-emperor-example.gif
- rooted-tree.qza
- sample_metadata.tsv
- screenshot.png
- table.qza
- taxonomy.qza
- unweighted_unifrac_pcoa_results.qza
- __init__.py
- _cli.py
- empress.css
- animation-panel-handler.js
- animator.js
- barplot-layer.js
- barplot-panel-handler.js
- biom-table.js
- bp-tree.js
- byte-array.js
- camera.js
- canvas-events.js
- colorer.js
- drawer.js
- emperor-callbacks.js
- empress.js
- enable-disable-animation-tab.js
- enable-disable-side-panel-tab.js
- enable-disable-tab.js
- export-util.js
- layouts-util.js
- legend.js
- select-node-menu.js
- shearer.js
- side-panel-handler.js
- tree-controller.js
- util.js
- vector-ops.js
- empress-template.html
- index.html
- side-panel.html
- chroma.min.js
- FileSaver.min.js
- gl-matrix.min.js
- jquery-2.2.4.min.js
- require-2.1.22.min.js
- spectrum.min.css
- spectrum.min.js
- toastr.min.css
- toastr.min.js
- underscore-min.js
- __init__.py
- _parameter_descriptions.py
- _plot.py
- _plot_utils.py
- citations.bib
- compression_utils.py
- core.py
- plugin_setup.py
- taxonomy_utils.py
- tools.py
- tree.py
- __init__.py
- make-dev-page.py
- test_cli.py
- test_compression_utils.py
- test_core.py
- test_integration.py
- test_taxonomy_utils.py
- test_tools.py
- test_tree.py
- util.py
- jquery-2.2.4.min.js
- qunit-1.23.1.css
- qunit-1.23.1.js
- index.html
- README.md
- test-animation-panel-handler.js
- test-barplots.js
- test-biom-table.js
- test-bp-tree.js
- test-byte-array.js
- test-camera.js
- test-circular-layout-computation.js
- test-colorer.js
- test-empress.js
- test-export.js
- test-layouts-util.js
- test-legend.js
- test-select-node-menu.js
- test-tree-controller.js
- test-util.js
- test-vector-ops.js
- utilities-for-testing.js
- .gitattributes
- .gitignore
- .jshintrc
- CONTRIBUTING.md
- DEPENDENCY_LICENSES.md
- LICENSE
- Makefile
- README.md
- setup.py
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/biocore/empress
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd empress
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. 공식 설치 스크립트
쉬움 추천사전 준비물
- Python 3 pip 명령어를 쓰려면 Python이 필요합니다.
pip install cython "numpy >= 1.12.0"
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
pip install empress
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
설치 후 새 터미널을 열고, 프로그램의 버전 확인 명령(예: --version)으로 정상 설치됐는지 확인하세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
3. Python
쉬움사전 준비물
pip install cython "numpy >= 1.12.0"
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
pip install empress
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
에러 메시지 없이 실행되고 터미널에 안내 문구가 출력되면 정상입니다.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
4. Make
보통사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- Make Linux/macOS는 보통 기본 설치되어 있습니다. Windows는 별도 설치(예: MSYS2, WSL)가 필요합니다.
make
생성된 빌드 설정을 바탕으로 실제 컴파일을 진행해 실행 파일을 만듭니다.
에러 없이 끝나면 성공입니다. 생성된 실행 파일을 직접 실행해보세요.
// repository documentation
Was this content helpful?
(0 ratings)
