Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 1.41 KB

index.md

File metadata and controls

25 lines (13 loc) · 1.41 KB

WfExS-backend: Workflow Execution Service backend documentation

This page holds pointers to additional documentation and demos about the system, due its growing complexity.

Original documentation

This documentation is already pointed from root README.md:

  • INSTALL.md: In order to use WfExS-backend you have to install first at least core dependencies described there.

  • TODO.md: This development is relevant for projects like EOSC-Life or EJP-RD. The list of high level scheduled and pending developments can be seen at .

  • README_LIFECYCLE.md: WfExS-backend analysis lifecycle and usage scenarios are briefly described with flowcharts there.

  • README_REPLICATOR.md: It briefly describes WfExS-config-replicator.py usage.

Cache handling

Examples and some explanations about cached contents handling within WfExS-backend are available at cache-handling.md.

Examples of fetching from command line are available at ../fetchers-tests/test-recipes.md.

Staged working directories handling

Examples and some explanations about staged working directories handling within WfExS-backend will be available at workdir-handling.md.