Skip to content

Commit 0d2dc4b

Browse files
committed
Specifying software requirements
1 parent e6d42bd commit 0d2dc4b

File tree

6 files changed

+4
-4
lines changed

6 files changed

+4
-4
lines changed

src/_includes/cwl/conformance-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -239,11 +239,11 @@
239239
basename: output.txt
240240
location: Any
241241

242-
# Section 20
242+
# Specifying software requirements
243243
# See: Issue #48
244244
# - doc: Test for section 20
245-
# job: 20-software-requirements/custom-types.yml
246-
# tool: 20-software-requirements/custom-types.cwl
245+
# job: specifying-software-requirements/custom-types.yml
246+
# tool: specifying-software-requirements/custom-types.cwl
247247
# output:
248248
# i5Annotations:
249249
# class: File

src/topics/specifying-software-requirements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ make it easier for others to use your descriptions, you can include a
66
This may also help to avoid confusion about which version of a tool the
77
description was written for.
88

9-
```{literalinclude} /_includes/cwl/20-software-requirements/custom-types.cwl
9+
```{literalinclude} /_includes/cwl/specifying-software-requirements/custom-types.cwl
1010
:language: cwl
1111
```
1212

0 commit comments

Comments
 (0)