Skip to content

Using python-bioformats to tile/patch whole slide images in .czi format (for Zeiss WSI scanners) to .png

Notifications You must be signed in to change notification settings

CraigMyles/cziPy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cziPy for WSI.czi -> png patches.

Using python-bioformats to tile/patch whole slide images in .czi format (for Zeiss WSI scanners)

Basic usage

To run an experiment, while in the root directory of the project, the command:

python cziPy.py --czi_dir "/dir/of/czi/files/" --patch_dir "/dir/target/for/patches/"

To see all possible arguments, run the following:

python cziPy.py --help

Environment setup (tested for ubuntu)

  1. Download a copy of the repository
git clone https://github.com/CraigMyles/cziPy
  1. cd into cziPy direcory
cd cziPy/
  1. Create the environment
make create_environment
  1. Install Java
make install_java
  1. Activate cziPy environment
conda activate cziPy

About

Using python-bioformats to tile/patch whole slide images in .czi format (for Zeiss WSI scanners) to .png

Resources

Stars

Watchers

Forks