Mercurial > repos > bgruening > bioimage_inference
comparison bioimage_inference.xml @ 1:a1bf1c6c5fac draft
planemo upload for repository https://github.com/bgruening/galaxytools/tree/recommendation_training/tools/bioimaging commit 3564cc70b5eb512031ac122534b5c2ff2e558274
author | bgruening |
---|---|
date | Tue, 03 Sep 2024 09:07:34 +0000 |
parents | 9f9ae2ac7820 |
children | 0c0de5546fe1 |
comparison
equal
deleted
inserted
replaced
0:9f9ae2ac7820 | 1:a1bf1c6c5fac |
---|---|
1 <tool id="bioimage_inference" name="Process image using a BioImage.IO model" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="23.0"> | 1 <tool id="bioimage_inference" name="Process image using a BioImage.IO model" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="23.0"> |
2 <description>with PyTorch</description> | 2 <description>with PyTorch</description> |
3 <macros> | 3 <macros> |
4 <token name="@TOOL_VERSION@">2.3.1</token> | 4 <token name="@TOOL_VERSION@">2.4.0</token> |
5 <token name="@VERSION_SUFFIX@">0</token> | 5 <token name="@VERSION_SUFFIX@">0</token> |
6 </macros> | 6 </macros> |
7 <creator> | 7 <creator> |
8 <organization name="European Galaxy Team" url="https://galaxyproject.org/eu/" /> | 8 <organization name="European Galaxy Team" url="https://galaxyproject.org/eu/" /> |
9 <person givenName="Anup" familyName="Kumar" email="kumara@informatik.uni-freiburg.de" /> | 9 <person givenName="Anup" familyName="Kumar" email="kumara@informatik.uni-freiburg.de" /> |
18 <xref type="biii">pytorch</xref> | 18 <xref type="biii">pytorch</xref> |
19 </xrefs> | 19 </xrefs> |
20 <requirements> | 20 <requirements> |
21 <requirement type="package" version="3.9.12">python</requirement> | 21 <requirement type="package" version="3.9.12">python</requirement> |
22 <requirement type="package" version="@TOOL_VERSION@">pytorch</requirement> | 22 <requirement type="package" version="@TOOL_VERSION@">pytorch</requirement> |
23 <requirement type="package" version="0.18.1">torchvision</requirement> | 23 <requirement type="package" version="0.19.0">torchvision</requirement> |
24 <requirement type="package" version="2.34.2">imageio</requirement> | 24 <requirement type="package" version="2.35.1">imageio</requirement> |
25 </requirements> | 25 </requirements> |
26 <version_command>echo "@VERSION@"</version_command> | 26 <version_command>echo "@VERSION@"</version_command> |
27 <command detect_errors="aggressive"> | 27 <command detect_errors="aggressive"> |
28 <![CDATA[ | 28 <![CDATA[ |
29 python '$__tool_directory__/main.py' | 29 python '$__tool_directory__/main.py' |