These are functions and routines developed by Alon Oyler-Yaniv at the Wollman Lab at UCLA to streamline the processing of large, live, lightsheet datasets.
The pipeline is implemented in bash and is heavily dependent on ImageJ and Big Stitcher.
These functions work in tandem with the data acquisition software https://github.com/wollmanlab/Scope which automatically generates the parameters needed for processing.
Start with a workstation running Ubuntu with a CUDA GPU
- Install Nvidia drivers: $ ubuntu-drivers devices
- check that the device is recognized and driver is suggested $ sudo ubuntu-drivers autoinstall
- install nvidia-cuda-toolkit $ sudo apt install nvidia-cuda-toolkit
- install pip
- install conda
- install ImageJ
- pip install git
- git clone https://github.com/alonyan/bigstitchparallel /Documents/Repos/bigstitchparallel
- sudo apt-get install xvfb
- symlink ImageJ: sudo ln -s .../ImageJ-linux64 /usr/local/bin/ImageJ