Skip to content

computational-chemical-biology/ClusterApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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