|
97 | 97 | TEST_APPLICATION_VERSION = "0.0.6" |
98 | 98 |
|
99 | 99 | HETA_APPLICATION_ID = "he-tme" |
100 | | - HETA_APPLICATION_VERSION = "1.0.0" |
| 100 | + HETA_APPLICATION_VERSION = "1.1.0" |
101 | 101 | TEST_APPLICATION_VERSION_USE_LATEST_FALLBACK_SKIP = True |
102 | 102 |
|
103 | 103 | PIPELINE_GPU_TYPE = "L4" |
|
112 | 112 | SPECIAL_APPLICATION_VERSION = "0.99.0" |
113 | 113 |
|
114 | 114 | SPOT_0_EXPECTED_RESULT_FILES = [ |
115 | | - ("tissue_qc_segmentation_map_image.tiff", 1540764, 10), |
116 | | - ("tissue_qc_geojson_polygons.json", 160668, 10), |
117 | | - ("tissue_segmentation_geojson_polygons.json", 853784, 10), |
118 | | - ("readout_generation_slide_readouts.csv", 302252, 10), |
119 | | - ("readout_generation_cell_readouts.csv", 1472661, 10), |
120 | | - ("cell_classification_geojson_polygons.json", 9939791, 10), |
121 | | - ("tissue_segmentation_segmentation_map_image.tiff", 2807584, 10), |
122 | | - ("tissue_segmentation_csv_class_information.csv", 451, 10), |
123 | | - ("tissue_qc_csv_class_information.csv", 284, 10), |
| 115 | + ("tissue_qc_segmentation_map_image.tiff", 1642856, 10), |
| 116 | + ("tissue_qc_geojson_polygons.json", 259955, 10), |
| 117 | + ("tissue_segmentation_geojson_polygons.json", 887003, 10), |
| 118 | + ("readout_generation_slide_readouts.csv", 303217, 10), |
| 119 | + ("readout_generation_cell_readouts.csv", 1658344, 10), |
| 120 | + ("cell_classification_geojson_polygons.json", 11218951, 10), |
| 121 | + ("tissue_segmentation_segmentation_map_image.tiff", 2945078, 10), |
| 122 | + ("tissue_segmentation_csv_class_information.csv", 452, 10), |
| 123 | + ("tissue_qc_csv_class_information.csv", 285, 10), |
124 | 124 | ] |
125 | | - SPOT_0_EXPECTED_CELLS_CLASSIFIED = (35160, 10) |
| 125 | + SPOT_0_EXPECTED_CELLS_CLASSIFIED = (39798, 10) |
126 | 126 |
|
127 | 127 | SPOT_1_EXPECTED_RESULT_FILES = [ |
128 | | - ("tissue_qc_segmentation_map_image.tiff", 440122, 10), |
129 | | - ("tissue_qc_geojson_polygons.json", 139943, 10), |
130 | | - ("tissue_segmentation_geojson_polygons.json", 175419, 10), |
131 | | - ("readout_generation_slide_readouts.csv", 300408, 10), |
132 | | - ("readout_generation_cell_readouts.csv", 2384271, 10), |
133 | | - ("cell_classification_geojson_polygons.json", 16384866, 10), |
134 | | - ("tissue_segmentation_segmentation_map_image.tiff", 508552, 10), |
135 | | - ("tissue_segmentation_csv_class_information.csv", 443, 10), |
136 | | - ("tissue_qc_csv_class_information.csv", 284, 10), |
| 128 | + ("tissue_qc_segmentation_map_image.tiff", 469040, 10), |
| 129 | + ("tissue_qc_geojson_polygons.json", 177779, 10), |
| 130 | + ("tissue_segmentation_geojson_polygons.json", 205951, 10), |
| 131 | + ("readout_generation_slide_readouts.csv", 299654, 10), |
| 132 | + ("readout_generation_cell_readouts.csv", 2387860, 10), |
| 133 | + ("cell_classification_geojson_polygons.json", 16687724, 10), |
| 134 | + ("tissue_segmentation_segmentation_map_image.tiff", 536582, 10), |
| 135 | + ("tissue_segmentation_csv_class_information.csv", 441, 10), |
| 136 | + ("tissue_qc_csv_class_information.csv", 286, 10), |
137 | 137 | ] |
138 | 138 |
|
139 | 139 | case _: |
|
0 commit comments