|
2 | 2 | <description>with PyTorch</description> |
3 | 3 | <macros> |
4 | 4 | <token name="@TOOL_VERSION@">2.4.1</token> |
5 | | - <token name="@VERSION_SUFFIX@">1</token> |
| 5 | + <token name="@VERSION_SUFFIX@">2</token> |
6 | 6 | </macros> |
7 | 7 | <creator> |
8 | 8 | <organization name="European Galaxy Team" url="https://galaxyproject.org/eu/" /> |
|
44 | 44 | </param> |
45 | 45 | </inputs> |
46 | 46 | <outputs> |
47 | | - <data format="tif" name="output_predicted_image" from_work_dir="output_predicted_image.tif" label="Predicted image"></data> |
| 47 | + <data format="tiff" name="output_predicted_image" from_work_dir="output_predicted_image.tiff" label="Predicted image"></data> |
48 | 48 | <data format="npy" name="output_predicted_image_matrix" from_work_dir="output_predicted_image_matrix.npy" label="Predicted image tensor"></data> |
49 | 49 | </outputs> |
50 | 50 | <tests> |
|
53 | 53 | <param name="input_image_file" value="input_image_file.tif" location="https://zenodo.org/api/records/6647674/files/sample_input_0.tif/content"/> |
54 | 54 | <param name="input_image_input_size" value="256,256,1,1"/> |
55 | 55 | <param name="input_image_input_axes" value="bcyx"/> |
56 | | - <output name="output_predicted_image" ftype="tif"> |
| 56 | + <output name="output_predicted_image" ftype="tiff"> |
57 | 57 | <assert_contents> |
58 | 58 | <has_size size="524846" delta="110" /> |
59 | 59 | </assert_contents> |
|
69 | 69 | <param name="input_image_file" value="input_nucleisegboundarymodel.png"/> |
70 | 70 | <param name="input_image_input_size" value="256,256,1,1"/> |
71 | 71 | <param name="input_image_input_axes" value="bcyx"/> |
72 | | - <output name="output_predicted_image" ftype="tif"> |
| 72 | + <output name="output_predicted_image" ftype="tiff"> |
73 | 73 | <assert_contents> |
74 | 74 | <has_size size="524846" delta="110" /> |
75 | 75 | </assert_contents> |
|
85 | 85 | <param name="input_image_file" value="input_image_file.tif" location="https://uk1s3.embassy.ebi.ac.uk/public-datasets/bioimage.io/emotional-cricket/1.1/files/sample_input_0.tif"/> |
86 | 86 | <param name="input_image_input_size" value="128,128,100,1"/> |
87 | 87 | <param name="input_image_input_axes" value="bczyx"/> |
88 | | - <output name="output_predicted_image" ftype="tif"> |
| 88 | + <output name="output_predicted_image" ftype="tiff"> |
89 | 89 | <assert_contents> |
90 | 90 | <has_size size="6572778" delta="100" /> |
91 | 91 | </assert_contents> |
|
101 | 101 | <param name="input_image_file" value="input_3d-unet-arabidopsis-apical-stem-cells.png" location="https://uk1s3.embassy.ebi.ac.uk/public-datasets/bioimage.io/emotional-cricket/1.1/files/raw.png"/> |
102 | 102 | <param name="input_image_input_size" value="128,128,100,1"/> |
103 | 103 | <param name="input_image_input_axes" value="bczyx"/> |
104 | | - <output name="output_predicted_image" ftype="tif"> |
| 104 | + <output name="output_predicted_image" ftype="tiff"> |
105 | 105 | <assert_contents> |
106 | 106 | <has_size size="6572778" delta="100" /> |
107 | 107 | </assert_contents> |
|
117 | 117 | <param name="input_image_file" value="input_platynereisemnucleisegmentationboundarymodel.tif" location="https://uk1s3.embassy.ebi.ac.uk/public-datasets/bioimage.io/organized-badger/1/files/sample_input_0.tif"/> |
118 | 118 | <param name="input_image_input_size" value="256,256,32,1"/> |
119 | 119 | <param name="input_image_input_axes" value="bczyx"/> |
120 | | - <output name="output_predicted_image" ftype="tif"> |
| 120 | + <output name="output_predicted_image" ftype="tiff"> |
121 | 121 | <assert_contents> |
122 | 122 | <has_size size="16789714" delta="100" /> |
123 | 123 | </assert_contents> |
|
133 | 133 | <param name="input_image_file" value="input_3d-unet-lateral-root-primordia-cells.tif" location="https://uk1s3.embassy.ebi.ac.uk/public-datasets/bioimage.io/thoughtful-turtle/1/files/sample_input_0.tif"/> |
134 | 134 | <param name="input_image_input_size" value="128,128,100,1"/> |
135 | 135 | <param name="input_image_input_axes" value="bczyx"/> |
136 | | - <output name="output_predicted_image" ftype="tif"> |
| 136 | + <output name="output_predicted_image" ftype="tiff"> |
137 | 137 | <assert_contents> |
138 | 138 | <has_size size="6572778" delta="100" /> |
139 | 139 | </assert_contents> |
|
0 commit comments