Skip to content

Commit 1e72e93

Browse files
committed
fixes for testing pattern-11
1 parent 1c13894 commit 1e72e93

File tree

5 files changed

+8
-9
lines changed

5 files changed

+8
-9
lines changed

codemeta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "0.1.0"
2+
"version": "0.1.1"
33
}

cwl-workflow/pattern-11.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ $graph:
6767
baseCommand:
6868
- vegetation-index
6969
arguments:
70-
- pattern-1
70+
- pattern-11
7171
inputs:
7272
item:
7373
type: Directory

project.toml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -510,25 +510,24 @@ tmp_outdir_prefix = "tmp"
510510
outdir = "results"
511511

512512

513-
514513
[[workflows]]
515514
path = "wrapped-cwl-workflow/pattern-11.cwl"
516515

517516
[[workflows.tests]]
518-
name = "pattern-1-test"
517+
name = "pattern-11-test"
519518
description = "Test case for pattern-11"
520519

521520
[workflows.tests.params]
522521
item = {"class" = "https://raw.githubusercontent.com/eoap/schemas/main/url.yaml#URL", "value" = "https://planetarycomputer.microsoft.com/api/stac/v1/collections/landsat-c2-l2/items/LC08_L2SP_042033_20231007_02_T1" }
523522
aoi = "-118.985,38.432,-118.183,38.938"
524523
bands = ["green", "nir08"]
525524
epsg = "EPSG:4326"
526-
dem = "https://elevationeuwest.blob.core.windows.net/copernicus-dem/COP30_hh/Copernicus_DSM_COG_10_N38_00_W119_00_DEM.tif"
525+
dem = {"class" = "https://raw.githubusercontent.com/eoap/schemas/main/url.yaml#URL", "value" = "https://elevationeuwest.blob.core.windows.net/copernicus-dem/COP30_hh/Copernicus_DSM_COG_10_N38_00_W119_00_DEM.tif" }
527526

528527
another_input = "a_value"
529528

530529
s3_bucket = "results"
531-
sub_path = "pattern-1"
530+
sub_path = "pattern-11"
532531
aws_access_key_id = "test"
533532
aws_secret_access_key = "test"
534533
region_name = "us-east-1"
@@ -543,7 +542,7 @@ pod_serviceaccount = "calrissian-sa"
543542
tool_logs_basepath = "logs"
544543

545544
[workflows.tests.execution.paths]
546-
volume = "/calrissian/pattern-1"
545+
volume = "/calrissian/pattern-11"
547546
stdout = "results.json"
548547
stderr = "app.log"
549548
tmp_outdir_prefix = "tmp"

templates/stage-in-file.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cwlVersion: v1.0
22

33
class: CommandLineTool
4-
id: my-asthonishing-stage-in
4+
id: my-asthonishing-stage-in-file
55

66
inputs:
77
reference:

templates/stage-in.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cwlVersion: v1.0
22

33
class: CommandLineTool
4-
id: my-asthonishing-stage-in
4+
id: my-asthonishing-stage-in-directory
55

66
inputs:
77
reference:

0 commit comments

Comments
 (0)