8000 GitHub - illusional/python-cwlgen at 2c3837343131ee17307a3353f7571776f3a8eed2
[go: up one dir, main page]

Skip to content

Generation of CWL programmatically. Available types: CommandLineTool, Workflow and Requirements

License

Notifications You must be signed in to change notification settings

illusional/python-cwlgen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pycwl

Build Status codecov Documentation Status

Pycwl is a python library for the manipulation and generation of CWL tool. The library works for both Python 2.7.12+ and 3.6.0.


Quick-start guide

Installation

You can install pycwl using pip with the following command:

pip install git+https://github.com/khillion/pycwl#egg=pycwl

How it works ?

An example of usage is available in the example/ folder of the repository.

References

CWL is developed by an informal, multi-vendor working group consisting of organizations and individuals aiming to enable scientists to share data analysis workflows. The CWL project is on Github.

About

Generation of CWL programmatically. Available types: CommandLineTool, Workflow and Requirements

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 97.8%
  • Common Workflow Language 2.2%
0