Skip to content

txellferret/benchmarking_workflows_results_visualizer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.6%
  • CSS 6.5%
  • HTML 0.9%