Skip to content

Commit ff5d7eb

Browse files
committed
fix
1 parent 561cc47 commit ff5d7eb

2 files changed

Lines changed: 10 additions & 36 deletions

File tree

algorithm_config.yaml

Lines changed: 0 additions & 23 deletions
This file was deleted.

ogc/algorithm_config.yml

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,23 @@
1-
# Input params for OGC application package generator
2-
# The information provided in this file supports CWL and OGC best practices
3-
algorithm_description: Unit testing DPS for new cluster setups
4-
algorithm_name: dps-unit-test
5-
algorithm_version: mlucas/ogc
6-
keywords: ogc, dps, test
7-
code_repository: https://github.com/MAAP-Project/dps-unit-test.git
8-
citation: https://github.com/MAAP-Project/dps-unit-test.git
9-
author: mlucas
10-
contributor: mlucas
11-
license: https://github.com/MAAP-Project/dps-unit-test/blob/main/LICENSE
1+
algorithm_description: DPS Unit test
2+
algorithm_name: dps-unit-test-mlucas
3+
algorithm_version: mlucas_ogc
4+
keywords: dps
5+
code_repository: https://repo.dit.maap-project.org/root/dps-unit-test.git
6+
citation: https://repo.dit.maap-project.org/root/dps-unit-test.git
127
release_notes: None
13-
run_command: /app/dps-unit-test/run-test.sh
8+
run_command: dps-unit-test/run-test.sh
149
ram_min: 5 # mebibytes
1510
cores_min: 1
1611
outdir_max: 20 # mebibytes
1712

1813
inputs:
1914
- name: input_file
20-
doc: Input file
15+
doc: input file
2116
label: input file
2217
type: string
18+
default: input/input_file.txt
2319

2420
outputs:
2521
- name: out
2622
type: Directory
23+

0 commit comments

Comments
 (0)