Skip to content

Commit

Permalink
updated url for omeconverter
Browse files Browse the repository at this point in the history
  • Loading branch information
hamshkhawar committed Oct 3, 2024
1 parent 24d2115 commit 5ac4a70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions cwl_adapters/OmeConverter.cwl
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
class: CommandLineTool
cwlVersion: v1.2
inputs:
fileExtension:
inputBinding:
prefix: --fileExtension
type: string
filePattern:
inputBinding:
prefix: --filePattern
Expand All @@ -24,7 +20,7 @@ outputs:
type: Directory
requirements:
DockerRequirement:
dockerPull: polusai/ome-converter-tool:0.3.2
dockerPull: polusai/ome-converter-tool:0.3.3-dev1
EnvVarRequirement:
envDef:
HOME: /home/polusai
Expand Down
2 changes: 1 addition & 1 deletion src/image/workflows/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
MANIFEST_URLS = {
"bbbc_download": f"{GITHUB_TAG}/saketprem/polus-plugins/bbbc_download/utils/bbbc-download-plugin/plugin.json",
"file_renaming": f"{GITHUB_TAG}/hamshkhawar/image-tools/filepattern_filerenaming/formats/file-renaming-tool/plugin.json",
"ome_converter": f"{GITHUB_TAG}/PolusAI/image-tools/refs/heads/master/formats/ome-converter-tool/plugin.json",
"ome_converter": f"{GITHUB_TAG}/hamshkhawar/image-tools/refs/heads/fix_endian_bug_omeconverter/formats/ome-converter-tool/plugin.json",
"estimate_flatfield": f"{GITHUB_TAG}/PolusAI/image-tools/refs/heads/master/regression/basic-flatfield-estimation-tool/plugin.json",
"apply_flatfield": f"{GITHUB_TAG}/PolusAI/image-tools/refs/heads/master/transforms/images/apply-flatfield-tool/plugin.json",
"kaggle_nuclei_segmentation": f"{GITHUB_TAG}/hamshkhawar/image-tools/refs/heads/kaggle_update_dependencies/segmentation/kaggle-nuclei-segmentation-tool/plugin.json",
Expand Down

0 comments on commit 5ac4a70

Please sign in to comment.