GithubHelp home page GithubHelp logo

khileshchauhan / learn-wdl Goto Github PK

View Code? Open in Web Editor NEW

This project forked from openwdl/learn-wdl

0.0 0.0 0.0 65.9 MB

Educational materials for learning WDL

License: BSD 3-Clause "New" or "Revised" License

WDL 92.19% Shell 7.81%

learn-wdl's Introduction

learn-wdl

What is WDL?

  • The Workflow Description Language (WDL or 'widdle') is an open source scripting language which allows you to specify data processing workflows with a human-readable and -writeable syntax.
  • WDL was originally developed for genomics, but can be extended to other domains.
  • This repository contains educational materials for learning to read and write WDL scripts.


About WDL script execution

WDL scripts are not executable in and of themselves, but they require an execution engine and environment to be runnable. Compliant executions engines should support the features of a specific version of the WDL specification, i.e. WDL 1.0, etc...

Please see the linked engine documentation for information on available execution options and support. Some of the environments (shown linked below) include WDL parsing, linting and DAG (Directed Acyclic Graph or workflow) visualization tools as well.

Most of these environments request one or more language runtimes (such as Java, Python). Please read the documentation for the execution environment documentation for the particular environment for details.


Environments

  • cromwell - IMPORTANT This Repo uses cromwell-50.jar for testing all WDL example scripts
  • miniwdl - WDL script local runner & developer toolkit for Python 3.6+ - docs here & course here
  • dxWDL - takes a pipeline written in WDL and compiles it to an equivalent workflow on the DNAnexus platform. WDL draft-2, version 1.0, and the development version are supported
  • wdlTools - Scala programming language library for parsing WDL, and command-line tools for type-checking, code formatting, and more.

๐Ÿ“บ Click below to WATCH 'Course Intro Video' (10 min) on YouTube

Welcome to Learn WDL


learn-wdl's People

Contributors

brickellis avatar gvwilson avatar llangit-broad avatar lynnlangit avatar poxon 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.