row 1.0.0

Row is a command line tool that helps you manage workflows on HPC resources.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[workspace]
value_file = "value.json"

[[action]]
name = "process_point"
command = "echo {directory}"
[[action.group.include]]
condition = ["/type", "==", "point"]

[[action]]
name = "process_letter"
command = "echo {directory}"
[[action.group.include]]
condition = ["/type", "==", "letter"]