Skip to content

niu-lab/GPyFlow-CLI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GPyFlow

GPyFlow is simple and easy engine to run local workflow.

Install

python3 setup.py install

Use Web Editor to Define a Workflow

GPyFlow Visual WebSite.

Usage

  • extract macros

pyflow extract -f flow.json -o input.macros
  • run workflow

pyflow run -i input.macros -o output_dir flow.json
# or
pyflow run -i input.macros -o output_dir workflow.zip
  • tar workflow directory to share

pyflow tar workflow_dir
  • more

preview commamd lines before run a workflow

pyflow run --preview true -i input.macros -o output_dir flow.json