|
2 | 2 | <description>with PyTorch</description> |
3 | 3 | <macros> |
4 | 4 | <token name="@TOOL_VERSION@">2.4.1</token> |
5 | | - <token name="@VERSION_SUFFIX@">2</token> |
| 5 | + <token name="@VERSION_SUFFIX@">3</token> |
6 | 6 | </macros> |
7 | 7 | <creator> |
8 | 8 | <organization name="European Galaxy Team" url="https://galaxyproject.org/eu/" /> |
|
38 | 38 | <param name="input_image_file" type="data" format="tiff,png" label="Input image" help="Please provide an input image for the analysis."/> |
39 | 39 | <param name="input_image_input_size" type="text" optional="false" label="Size of the input image" help="Provide the size of the input image. See the chosen model's RDF file to find the correct input size. For example: for the BioImage.IO model MitochondriaEMSegmentationBoundaryModel, the input size is 256 x 256 x 32 x 1. Enter the size as 256,256,32,1."/> |
40 | 40 | <param name="input_image_input_axes" type="select" label="Axes of the input image" optional="false" help="Provide the input axes of the input image. See the chosen model's RDF file to find the correct axes. For example: for the BioImage.IO model MitochondriaEMSegmentationBoundaryModel, the input axes is 'bczyx'"> |
41 | | - <option value="bczyx">bczyx</option> |
42 | | - <option value="bcyx">bcyx</option> |
43 | | - <option value="byxc">byxc</option> |
| 41 | + <option value="bcyx">Four axes (e.g., bcyx, byxc)</option> |
| 42 | + <option value="bczyx">Five axes (e.g., bczyx)</option> |
44 | 43 | </param> |
45 | 44 | </inputs> |
46 | 45 | <outputs> |
|
53 | 52 | <param name="input_image_file" value="input_image_file.tif" location="https://zenodo.org/api/records/6647674/files/sample_input_0.tif/content"/> |
54 | 53 | <param name="input_image_input_size" value="256,256,1,1"/> |
55 | 54 | <param name="input_image_input_axes" value="bcyx"/> |
56 | | - <output name="output_predicted_image" ftype="tiff"> |
| 55 | + <output name="output_predicted_image" ftype="tiff" file="output_nucleisegboundarymodel.tiff" compare="image_diff"> |
57 | 56 | <assert_contents> |
58 | 57 | <has_size size="524846" delta="110" /> |
59 | 58 | </assert_contents> |
|
69 | 68 | <param name="input_image_file" value="input_nucleisegboundarymodel.png"/> |
70 | 69 | <param name="input_image_input_size" value="256,256,1,1"/> |
71 | 70 | <param name="input_image_input_axes" value="bcyx"/> |
72 | | - <output name="output_predicted_image" ftype="tiff"> |
| 71 | + <output name="output_predicted_image" ftype="tiff" file="output_nucleisegboundarymodel.tiff" compare="image_diff"> |
73 | 72 | <assert_contents> |
74 | 73 | <has_size size="524846" delta="110" /> |
75 | 74 | </assert_contents> |
|
0 commit comments