Skip to content

Commit 53d6222

Browse files
Committed workflow via github actions
1 parent ff5d7eb commit 53d6222

File tree

1 file changed

+14
-12
lines changed

1 file changed

+14
-12
lines changed

cwl_workflows/process_dps-unit-test_mlucas_ogc.cwl

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
cwlVersion: v1.2
22
$graph:
33
- class: Workflow
4-
label: dps-unit-test
5-
doc: Unit testing DPS for new cluster setups
6-
id: dps-unit-test
4+
label: dps-unit-test-mlucas
5+
doc: DPS Unit test
6+
id: dps-unit-test-mlucas
77
inputs:
88
input_file:
9-
doc: Input file
9+
doc: input file
1010
label: input file
1111
type: string
12+
default: input/input_file.txt
1213
outputs:
1314
out:
1415
type: Directory
@@ -31,33 +32,34 @@ $graph:
3132
ramMin: 5
3233
coresMin: 1
3334
outdirMax: 20
34-
baseCommand: /app/dps-unit-test/run-test.sh
35+
baseCommand: dps-unit-test/run-test.sh
3536
inputs:
3637
input_file:
3738
type: string
3839
inputBinding:
3940
position: 1
4041
prefix: --input_file
42+
default: input/input_file.txt
4143
outputs:
4244
outputs_result:
4345
outputBinding:
4446
glob: ./output*
4547
type: Directory
4648
s:author:
4749
- class: s:Person
48-
s:name: mlucas
50+
s:name: null
4951
s:contributor:
5052
- class: s:Person
51-
s:name: mlucas
52-
s:citation: https://github.com/MAAP-Project/dps-unit-test.git
53-
s:codeRepository: https://github.com/MAAP-Project/dps-unit-test.git
54-
s:commitHash: eadd6feb1c9c1303064ea76e935595e5bf0051b9
53+
s:name: null
54+
s:citation: https://repo.dit.maap-project.org/root/dps-unit-test.git
55+
s:codeRepository: https://repo.dit.maap-project.org/root/dps-unit-test.git
56+
s:commitHash: ff5d7eb7fdc5f5a68a539f60f4055de63333960c
5557
s:dateCreated: 2025-08-26
56-
s:license: https://github.com/MAAP-Project/dps-unit-test/blob/main/LICENSE
58+
s:license: null
5759
s:softwareVersion: 1.0.0
5860
s:version: mlucas_ogc
5961
s:releaseNotes: None
60-
s:keywords: ogc, dps, test
62+
s:keywords: dps
6163
$namespaces:
6264
s: https://schema.org/
6365
$schemas:

0 commit comments

Comments
 (0)