Skip to content

Commit 792d46f

Browse files
committed
fixes package markdown
1 parent 548ceea commit 792d46f

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

docs/best-practice/package.md

+10-10
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")
345+
* Identifier ("id")
346+
* Command line name ("baseCommand")
347+
* Input parameters ("inputs")
348348
* Environment requirements ("requirements")
349-
*Docker information ("DockerRequirement")
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+
* dentifier ("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)