Metadata-Version: 2.1
Name: janis-pipelines.core
Version: 0.5.4
Summary: Contains classes and helpers to build a workflow, and provide options to convert to CWL / WDL
Home-page: https://github.com/PMCC-BioinformaticsCore/janis
Author: Michael Franklin, Evan Thomas, Mohammad Bhuyan
Author-email: michael.franklin@petermac.org
License: GNU
Keywords: janis,workflows,pipelines,cwl,wdl,bioinformatics
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Description-Content-Type: text/markdown
Requires-Dist: cwlgen (>=0.3.0)
Requires-Dist: illusional.wdlgen (>=0.2.3)
Requires-Dist: ruamel.yaml (<=0.15.77,>=0.12.4)
Requires-Dist: networkx (>=2.1)
Requires-Dist: tabulate



# Janis - Core


![GitHub stars](https://img.shields.io/github/stars/PMCC-BioinformaticsCore/janis.svg?style=social)  [![Build Status](https://travis-ci.org/PMCC-BioinformaticsCore/janis-core.svg?branch=master)](https://travis-ci.org/PMCC-BioinformaticsCore/janis-core)  [![Documentation Status](https://readthedocs.org/projects/janis/badge/?version=latest)](https://janis.readthedocs.io/en/latest/?badge=latest)  [![PyPI version](https://badge.fury.io/py/janis-pipelines.core.svg)](https://badge.fury.io/py/janis-pipelines.core)  [![codecov](https://codecov.io/gh/PMCC-BioinformaticsCore/janis-core/branch/master/graph/badge.svg)](https://codecov.io/gh/PMCC-BioinformaticsCore/janis-core) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)


_Janis is a framework creating specialised, simple workflow definitions that are then transpiled to   
Common Workflow Language or Workflow Definition Language._  

- The main repository can be found here: https://github.com/PMCC-BioinformaticsCore/janis
- Documentation is hosted here: https://janis.readthedocs.io/  

---

This repository declares the core workflow classes for Janis. 

