From 61c66ab4ab582d07af77585ec7eaa3b779e67dc6 Mon Sep 17 00:00:00 2001 From: Kaushik Ghose <6299530+kaushik-work@users.noreply.github.com> Date: Fri, 13 Sep 2019 09:47:58 -0400 Subject: [PATCH 1/2] Add `stdout`, `stdin` to `CWLTypes` --- Process.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Process.yml b/Process.yml index ec1d1ba..93710a6 100644 --- a/Process.yml +++ b/Process.yml @@ -47,6 +47,8 @@ $graph: symbols: - cwl:File - cwl:Directory + - cwl:stdout + - cwl:stdin doc: - "Extends primitive types with the concept of a file and directory as a builtin type." - "File: A File object" From 7f9ec09121cc429dce29b8e1d337d4d1ac9203ab Mon Sep 17 00:00:00 2001 From: Kaushik Ghose <6299530+kaushik-work@users.noreply.github.com> Date: Fri, 13 Sep 2019 10:14:11 -0400 Subject: [PATCH 2/2] Fix: should be `stderr` instead of `stdin` --- Process.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Process.yml b/Process.yml index 93710a6..cf8e36d 100644 --- a/Process.yml +++ b/Process.yml @@ -48,7 +48,7 @@ $graph: - cwl:File - cwl:Directory - cwl:stdout - - cwl:stdin + - cwl:stderr doc: - "Extends primitive types with the concept of a file and directory as a builtin type." - "File: A File object"