Metadata-Version: 2.1
Name: wfgenes
Version: 1.0.4
Summary: Scientific workflow
Home-page: https://gitlab.com/wfgenes/wfgenes
Author: Mehdi Roozmeh
Author-email: mehdi.roozmeh@kit.edu
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: nodejs
Requires-Dist: jupyterlab (>=1.0)
Requires-Dist: numpy (>=1.16.4)
Requires-Dist: h5py
Requires-Dist: scipy (>=1.3.0)
Requires-Dist: toolz
Requires-Dist: bokeh
Requires-Dist: dask[complete]
Requires-Dist: notebook
Requires-Dist: matplotlib
Requires-Dist: Pillow
Requires-Dist: pandas (>=0.24.2)
Requires-Dist: pandas-datareader
Requires-Dist: tables
Requires-Dist: scikit-learn (>=0.21.1)
Requires-Dist: scikit-image (>=0.15.0)
Requires-Dist: snakeviz
Requires-Dist: ujson
Requires-Dist: fastparquet
Requires-Dist: ipywidgets (>=7.5)
Requires-Dist: cachey
Requires-Dist: graphviz
Requires-Dist: zarr
Requires-Dist: python-igraph
Requires-Dist: pyaml
Requires-Dist: fireworks
Requires-Dist: pylint
Requires-Dist: ase
Requires-Dist: voila
Requires-Dist: voila-gridstack
Requires-Dist: widgetsnbextension
Requires-Dist: ipywidgets
Requires-Dist: parsl
Requires-Dist: ipyfilechooser
Requires-Dist: xmlschema
Requires-Dist: pyrgg
Requires-Dist: pydot
Requires-Dist: fireworks-schema
Requires-Dist: autopep8
Requires-Dist: db-query
Requires-Dist: dbquery
Requires-Dist: dask-jobqueue
Requires-Dist: fabric2
Requires-Dist: json2html
Requires-Dist: prettytable



<img src="wfgenes_logo.png" width="200">

### wfGenes:
wfGenes is a tool to generate various type of workflow management systems (WMSs) by parsing single workflow configuration file called WConfig. 
Naturally, workflows are defined in human readable format, JSON or YAML, with efficient and concise structure to generate different type of WMSs by performing dependency analysis and automatic code generation for specific WMS. 
This approach enables users to examine different type of WMS based on the application requirement and available computing environment. 

### Installing wfGenes:

The recommended way to install wfGenes is to use pip package manager. 

    pip install wfgenes

To use wfGenes GUI please import wfgenes_gui from wfGenes package by issuing the command below: 

    from wfgenes import wfgenes_gui



Website (including documentation): https://wfgenes.gitlab.io/wfgenes/

Source: https://git.scc.kit.edu/th7356/wfgenes
