Skip to content

Commit ee198b3

Browse files
committed
req for package
1 parent 792d46f commit ee198b3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/best-practice/package.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -336,11 +336,11 @@ Open the notebook _03 Package_ for a hands-on with a CWL runner
336336

337337
**Requirement 7** req/app-pck/cwl
338338

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.
340340

341341
**Requirement 8** req/app-pck/clt
342342

343-
The Application Package CWL CommandLineTool classes SHALL contain the following elements:
343+
The Application Package CWL `CommandLineTool` classes SHALL contain the following elements:
344344
345345
* Identifier ("id")
346346
* Command line name ("baseCommand")
@@ -350,24 +350,24 @@ The Application Package CWL CommandLineTool classes SHALL contain the following
350350

351351
**Requirement 9** req/app-pck/wf
352352

353-
The Application Package CWL Workflow class SHALL contain the following elements:
353+
The Application Package CWL `Workflow` class SHALL contain the following elements:
354354

355355
* dentifier ("id")
356356
* Title ("label")
357357
* Abstract ("doc")
358358

359359
**Requirement 10** req/app-pck/wf-inputs
360360

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:
362362

363363
* Identifier ("id")
364364
* Title ("label")
365365
* Abstract ("doc")
366366

367367
**Requirement 11** req/app-pck/metadata
368368

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_
370370

371371
**Recommendation 1** rec/app-pck/fan-out
372372

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

Comments
 (0)