Package extends Airflow functionality with CWL v1.0 support
Project description
# cwl-airflow-parser
### About
Extends **[Apache-Airflow](https://github.com/apache/incubator-airflow)** with **[CWL v1.0](http://www.commonwl.org/v1.0/)** support.
### Installation
1. Make sure your system satisfies the following criteria:
- Ubuntu 16.04.3
- python 3.6
- pip
```
sudo apt install python-pip
pip install --upgrade pip
```
- setuptools
```
pip install setuptools
```
- [docker](https://docs.docker.com/engine/installation/linux/docker-ce/ubuntu/)
```
sudo apt-get update
sudo apt-get install apt-transport-https ca-certificates curl software-properties-common
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
sudo apt-get update
sudo apt-get install docker-ce
sudo groupadd docker
sudo usermod -aG docker $USER
```
Log out and log back in so that your group membership is re-evaluated.
- libmysqlclient-dev
```bash
sudo apt-get install libmysqlclient-dev
```
- nodejs
```
sudo apt-get install nodejs
```
### About
Extends **[Apache-Airflow](https://github.com/apache/incubator-airflow)** with **[CWL v1.0](http://www.commonwl.org/v1.0/)** support.
### Installation
1. Make sure your system satisfies the following criteria:
- Ubuntu 16.04.3
- python 3.6
- pip
```
sudo apt install python-pip
pip install --upgrade pip
```
- setuptools
```
pip install setuptools
```
- [docker](https://docs.docker.com/engine/installation/linux/docker-ce/ubuntu/)
```
sudo apt-get update
sudo apt-get install apt-transport-https ca-certificates curl software-properties-common
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
sudo apt-get update
sudo apt-get install docker-ce
sudo groupadd docker
sudo usermod -aG docker $USER
```
Log out and log back in so that your group membership is re-evaluated.
- libmysqlclient-dev
```bash
sudo apt-get install libmysqlclient-dev
```
- nodejs
```
sudo apt-get install nodejs
```
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file cwl-airflow-parser-1.0.20180220071453.tar.gz
.
File metadata
- Download URL: cwl-airflow-parser-1.0.20180220071453.tar.gz
- Upload date:
- Size: 9.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3b1c6f200a1eff85281ad72c772ef585a46d17840192c16e194c6ff66cffea56 |
|
MD5 | 3c92e90dd1900f9c9b35d3933846a2c6 |
|
BLAKE2b-256 | 9015c9e0fc5c52b88042a1ff02051a59fd8a10a64fd8df344f55d867ecaa4668 |