Select Git revision
combinatorialthresholder.h
-
Mark de Wever authored
The include paths for foo/bar.cpp contained ../../ breaking out of the source tree. This can pick up files in other directories. This should be fixed by not using .. in include paths. That's however not the scope of this patch series. This ../../ worked due to aocommon's global include path. The next patch makes aocommon an submodule, which breaks the build due to this artifact. Hence fix the paths before making aocommon a submodule.
Mark de Wever authoredThe include paths for foo/bar.cpp contained ../../ breaking out of the source tree. This can pick up files in other directories. This should be fixed by not using .. in include paths. That's however not the scope of this patch series. This ../../ worked due to aocommon's global include path. The next patch makes aocommon an submodule, which breaks the build due to this artifact. Hence fix the paths before making aocommon a submodule.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
combine_inspect_dataset.cwl 554 B
cwlVersion: 'v1.2'
class: CommandLineTool
baseCommand:
- inspect_utils.py
- join
requirements:
- class: InlineJavascriptRequirement
hints:
- class: DockerRequirement
dockerPull: git.astron.nl:5000/ldv/imaging_compress_pipeline:v0.5.14
- class: NetworkAccess
networkAccess: true
inputs:
- id: inputs
type: File[]
inputBinding:
position: 1
- id: output_filename
type: string?
default: inspect.h5
inputBinding:
position: 2
outputs:
- id: inspect_file
type: File
outputBinding:
glob: $(inputs.output_filename)