Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 692 Bytes

README.md

File metadata and controls

36 lines (26 loc) · 692 Bytes

ClusteApp

AP logo

ClusterApp: Just another clustering app. Cluster app is a popular dynamic clustering app, using QIIME2.

Installation

git clone https://github.com/computational-chemical-biology/ClusterApp

Build & Launch

make build

Launch

make server

Use local install on jupyter

Access the docker container

docker run -it -p 8888:8888 -v "$PWD":/ClusterApp clusterapp

Inside the container, run jupyter

jupyter notebook --ip 0.0.0.0 --port 8888 --no-browser --allow-root