diff --git a/cwl-cli/norm-diff.cwl b/cwl-cli/norm-diff.cwl index c8cf579..29e6aa7 100644 --- a/cwl-cli/norm-diff.cwl +++ b/cwl-cli/norm-diff.cwl @@ -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: diff --git a/docs/containers/scope.md b/docs/containers/scope.md index 6f9081f..57d75dc 100644 --- a/docs/containers/scope.md +++ b/docs/containers/scope.md @@ -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. diff --git a/docs/cwl-cli/scope.md b/docs/cwl-cli/scope.md index 2ff4dab..8623148 100644 --- a/docs/cwl-cli/scope.md +++ b/docs/cwl-cli/scope.md @@ -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.