Skip to content

pegasus-isi/split-workflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Split Workflow

Dependencies

  • Pegasus v5.0+
  • Python 3.6+

split-workflow

File Description

plan.sh: Consists of all commands to be executed to run the workflow. Takes care of planning the pegasus workflow and initialising where the input files are and where output files should be located after execution of workflow.

workflow_generator.py: Creates the abstract workflow, the replica catalog, the transformation catalog, and the site catalog. It has one job: split This is used to invoke the executables which are present in bin folder.

Input Folder: Contains all the input files to be used in the workflow.

How to run the workflow?

# Plan and run the workflow generator to create an abstract workflow for the given input files
./workflow_generator.py
./plan.sh workflow.yaml

Releases

No releases published

Packages

No packages published