-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathindex.html
16 lines (15 loc) · 924 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
layout: splash
author_profile: true
header:
overlay_color: "#000"
overlay_filter: "0.5"
overlay_image: /media/logo-preview.png
intro:
- excerpt: 'The Workflow Description Language (WDL) is an open standard for describing data processing workflows with a human-readable and writeable syntax.
WDL makes it straightforward to define analysis tasks, connect them together in workflows, and parallelize their execution.
The language strives to be accessible and understandable to all manner of users, including programmers, analysts, and operators of a production system.
The language enables common patterns, such as scatter-gather and conditional execution, to be expressed simply.
WDL is designed for portability, and there are several implementations to choose from that run in a variety of environments, including HPC systems and cloud platforms.'
---
{% include feature_row id="intro" type="center" %}