Skip to content

Commit 59967d0

Browse files
authored
373 pr updates (#432)
As discussed here: #373 (comment) 1. Basic Concepts - Roll back changes to quote fair principles verbatim 2. Operations - Reword the operation file sentence - this is contrary to the discussion on #373 (comment) and instead have reworded this entirely - please discuss otherwise can go back to the 'then' addition. 3. FAQ - remove vague comment 'everything in CWL must be stated' Code 'note' is removed from the FAQ.md file
1 parent 229972b commit 59967d0

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

src/faq.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -131,10 +131,6 @@ baseCommand: sh
131131
outputs: []
132132
```
133133

134-
```{note}
135-
In CWL, everything must be directly stated.
136-
```
137-
138134
## Setting `self`-based Input Bindings for Optional Inputs
139135

140136
Currently, `cwltool` can't cope with missing optional inputs if their

src/introduction/basic-concepts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,8 @@ in detail in the [Requirements](../topics/requirements-and-hints.md) section.
159159
> machine accessibility and that all digital assets should be Findable,
160160
> Accessible, Interoperable, and Reusable. Workflows encode the methods
161161
> by which the scientific process is conducted and via which data are
162-
> created. It is thus important that workflows support the creation
163-
> of FAIR data and adhere to the FAIR principles.
162+
> created. It is thus important that workflows both support the creation
163+
> of FAIR data and themselves adhere to the FAIR principles.
164164
> [FAIR Computational Workflows](https://workflows.community/groups/fair/),
165165
> Workflows Community Initiative.
166166

src/topics/operations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ style=dashed;
5252
}
5353
```
5454

55-
If you try running it with `cwltool`, the command will fail since `cwltool`
56-
does not have enough information to know how to execute it:
55+
The operation file will fail to run with `cwltool` because `cwltool`
56+
lacks the necessary information to execute it:
5757

5858
```{runcmd} cwltool operations.cwl --message Hello
5959
:working-directory: src/_includes/cwl/operations/

0 commit comments

Comments
 (0)