Skip to content

Commit

Permalink
update minio cwl workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
WOTrompDeltares committed Nov 4, 2024
1 parent 86b3fc3 commit 4cc3bf7
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
9 changes: 7 additions & 2 deletions DT_flood/workflows/cwl_OSCAR/wait_output/wait.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,12 @@ inputs:
type: string
minioSecretkey:
type: string
data:
type: File

outputs:
fa_database_out:
type: Directory
# fa_database_out:
# type: Directory
std_out:
type: stdout
stdout: output.txt
3 changes: 2 additions & 1 deletion DT_flood/workflows/cwl_OSCAR/workflow-minio.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,5 @@ steps:
minioSecretkey: minioSecretkey
data:
source: upload/example_out
out: [fa_database_out]
# out: [fa_database_out]
out: [std_out]
8 changes: 6 additions & 2 deletions DT_flood/workflows/cwl_OSCAR/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,13 @@ file:
path: wflow_input.tar


minioEndpoint: minio.sleepy-lumiere4.im.grycap.net
# minioEndpoint: minio.sleepy-lumiere4.im.grycap.net
# minioAccesskey: minio
# minioSecretkey: minio123

minioEndpoint: minio.charming-zhukovsky8.im.grycap.net
minioAccesskey: minio
minioSecretkey: minio123
minioSecretkey:

bucketInput: wflow/in
bucketOutput: wflow/out
Expand Down

0 comments on commit 4cc3bf7

Please sign in to comment.