Closed dannda closed 1 year ago
Patch coverage: 41.23
% and project coverage change: -4.46
:warning:
Comparison is base (
1764504
) 49.65% compared to head (9747816
) 45.20%.
:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
Notes on docker image:
pyvips
to save a tif image with page-height
(used when processing MERSCOPE raw image data) as it required libvips
> 8.10 which has no builds for that ubuntu version amd64
for java libraries for bioformats2raw to work
prefix
parameter to the data parameters file, so output filenames are prefixed{project}-{dataset}-{prefix}-file.ext
.raw_image_data
to generate/pre-process raw images. Needed for MERSCOPE output raw images are they are split by channel to differenttif
images.merscope_raw
function inprocess_merscope.py
then handles concatenating the channels to a singletif
image that can then be processed byProcess_images
.raw_image_data
andlabel_image_data
. If data produces multiple images, processing scripts should append an additional prefix so images are not overwritten.zarr
directly uses images filenames if they come fromraw_image_data
orlabel_image_data
as to not loose any prefixes.