diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ccwl.skb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ccwl.skb b/doc/ccwl.skb index 8fe4aea..5fa7b40 100644 --- a/doc/ccwl.skb +++ b/doc/ccwl.skb @@ -207,7 +207,7 @@ nothing to do with the Unix pipe. The inputs/outputs passed between steps are general CWL inputs/outputs. They need not be the standard stdin and stdout streams.]) - (image :file "doc/skribilo/decompress-compile-run.svg") + (image :file "doc/decompress-compile-run.svg") (p [Writing this worklow to ,(file "decompress-compile-run.scm"), compiling and running it with @@ -234,7 +234,7 @@ that are independent of each other. The workflow inputs coming into ,(code "tee"). The outputs of each step are collected together and unioned as the output of the ,(code "tee").]) - (image :file "doc/skribilo/checksum.svg") + (image :file "doc/checksum.svg") (p [Writing this workflow to ,(file "checksum.scm"), compiling and running it with some file ,(file "hello.txt") gives us the |