aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorArun Isaac2021-06-21 15:58:37 +0530
committerArun Isaac2021-06-21 15:58:37 +0530
commitbf506794dc293c8f4e7e8aac6dcd31e95426ecb2 (patch)
tree78f27daa590322b2f61001b8f8fb1e60c5207f6d /doc
parent866c063bf226a783350283d87c2e460c30771acf (diff)
downloadccwl-bf506794dc293c8f4e7e8aac6dcd31e95426ecb2.tar.gz
ccwl-bf506794dc293c8f4e7e8aac6dcd31e95426ecb2.tar.lz
ccwl-bf506794dc293c8f4e7e8aac6dcd31e95426ecb2.zip
doc: Fill paragraph.
* doc/ccwl.skb (Tutorial)[Workflow with multiple steps]: Fill paragraph.
Diffstat (limited to 'doc')
-rw-r--r--doc/ccwl.skb16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/ccwl.skb b/doc/ccwl.skb
index cc1f3bf..2ffd8f6 100644
--- a/doc/ccwl.skb
+++ b/doc/ccwl.skb
@@ -161,14 +161,14 @@ it.])
(scheme-source "doc/decompress-compile-run.scm")
(p [Notice the
-,(source-ref "ccwl/ccwl.scm" "\\(\\(pipe" (code "pipe")) form in the body of
-the workflow. The ,(code "pipe") form specifies a list of steps to be
-executed sequentially. The workflow inputs coming into ,(code "pipe")
-are passed into the first step. Thereafter, the outputs of each step
-are passed as inputs into the next. Note that this has 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.])
+,(source-ref "ccwl/ccwl.scm" "\\(\\(pipe" (code "pipe")) form in the
+body of the workflow. The ,(code "pipe") form specifies a list of
+steps to be executed sequentially. The workflow inputs coming into
+,(code "pipe") are passed into the first step. Thereafter, the outputs
+of each step are passed as inputs into the next. Note that this has
+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.])
;; TODO: Add workflow graph