Giter Club home page Giter Club logo

pipeline-builder's Introduction

Build Status Coverage Status

Pipeline Builder

Pipeline Builder is a JavaScript library for visualizing and constructing bioinformatics workflows, using Workflow Description Language (WDL)

  • Visualization of WDL scripts https://github.com/broadinstitute/wdl
  • Visual editor for creation and customization of a bioinformatics workflow, composed from a set of tools
  • Generation of a WDL (Workflow Definition Language) script for the workflow
  • Integration API into on-premises and cloud workflow environments

general-view

Demo environment

Example of a Pipeline Builder usage is available at http://pb.opensource.epam.com built on master branch and http://pb.opensource.epam.com:10000 built on dev branch

This demo application demonstrates major capabilities of a Pipeline Builder

Description of the demo application is available at Demo application overview

Installation and Usage

Install pipeline-builder the usual way:

npm install --save pipeline-builder

Then require it

const pipeline = require('pipeline-builder');
console.log(pipeline.VERSION);

Refer to the API docs and tutorials for more details

WDL Parser/Visualizer limitations

The following WDL features, that require more specific parsing or visualization, are not supported at the moment:

Contribution

Ensure that the latest git (e.g Git For Windows) and Node.js v6 LTS are installed. You're also encouraged to use Yarn package manager to guarantee that package versions are consistent across all build machines. Gulp.js v3 is used as a build framework.

# grab the project
git clone https://github.com/epam/pipeline-builder.git

# install necessary Node.js modules
cd pipeline-builder
yarn global add gulp-cli
yarn install

# test and build everything
gulp

# or just start webpack development server with live reload
gulp serve

pipeline-builder's People

Contributors

daniilsavchuk avatar paulsmirnov avatar sidoruka avatar voidest avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.