comparison pytorch_embedding.xml @ 2:bf58f4348cb6 draft default tip

planemo upload for repository https://github.com/goeckslab/gleam.git commit 6b63ec1c713d313ed85e9cc92822d954cb284d7b
author goeckslab
date Wed, 26 Nov 2025 23:07:20 +0000
parents 84f96c952c2c
children
comparison
equal deleted inserted replaced
1:84f96c952c2c 2:bf58f4348cb6
1 <tool id="extract_embeddings" name="Image Embedding Extraction" version="1.0.0"> 1 <tool id="extract_embeddings" name="Image Embedding Extraction" version="1.0.0">
2 <description>Extract image embeddings using a deep learning model</description> 2 <description>Extract image embeddings using a deep learning model</description>
3 3
4 <requirements> 4 <requirements>
5 <container type="docker">quay.io/goeckslab/galaxy-ludwig-gpu:0.10.1</container> 5 <container type="docker">quay.io/goeckslab/galaxy-ludwig-gpu:extract_embeddings</container>
6 </requirements> 6 </requirements>
7 <stdio> 7 <stdio>
8 <exit_code range="137" level="fatal_oom" description="Out of Memory" /> 8 <exit_code range="137" level="fatal_oom" description="Out of Memory" />
9 <exit_code range="1:" level="fatal" description="Error occurred. Please check Tool Standard Error" /> 9 <exit_code range="1:" level="fatal" description="Error occurred. Please check Tool Standard Error" />
10 </stdio> 10 </stdio>