AsierGonzalez / benchmarking_workflows_results_visualizer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Generic OpenEBench 2D plot online visualizer

Project that allows to visualize benchmarking results in a 'D3.js' chart coming from any OEB workflow in the official benchmarking data model format.

The sample data used in this visualizer has been derived from the materials of next manuscript:

Comprehensive Characterization of Cancer Driver Genes and Mutations, Bailey et al, 2018, Cell

doi:10.1016/j.cell.2018.02.060

How to use

Requirements:

-npm -http server

Clone the repo to your document root :

git clone https://github.com/inab/benchmarking_workflows_results_visualizer.git

Install dependencies from package.json :

npm install 

Export node moodules :

export PATH="${PWD}/node_modules/.bin/:$PATH"

Compile with webpack and visualize sample results in your localhost :

./node_modules/.bin/webpack-cli src/app.js --output=build/build.js -d -w

About

License:GNU Affero General Public License v3.0


Languages

Language:JavaScript 92.6%Language:CSS 6.5%Language:HTML 0.9%