File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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
127release_notes : None
13- run_command : /app/ dps-unit-test/run-test.sh
8+ run_command : dps-unit-test/run-test.sh
149ram_min : 5 # mebibytes
1510cores_min : 1
1611outdir_max : 20 # mebibytes
1712
1813inputs :
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
2420outputs :
2521 - name : out
2622 type : Directory
23+
You can’t perform that action at this time.
0 commit comments