stevekm / nf-dashboard

Web dashboard to track Nextflow workflow progress

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NF-Dashboard

Web server app to track Nextflow workflow status messages and display them in a web dashboard.

Install

git clone https://github.com/stevekm/nf-dashboard.git
cd nf-dashboard
make install

(Re)initialize the PostgresSQL database for the app:

make setup-db

Populate the database with test data (HTTP POST messages from Nextflow):

make listen
  • You can run this repeatedly to generate data for several workflows

Run

You can start the web app with the following command:

make server

The app will be viewable in your web browser at http://localhost:8080

Software

  • Java 8 and macOS/Linux with bash required for Nextflow

  • Node.js and npm (brew install node)

  • PostgresSQL 9.3+ (brew install postgres)

Tested on macOS 10.10 - 10.12

About

Web dashboard to track Nextflow workflow progress

License:GNU General Public License v3.0


Languages

Language:JavaScript 50.6%Language:Makefile 34.4%Language:HTML 12.7%Language:Nextflow 2.3%