Trying two methods to determine optimal setup/computational requirements:
- Download all files onto EBS volume
- Use S3FS to pull images from S3
Starting with 1)
I have an EBS volume mounted as /ebs_tmp with 2.5x size of plate with all images downloaded to it.
Enter shell in docker, allowing access to ebs_tmp:
sudo docker run -it --rm --entrypoint /bin/sh -v ~/ebs_tmp:/ebs_tmp openmicroscopy/bioformats2raw:latest
Run bioformats2raw:
sh /opt/bioformats2raw/bin/bioformats2raw /ebs_tmp/PLATE/Images/Index.idx.xml /ebs_tmp/images_zarr/PLATE.ome.zarr
Trying two methods to determine optimal setup/computational requirements:
Starting with 1)
I have an EBS volume mounted as /ebs_tmp with 2.5x size of plate with all images downloaded to it.
Enter shell in docker, allowing access to ebs_tmp:
sudo docker run -it --rm --entrypoint /bin/sh -v ~/ebs_tmp:/ebs_tmp openmicroscopy/bioformats2raw:latestRun bioformats2raw:
sh /opt/bioformats2raw/bin/bioformats2raw /ebs_tmp/PLATE/Images/Index.idx.xml /ebs_tmp/images_zarr/PLATE.ome.zarr