Metadata-Version: 1.1
Name: cwl-airflow-parser
Version: 1.0.20180215072308
Summary: Package extends Airflow functionality with CWL v1.0 support
Home-page: https://github.com/datirium/cwl-airflow-parser
Author: Datirium, LLC
Author-email: support@datirium.com
License: UNKNOWN
Download-URL: https://github.com/datirium/cwl-airflow-parser
Description-Content-Type: UNKNOWN
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
                  ```
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Environment :: Other Environment
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Healthcare Industry
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: OS Independent
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: Operating System :: Microsoft :: Windows :: Windows 8.1
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Topic :: Scientific/Engineering :: Chemistry
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Scientific/Engineering :: Medical Science Apps.
