Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cwl oscar #14

Open
wants to merge 9 commits into
base: oscar_tryout
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 28 additions & 3 deletions DT_flood/workflows/cwl/fa_wflow_workflow.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,14 @@ inputs:
scenario: string
# data_catalog: File
wflow_update_script: File

oscar_script: File
endpoint: string
user: string
password: string
service: string
filename: File
oscar_service: Directory
output: Directory
outputs:
fa_database_out:
type: Directory
Expand Down Expand Up @@ -41,19 +48,37 @@ steps:
in:
fa_database: setup_wflow_event/fa_database_out
scenario: scenario
oscar_script: oscar_script
endpoint: endpoint
user: user
password: password
service: service
filename: filename
oscar_service: oscar_service
output: output
mode:
default: "warmup"
out:
[fa_database_out]
run:
./run_wflow.cwl
../cwl_OSCAR/oscar_workflow/oscar.cwl
#./run_wflow.cwl
run_wflow_event:
in:
fa_database: run_wflow_warmup/fa_database_out
scenario: scenario
oscar_script: oscar_script
endpoint: endpoint
user: user
password: password
service: service
filename: filename
oscar_service: oscar_service
output: output
mode:
default: "event"
out:
[fa_database_out]
run:
./run_wflow.cwl
../cwl_OSCAR/oscar_workflow/oscar.cwl
#./run_wflow.cwl
31 changes: 0 additions & 31 deletions DT_flood/workflows/cwl_OSCAR/archive/wflow_warmup/hydromt.log

This file was deleted.

28 changes: 0 additions & 28 deletions DT_flood/workflows/cwl_OSCAR/archive/wflow_warmup/hydromt_data.yml

This file was deleted.

Binary file not shown.

This file was deleted.

Loading
Loading