(define print (command #:inputs (message #:type string) #:run "echo" message #:outputs (printed-message #:type stdout) #:stdout "printed-message-output.txt")) (workflow ((message #:type string)) (print #:message message))
index : ccwl | ||
Concise Common Workflow Language (mirror of https://github.com/arunisaac/ccwl) |
aboutsummaryrefslogtreecommitdiff |
(define print (command #:inputs (message #:type string) #:run "echo" message #:outputs (printed-message #:type stdout) #:stdout "printed-message-output.txt")) (workflow ((message #:type string)) (print #:message message))