diff --git a/cwl_adapters/ome-converter.cwl b/cwl_adapters/ome-converter.cwl index 88d1b83..41cf294 100644 --- a/cwl_adapters/ome-converter.cwl +++ b/cwl_adapters/ome-converter.cwl @@ -18,6 +18,8 @@ requirements: writable: true # Output directories must be writable InlineJavascriptRequirement: {} +baseCommand: ['python3', '-m', 'polus.images.formats.ome_converter'] + inputs: inpDir: label: Input generic data collection to be processed by this plugin