cwlVersion: v1.2 $namespaces: $namespaces: s: https://schema.org/SoftwareApplication/ ogc: http://www.opengis.net/def/media-type/ogc/1.0/ $graph: - class: CommandLineTool id: myid baseCommand: python arguments: - /opt/my-cmd.py - --lat - valueFrom: $( inputs.lat ) - --lon - valueFrom: $( inputs.lon ) - --radius - valueFrom: $( inputs.radius ) inputs: lat: type: float doc: Latitude lon: type: float doc: Longitude radius: type: float doc: Radius outputs: o_float: type: float label: Example output float doc: The Example of the study area o_string: type: string label: Example output string doc: The Example of the study area result: format: ogc:netcdf type: File outputBinding: glob: "result/out.nc" doc: | The output NetCDF file generated. The file is in the OGC NetCDF media type. requirements: ResourceRequirement: {} InlineJavascriptRequirement: {} DockerRequirement: dockerPull: iliad-repository.inesctec.pt/example:0.1.1 s:name: Example metadata s:description: Some description example s:keywords: - example - metadata - keyword s:programmingLanguage: python s:softwareVersion: 0.1.1 s:sourceOrganization: class: s:Organization s:name: INESCTEC s:url: https://inesctec.pt s:author: class: s:Person s:name: Miguel Correia s:email: miguel.r.correia@inesctec.pt s:contributor: class: s:Person s:name: Mafalda Castro s:email: mafalda.r.castro@inesctec.pt s:dateCreated: "2024-10-23T13:29:56Z" s:temporalCoverage: "2023-01-01T00:00:00Z/2023-12-31T23:59:59Z" #Dummy date