Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 732 Bytes

File metadata and controls

13 lines (8 loc) · 732 Bytes

logo

TODO : Modularize containers

alt text

Use case 3: Containerized interaction (Nested Workflows)

By containerizing our tools, we can build their respective environments within the same network and therefore guarantee pipeline interaction.

The tools can be invoked in a container environment via CWL. This guarantees modularization, and swapping of tools without directly affecting the parameters of other components. To achieve this, the input and output parameters needs to be defined identically in the replaced modules.

NOTES

  • To unzip file tar -zxvf filename.zip