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
- Download a copy of the repository
git clone https://github.com/CraigMyles/cziPy
- cd into cziPy direcory
cd cziPy/
- Create the environment
make create_environment
- Install Java
make install_java
- Activate cziPy environment
conda activate cziPy