This repository contains docker images of Nextpie web application.
474
Nextpie is a web-based reporting tool and database for Nextflow pipelines. It utilizes computational resource usage data generated by Nextflow pipelines, stores them in a SQLite database, and enables users to perform visualizations and simple analyses. The data can be received automatically via Nextpie's API.
Run the following commands in terminal to evaluate Nextpie.
# Pull the Docker image
sudo docker pull fimmtech/nextpie:latest
## Run the image by forwarding local (host) port 5000 to container's port 5000
docker run -p 5000:5000 fimmtech/nextpie:latest
Open your browser and go to http://127.0.0.1:5000. Use username admin and password admin to login.
Content type
Image
Digest
sha256:97a1e4506…
Size
455.7 MB
Last updated
about 1 year ago
docker pull fimmtech/nextpie