Skip to content

Commit 548ceea

Browse files
committed
fixes
1 parent 375579c commit 548ceea

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

docs/best-practice/package.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -342,27 +342,27 @@ The Application Package SHALL be a valid CWL document with a "Workflow" class an
342342

343343
The Application Package CWL CommandLineTool classes SHALL contain the following elements:
344344
345-
 Identifier ("id")
346-
 Command line name ("baseCommand")
347-
 Input parameters ("inputs")
348-
— Environment requirements ("requirements")
349-
 Docker information ("DockerRequirement")
345+
* Identifier ("id")
346+
* Command line name ("baseCommand")
347+
* Input parameters ("inputs")
348+
* Environment requirements ("requirements")
349+
* Docker information ("DockerRequirement")
350350

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

353353
The Application Package CWL Workflow class SHALL contain the following elements:
354354

355-
 — Identifier ("id")
356-
 — Title ("label")
357-
 — Abstract ("doc")
355+
* Identifier ("id")
356+
* Title ("label")
357+
* Abstract ("doc")
358358

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

361361
The Application Package CWL Workflow class "inputs" fields SHALL contain the following elements:
362362

363-
 — Identifier ("id")
364-
 — Title ("label")
365-
 — Abstract ("doc")
363+
* Identifier ("id")
364+
* Title ("label")
365+
* Abstract ("doc")
366366

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

0 commit comments

Comments
 (0)