Skip to content
Soulou edited this page Mar 25, 2014 · 15 revisions

Documentation

This project embeds two distincts parts, on the one hand, different common tools have been developed to helped you managing files between your local system and any remote server using SSH or GSISSH. On the other hand, a utility to create automatic workflows

File management tools

These are 5 different tools:

  • cat: Concatenate files
  • copy: Copy one or several files to a common
  • exec: Execute any process
  • ls: List files in a directory
  • rm: Remove files

Tools documentation

Workflow management

This software has two main features. First it takes as argument a file which has to respect a precise syntax (specified in the detailled documentation), it build the dependencies tree of the different given tasks. Detect if cycles are present in the workflow, and finally execute it if everything is right.

Documentation

Clone this wiki locally