ClusterApp: Just another clustering app. Cluster app is a popular dynamic clustering app, using QIIME2.
git clone https://github.com/computational-chemical-biology/ClusterApp
make build
Launch
make server
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