Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
fabricebrito committed Oct 31, 2023
1 parent a54d83d commit dfbe89b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion cwl-cli/norm-diff.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ requirements:
ramMax: 512
hints:
DockerRequirement:
dockerPull: localhost/norm_diff:latest
dockerPull: localhost/norm-diff:latest
baseCommand: ["python", "-m", "app"]
arguments: []
inputs:
Expand Down
4 changes: 1 addition & 3 deletions docs/containers/scope.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
### Goal

When developers package and EO, they are in fact packaging their own software, written in a specific programming language, as a containerized application (or a set of containerized applications), to be described as an EO Application Package using the Common Workflow Language as described in the OGC proposed best practices.

To achieve this, developers follow the steps described below.

* Prepare one or more container images containing the execution dependencies of the software.
* **Prepare one or more container images containing the execution dependencies of the software.**
* Prepare the CWL CommandLineTool document(s) wrapping the command line tool available container(s).
* Prepare the CWL Workflow orchestrating CWL CommandLineTool document(s) wrapping the command line tool available container(s).
* Test the application package in one or more execution scenarios.
Expand Down
4 changes: 1 addition & 3 deletions docs/cwl-cli/scope.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
### Goal

When developers package and EO, they are in fact packaging their own software, written in a specific programming language, as a containerized application (or a set of containerized applications), to be described as an EO Application Package using the Common Workflow Language as described in the OGC proposed best practices.

To achieve this, developers follow the steps described below.

* Prepare one or more container images containing the execution dependencies of the software.
* Prepare the CWL CommandLineTool document(s) wrapping the command line tool available container(s).
* **Prepare the CWL CommandLineTool document(s) wrapping the command line tool available container(s).**
* Prepare the CWL Workflow orchestrating CWL CommandLineTool document(s) wrapping the command line tool available container(s).
* Test the application package in one or more execution scenarios.

Expand Down

0 comments on commit dfbe89b

Please sign in to comment.