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: cwl_utils/templates/WorkflowInputJsonSchemaTemplate.md
+14-5Lines changed: 14 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,29 @@
1
1
# Generating the Workflow Input JSON Schema Template
2
2
3
-
# Part 1 - Clone the CWL-TS-Auto directory
3
+
<!-- TOC -->
4
+
*[Generating the Workflow Input JSON Schema Template](#generating-the-workflow-input-json-schema-template)
5
+
*[Part 1 - Clone the CWL-TS-Auto directory](#part-1---clone-the-cwl-ts-auto-directory)
6
+
*[Part 2 - Install the typescript-json-schema package](#part-2---install-the-typescript-json-schema-package)
7
+
*[Part 3 - Generate the Workflow Input JSON Schema Template](#part-3---generate-the-workflow-input-json-schema-template)
8
+
*[Part 4 - Refine the template with the following python script](#part-4---refine-the-template-with-the-following-python-script)
9
+
*[Part 5 - Run schema generation against all tests in the cwl v1.2 directory](#part-5---run-schema-generation-against-all-tests-in-the-cwl-v12-directory)
0 commit comments