Closed prete closed 3 months ago
After running the pipeline (_input data 10x Xenium with analysis_sw_version: xenium-3.0.0.15_) I get anndata.zarr, label.zarr,raw.zarr and config.json. But there is also a label.tif file being created in the output folder that shouldn't be there.
analysis_sw_version: xenium-3.0.0.15
anndata.zarr
label.zarr
raw.zarr
config.json
label.tif
The file seems to be generated here in process_xenium.py and it's probably published by the Generate_image process.
Should that be part of the output?
Agree that shouldn't be in the output by default
Fixed #138
After running the pipeline (_input data 10x Xenium with
analysis_sw_version: xenium-3.0.0.15
_) I getanndata.zarr
,label.zarr
,raw.zarr
andconfig.json
. But there is also alabel.tif
file being created in the output folder that shouldn't be there.The file seems to be generated here in process_xenium.py and it's probably published by the Generate_image process.
Should that be part of the output?