Skip to content

Commit 1b0ee15

Browse files
committed
updated algo config | updated version of GHA used
1 parent 17a3a1f commit 1b0ee15

3 files changed

Lines changed: 21 additions & 83 deletions

File tree

.github/workflows/build-app-pack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/checkout@v4
1717

1818
- name: Use OGC App Pack Generator Action
19-
uses: MAAP-Project/ogc-app-pack-generator@feature/create-action
19+
uses: MAAP-Project/ogc-app-pack-generator@main
2020
with:
2121
# Specify action inputs
2222
algorithm-configuration-path: ogc/algorithm_config.yml

algorithm_config.yaml

Lines changed: 20 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,24 @@
1-
# DO NOT DELETE
2-
# THIS CONFIG IS AUTO-GENERATED BY ADE UI
3-
algo_name: run-dps-test
4-
version: main
5-
environment: ubuntu
6-
repository_url: https://repo.dit.maap-project.org/root/dps-unit-test.git
7-
docker_url: mas.maap-project.org:5000/root/ade-base-images/vanilla:latest
8-
# queue chosen when registering
9-
queue: maap-dps-worker-16gb
10-
11-
# fill out these fields
12-
# explain what this algorithm does
13-
description:
14-
# path to the wrapper script for running the algorithm
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
7+
author: MAAP
8+
contributor: MAAP
9+
release_notes: None
1510
run_command: dps-unit-test/run-test.sh
16-
# set a storage value in GB or MB or KB, e.g. "100GB", "20MB", "10KB"
17-
disk_space: 5GB
11+
ram_min: 5 # mebibytes
12+
cores_min: 1
13+
outdir_max: 20 # mebibytes
14+
1815
inputs:
19-
# remove below this line if no inputs
20-
# rename and set algorithm input names accordingly
2116
- name: input_file
22-
download: True
17+
doc: input file
18+
label: input file
19+
type: string
20+
21+
outputs:
22+
- name: out
23+
type: Directory
2324

workflows/process_dps-unit-test_mlucas_ogc.cwl

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

0 commit comments

Comments
 (0)