From 9eb77def6776687426cd0b8fad7a160cfbf7cd2a Mon Sep 17 00:00:00 2001 From: EC2 Default User Date: Tue, 7 May 2024 14:32:54 +0000 Subject: [PATCH] specify format --- workflow.cwl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow.cwl b/workflow.cwl index 0a0f8c2..a011847 100644 --- a/workflow.cwl +++ b/workflow.cwl @@ -50,7 +50,7 @@ $graph: DockerRequirement: dockerPull: public.ecr.aws/c9k5s3u3/os-hazard-indicator - baseCommand: ["os_climate_hazard", "days_tas_above_indicator", "--store", "./indicator", "--"] + baseCommand: ["os_climate_hazard", "days_tas_above_indicator", "--inventory_format", "stac", "--store", "./indicator", "--"] arguments: []