News

This is a simple script example for passing arguments into a Python script file from the command line. Here we provide two examples, the first using the not-so favoured getopt (a C style parser) ...
# Pipeline authors establish connections between component tasks by connecting their data inputs and outputs - by passing the output of one task as an argument to another task's input.