Skip to main content

Common workflow language reference implementation backended by a GA4GH Task Execution Service

Project description

[![Build Status](https://travis-ci.org/common-workflow-language/cwl-tes.svg?branch=master)](https://travis-ci.org/common-workflow-language/cwl-tes) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)

# GA4GH CWL Task Execution

___cwl-tes___ submits your tasks to a TES server. Task submission is parallelized when possible.

[Funnel](https://ohsu-comp-bio.github.io/funnel) is an implementation of the [GA4GH task execution API](https://github.com/ga4gh/task-execution-schemas). It runs your dockerized tasks on slurm, htcondor, google compute engine, etc.

## Requirements

## Quickstart

  • Start the task server

` funnel server `

  • Run your CWL tool/workflow

` cwl-tes --tes http://localhost:8000 tests/hashsplitter-workflow.cwl.yml --input tests/resources/test.txt `

## Install

To install from source:

` python setup.py install `

## Run the v1.0 conformance tests

To start a funnel server instance automatically and run all of the conformance tests:

` nosetests -w ./tests `

_A more manual approach:_

Start the funnel server.

` funnel server --config /path/to/config.yaml `

Make sure that TMPDIR is specified in the AllowedDirs of your Local storage configuration.

Run the tests.

` ./tests/run_conformance.sh `

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cwl-tes-0.1.1.tar.gz (8.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page