common-workflow-language/galaxy2cwl

Name: galaxy2cwl

Owner: Common Workflow Language

Description: Converter from Galaxy tool XML to CWL CommandLineTool

Created: 2015-07-11 15:36:58.0

Updated: 2017-05-30 19:22:58.0

Pushed: 2016-03-28 14:33:30.0

Homepage: null

Size: 10

Language: Python

GitHub Committers

UserMost Recent Commit# Commits
Peter Amstutz2015-07-21 21:43:04.013
Michael R. Crusoe2016-03-28 14:33:30.01

Other Committers

UserEmailMost Recent Commit# Commits

README

Attention: not currently compatible with the latest CWL draft. This is a work in progress.

TODO: generate a two-step workflow (1st step runs cheetah to get the command line, 2nd step runs actual tool

Auto convert Galaxy tool XML to CWL Draft-2 CommandLineTool.

May be used as a command line tool:

galaxy2cwl.py bwa/bwa-mem.xml
e bwa/bwa-mem.cwl

May also be imported as a module:

rt galaxy2cwl
rt xml.dom.minidom

xy2cwl.galaxy2cwl(xml.dom.minidom.parse("bwa/bwa-mem.xml").documentElement, "bwa")

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.