An open API service indexing awesome lists of open source software.

https://github.com/biowdl/wdl-aid

Automatic Input Documentation for WDL workflows
https://github.com/biowdl/wdl-aid

documentation documentation-generator jinja2 wdl wdl-workflows

Last synced: 4 months ago
JSON representation

Automatic Input Documentation for WDL workflows

Awesome Lists containing this project

README

          

[![PyPI version](https://badge.fury.io/py/wdl-aid.svg)](https://badge.fury.io/py/wdl-aid)
[![Documentation Status](https://readthedocs.org/projects/wdl-aid/badge/?version=latest)](https://wdl-aid.readthedocs.io/en/latest/?badge=latest)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/wdl-aid)
![example workflow](https://github.com/biowdl/wdl-aid/actions/workflows/ci.yml/badge.svg)
[![codecov](https://codecov.io/gh/biowdl/wdl-aid/branch/develop/graph/badge.svg?token=Ch9GSuTjGl)](https://codecov.io/gh/biowdl/wdl-aid)
# WDL-AID
Generate documentation for the inputs of WDL workflows, based on the
parameter_meta information defined in the WDL file.

## documentation
You can find documentation on how to use WDL-AID here:
https://wdl-aid.readthedocs.io

## Bugs and feature requests
Please report any bugs, issues or pull requests on the
[github issue tracker](https://github.com/biowdl/wdl-aid/issues).