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
[[action]]
name = "hello"
command = 'echo "Hello, {directory}!" | tee workspace/{directory}/hello.out'
products = ["hello.out"]

[[action]]
name = "goodbye"
command = 'echo "Goodbye, {directory}!"'
previous_actions = ["hello"]