Launching from the console: Set AIRFLOW_HOME environment variable to use a custom location for Airflow home directory Run configuration script (do it every time you change AIRFLOW_HOME) cwl-airflow.app/Contents/MacOS/init Script will run airflow initdb, update airflow.cfg, copy DAGs and create required connections Run scheduler cwl-airflow.app/Contents/MacOS/airflow scheduler Run API server (use -h to see additional parameters) cwl-airflow.app/Contents/MacOS/apiserver Launching as an App: Double click on cwl-airflow.app Script will create three services in ~/Library/LaunchAgents com.biowardrobe.airflow-scheduler.plist com.biowardrobe.airflow-webserver.plist com.biowardrobe.airflow-apiserver.plist Use Load and Unload buttons to start...
Python package to extend Apache-Airflow 1.9.0 functionality with CWL v1.0 support
The Common Workflow Language (CWL) allows to wrap and link up bioinformatic software in a standardiz...
The Common Workflow Language (CWL) is a community-led specification for describing analysis workflow...
Launching MacOs App from the console: Set AIRFLOW_HOME environment variable to use a custom locatio...
Some new features Use Singularity instead of Docker (default: False). Update airflow.cfg with[cwl] ...
Apache-Airflow 1.10.3 cwltool 1.0.20190621234233 Should support CWL v1.1 ApiServer is run on localho...
Added API endpoint to create and trigger DAGs in the same call Added error categories reports Update...
Faster CWL parsing and validation Simplified syntax for new DAG creation #!/usr/bin/env python3 fro...
Faster CWL parsing and validation Simplified syntax for new DAG creation #!/usr/bin/env python3 fro...
Added docker-compose with LocalExecutor Switched from zlib to gzip for workflow compressing/decompre...
Updated dependencies airflow 2.1.4 cwltool 3.1.20210816212154 Fixed bugs in docker-compose fil
Proper handling of not delivered progress reports and workflow execution results Initial support of ...
Fixed bugs: broken dependencies by adding --constraint parameter for installation workflow fails to...
Updated to Airflow 2.0.0 Fixed bug in triggering DAGs from API Added DAG to optionally resend all un...
Add extras_require into setup.py for mysql, statsd, celery dependencies Support workflow parameter a...
Python package to extend Apache-Airflow 1.9.0 functionality with CWL v1.0 support
The Common Workflow Language (CWL) allows to wrap and link up bioinformatic software in a standardiz...
The Common Workflow Language (CWL) is a community-led specification for describing analysis workflow...
Launching MacOs App from the console: Set AIRFLOW_HOME environment variable to use a custom locatio...
Some new features Use Singularity instead of Docker (default: False). Update airflow.cfg with[cwl] ...
Apache-Airflow 1.10.3 cwltool 1.0.20190621234233 Should support CWL v1.1 ApiServer is run on localho...
Added API endpoint to create and trigger DAGs in the same call Added error categories reports Update...
Faster CWL parsing and validation Simplified syntax for new DAG creation #!/usr/bin/env python3 fro...
Faster CWL parsing and validation Simplified syntax for new DAG creation #!/usr/bin/env python3 fro...
Added docker-compose with LocalExecutor Switched from zlib to gzip for workflow compressing/decompre...
Updated dependencies airflow 2.1.4 cwltool 3.1.20210816212154 Fixed bugs in docker-compose fil
Proper handling of not delivered progress reports and workflow execution results Initial support of ...
Fixed bugs: broken dependencies by adding --constraint parameter for installation workflow fails to...
Updated to Airflow 2.0.0 Fixed bug in triggering DAGs from API Added DAG to optionally resend all un...
Add extras_require into setup.py for mysql, statsd, celery dependencies Support workflow parameter a...
Python package to extend Apache-Airflow 1.9.0 functionality with CWL v1.0 support
The Common Workflow Language (CWL) allows to wrap and link up bioinformatic software in a standardiz...
The Common Workflow Language (CWL) is a community-led specification for describing analysis workflow...