FAQ

FAQ#

How does the installation work?

The bash scripts handle the installation of various bioimage analysis tools differently. For Fiji, QuPath, and Ilastik, it downloads the compressed files, extracts them into the Documents folder, and creates an executable on your Desktop. For Cellpose, PlantSeg, and Napari, the process is a bit more nuanced. The script sets up separate conda environments for each, installs the required packages, and then creates a dedicated folder in the Documents directory. It writes a Bash script in this folder that, when executed, activates the corresponding environment and launches the software. Finally, it generates an executable file on the Desktop for easy access.

How do I use data stored on our lab’s shared drive?

To access any data that’s on O2 (individual scratch, shared scratch, shared group folder, etc.), you first need to click on the checkboxes when you request Desktop Mate to access the storage. You can then go to Open folder → Computer → / → n

Once you go to n, you will see all the folders. Next, you can follow the path trail to your folder.

Where are the installation files stored?

The installation files are stored inside the Documents folder.

Can I use QuPath headlessly?

Yes! QuPath has instructions on how to use it headlessly on this FAQ page. Specific subcommands can be found in this sub-section. For O2 specific installation, the QuPath executable file can be found at ~/Documents/QuPath/bin

Does QuPath use GPU?

By default, QuPath does not use GPU and only StarDist can take advantage of GPU access right now. You can find more information regarding that here.

Can I use CellPose headlessly?

Yes! You can find necessary information regarding that here. For the CellPose executable, you will need to activate the CellPose environment first. You can do that using the following commands:

module purge
module load miniconda3/23.1.0
source activate cellpose