• Stars
    star
    183
  • Rank 208,956 (Top 5 %)
  • Language
    Python
  • License
    Apache License 2.0
  • Created about 7 years ago
  • Updated 11 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Python package to extend Airflow functionality with CWL1.1 support

DOI Python 3.7 Apache 2.0 Build Status Coverage Status Downloads

CWL-Airflow

Python package to extend Apache-Airflow 2.1.4 functionality with CWL v1.1 support

Cite as

Michael Kotliar, Andrey V Kartashov, Artem Barski, CWL-Airflow: a lightweight pipeline manager supporting Common Workflow Language, GigaScience, Volume 8, Issue 7, July 2019, giz084, https://doi.org/10.1093/gigascience/giz084

Get the latest version

export PYTHON_VERSION=`python3 --version | cut -d " " -f 2 | cut -d "." -f 1,2`
pip3 install cwl-airflow --constraint https://raw.githubusercontent.com/Barski-lab/cwl-airflow/master/packaging/constraints/constraints-${PYTHON_VERSION}.txt

Latest version documentation

Get published version

pip install cwl-airflow==1.0.18

Published version documentation