@@ -104,7 +104,7 @@ $graph:
104
104
where these approaches are application or platform specific it creates a
105
105
significant barrier to reproducibility and portability, as methods
106
106
developed for one platform must be manually ported to be used on new
107
- platforms. Similarly it creates redundant work, as wrappers for popular
107
+ platforms. Similarly, it creates redundant work, as wrappers for popular
108
108
tools must be rewritten for each application or platform in use.
109
109
110
110
The Common Workflow Language Command Line Tool Description is designed to
@@ -143,7 +143,7 @@ $graph:
143
143
doc : |
144
144
145
145
When listed under `inputBinding` in the input schema, the term
146
- "value" refers to the the corresponding value in the input object. For
146
+ "value" refers to the corresponding value in the input object. For
147
147
binding objects listed in `CommandLineTool.arguments`, the term "value"
148
148
refers to the effective value after evaluating `valueFrom`.
149
149
@@ -168,7 +168,7 @@ $graph:
168
168
169
169
- **array**: If `itemSeparator` is specified, add `prefix` and the join
170
170
the array into a single string with `itemSeparator` separating the
171
- items. Otherwise first add `prefix`, then recursively process
171
+ items. Otherwise, first add `prefix`, then recursively process
172
172
individual elements.
173
173
If the array is empty, it does not add anything to command line.
174
174
@@ -203,7 +203,7 @@ $graph:
203
203
type : string?
204
204
doc : |
205
205
Join the array elements into a single string with the elements
206
- separated by by `itemSeparator`.
206
+ separated by `itemSeparator`.
207
207
- name : valueFrom
208
208
type :
209
209
- " null"
@@ -310,7 +310,7 @@ $graph:
310
310
element. The exit code of the process is
311
311
available in the expression as `runtime.exitCode`.
312
312
313
- Additionally if `loadContents` is true, the file must be a
313
+ Additionally, if `loadContents` is true, the file must be a
314
314
UTF-8 text file 64 KiB or smaller, and the implementation must
315
315
read the entire contents of the file (or file array) and place
316
316
it in the `contents` field of the File object for use in
@@ -457,7 +457,7 @@ $graph:
457
457
- name : inputBinding
458
458
type : CommandLineBinding?
459
459
doc : |
460
- Describes how to turns the input parameters of a process into
460
+ Describes how to turn the input parameters of a process into
461
461
command line arguments.
462
462
jsonldPredicate : " cwl:inputBinding"
463
463
@@ -745,7 +745,7 @@ $graph:
745
745
extends : ProcessRequirement
746
746
doc : |
747
747
Indicates that a workflow component should be run in a
748
- [Docker](http ://docker.com) or Docker-compatible (such as
748
+ [Docker](https ://docker.com) or Docker-compatible (such as
749
749
[Singularity](https://www.sylabs.io/) and [udocker](https://github.com/indigo-dc/udocker)) container environment and
750
750
specifies how to fetch or build the image.
751
751
@@ -815,7 +815,7 @@ $graph:
815
815
`dockerPull: ubuntu@sha256:45b23dee08af5e43a7fea6c4cf9c25ccf269ee113168c19722f87876677c5cb2`
816
816
- name : dockerLoad
817
817
type : string?
818
- doc : " Specify a HTTP URL from which to download a Docker image using `docker load`."
818
+ doc : " Specify an HTTP URL from which to download a Docker image using `docker load`."
819
819
- name : dockerFile
820
820
type : string?
821
821
doc : " Supply the contents of a Dockerfile which will be built using `docker build`."
@@ -881,7 +881,7 @@ $graph:
881
881
One or more [IRI](https://en.wikipedia.org/wiki/Internationalized_Resource_Identifier)s
882
882
identifying resources for installing or enabling the software named in
883
883
the `package` field. Implementations may provide resolvers which map
884
- these software identifer IRIs to some configuration action; or they can
884
+ these software identifier IRIs to some configuration action; or they can
885
885
use only the name from the `package` field on a best effort basis.
886
886
887
887
For example, the IRI https://packages.debian.org/bowtie could
@@ -893,15 +893,15 @@ $graph:
893
893
software installation or selection mechanism.
894
894
Using [RRID](https://www.identifiers.org/rrid/) as an example:
895
895
https://identifiers.org/rrid/RRID:SCR_005476
896
- could be fulfilled using the above mentioned Debian or bioconda
897
- package, a local installation managed by [Environment Modules](http ://modules.sourceforge.net/),
896
+ could be fulfilled using the above- mentioned Debian or bioconda
897
+ package, a local installation managed by [Environment Modules](https ://modules.sourceforge.net/),
898
898
or any other mechanism the platform chooses. IRIs can also be from
899
- identifer sources that are discipline specific yet still system
899
+ identifier sources that are discipline specific yet still system
900
900
independent. As an example, the equivalent [ELIXIR Tools and Data
901
901
Service Registry](https://bio.tools) IRI to the previous RRID example is
902
902
https://bio.tools/tool/bowtie2/version/2.2.8.
903
903
If supported by a given registry, implementations are encouraged to
904
- query these system independent sofware identifier IRIs directly for
904
+ query these system independent software identifier IRIs directly for
905
905
links to packaging systems.
906
906
907
907
A site specific IRI can be listed as well. For example, an academic
@@ -1293,7 +1293,7 @@ $graph:
1293
1293
For implementations that support reusing output from past work (on
1294
1294
the assumption that same code and same input produce same
1295
1295
results), control whether to enable or disable the reuse behavior
1296
- for a particular tool or step (to accomodate situations where that
1296
+ for a particular tool or step (to accommodate situations where that
1297
1297
assumption is incorrect). A reused step is not executed but
1298
1298
instead returns the same output as the original execution.
1299
1299
@@ -1332,7 +1332,7 @@ $graph:
1332
1332
may apply their own security policies to restrict what is
1333
1333
accessible by the tool.
1334
1334
1335
- Enabling network access does not imply a publically routable IP
1335
+ Enabling network access does not imply a publicly routable IP
1336
1336
address or the ability to accept inbound connections.
1337
1337
1338
1338
fields :
@@ -1369,7 +1369,7 @@ $graph:
1369
1369
read-only in every step.
1370
1370
1371
1371
Workflow steps which modify a file must produce the modified file
1372
- as output. Downstream steps which futher process the file must
1372
+ as output. Downstream steps which further process the file must
1373
1373
use the output of previous steps, and not refer to a common input
1374
1374
(this is necessary for both ordering and correctness).
1375
1375
0 commit comments