Skip to content

Commit 83ef11d

Browse files
authored
add example of command line
1 parent 45a741a commit 83ef11d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

docs/helperTasks/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,8 @@ title: Helper tasks
99

1010
The helper tasks provide commonly used tables. They can be run stand-alone but mostly are required in complex workflows, to provide the input for other tasks.
1111
These tasks are provided as part of the framework to avoid repeated developments and to guarantee consistent results.
12+
13+
They can be just concatinated to the executable line you are running (for local running) or selected as a dependency (in Hyperloop). E.g. for `o2-analysis-timestamp`, one would do:
14+
```bash
15+
o2-analysis-timestamp | o2-my-analysis ...
16+
```

0 commit comments

Comments
 (0)