Sign inSign up

fimmtech/nextpie

By fimmtech

•Updated about 1 year ago

This repository contains docker images of Nextpie web application.

Image
Data science
Databases & storage
0

474

fimmtech/nextpie repository overview

⁠About

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.

Tag summary

Content type

Image

Digest

sha256:97a1e4506…

Size

455.7 MB

Last updated

about 1 year ago

docker pull fimmtech/nextpie