You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/best-practice/package.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -336,11 +336,11 @@ Open the notebook _03 Package_ for a hands-on with a CWL runner
336
336
337
337
**Requirement 7** req/app-pck/cwl
338
338
339
-
The Application Package SHALL be a valid CWL document with a "Workflow" class and one or more "CommandLineTool" classes.
339
+
The Application Package SHALL be a valid CWL document with a `Workflow` class and one or more `CommandLineTool` classes.
340
340
341
341
**Requirement 8** req/app-pck/clt
342
342
343
-
The Application Package CWL CommandLineTool classes SHALL contain the following elements:
343
+
The Application Package CWL `CommandLineTool` classes SHALL contain the following elements:
344
344
345
345
* Identifier ("id")
346
346
* Command line name ("baseCommand")
@@ -350,24 +350,24 @@ The Application Package CWL CommandLineTool classes SHALL contain the following
350
350
351
351
**Requirement 9** req/app-pck/wf
352
352
353
-
The Application Package CWL Workflow class SHALL contain the following elements:
353
+
The Application Package CWL `Workflow` class SHALL contain the following elements:
354
354
355
355
* dentifier ("id")
356
356
* Title ("label")
357
357
* Abstract ("doc")
358
358
359
359
**Requirement 10** req/app-pck/wf-inputs
360
360
361
-
The Application Package CWL Workflow class "inputs" fields SHALL contain the following elements:
361
+
The Application Package CWL `Workflow` class "inputs" fields SHALL contain the following elements:
362
362
363
363
* Identifier ("id")
364
364
* Title ("label")
365
365
* Abstract ("doc")
366
366
367
367
**Requirement 11** req/app-pck/metadata
368
368
369
-
The Application Package CWL Workclass classes SHALL include additional metadata as defined in the Table 1 of the _OGC Best Practice for Earth Observation Application Package_
369
+
The Application Package CWL `Workflow` class classes SHALL include additional metadata as defined in the Table 1 of the _OGC Best Practice for Earth Observation Application Package_
370
370
371
371
**Recommendation 1** rec/app-pck/fan-out
372
372
373
-
For applications with the fan-out design pattern, the Application Package CWL Workclass class MUST include the "ScatterFeatureRequirement" class in the "requirements" section and include the "scatterMethod" in the corresponding input of the step.
373
+
For applications with the fan-out design pattern, the Application Package CWL Workclass class MUST include the `ScatterFeatureRequirement` class in the `requirements` section and include the `scatterMethod` in the corresponding input of the step.
0 commit comments