Skip to content

Commit

Permalink
Update ome-converter.cwl
Browse files Browse the repository at this point in the history
  • Loading branch information
sameeul authored Oct 17, 2024
1 parent 4a32db6 commit 94f2122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cwl_adapters/ome-converter.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ requirements:
writable: true # Output directories must be writable
InlineJavascriptRequirement: {}

baseCommand: ['python3', '-m', 'polus.images.formats.ome_converter']
baseCommand: python3 -m polus.images.formats.ome_converter

inputs:
inpDir:
Expand Down

0 comments on commit 94f2122

Please sign in to comment.