FAQs - swvanderlaan/slideToolKit GitHub Wiki
Everything you always wanted to know, and where afraid to ask.
Below we will collect all frequently ask questions and provide answers. We will also collect tips and tricks that will help you in applying slideToolKit
.
Tips :bulb:
- You can use many scripts individually on single WSIs or a folder containing many WSIs.
- Most slides are scanned and will have a barcode sticker. This allows for the scanner to automatically create a proper filename. You can also do this manually using
slideRename.py
. Check it out. - Sometimes you want to quickly get PNGs of a specific magnification for one or multiple images, or perhaps you want to see the thumbnail image. You can use the scripts
slideExtract.py
,slideMacro.py
, andslideThumbnail.py
to do just that. - You may want to inspect the metadata of a given image,
slideInfo.py
provides for that.
FAQs :thinking:
Below some initial questions and answers. You have a question? Create an Issue and we'll add it the list below.
Does it work on my computer?
slideToolKit
is specifically designed to process large quantities of WSIs. So, we designed it to work optimally on a Linux-based system which used SLURM to control and submit jobs. That said, almost all scripts are made such that they can be used individually on any Linux-based system with bash
and python3
installed. For macOS users we even created a standalone version of slideQuantify
to be run locally: slideQuantifyOSX
.
Should I save all the intermediate files and images?
Good question, ambivalent answer. Depending on whether you use the bash
- or the python
-version of slide2Tiles
, the tiling process takes the longest when running slideQuantify
. In the event you think it is likely you will rerun CellProfiler
analyses it is recommended to keep the masked and tiled images. A downside might be the use of space.
The reason for the bash
-version of slide2Tiles
to take such a long time is also partly related to the magnification that is used, by default this is set at 20x in slideQuantify
. You can also run the slideToolKit
step-by-step providing more control, for instance you can use --layer
in slide2Tiles
to select the specific magnification.
Why not Windows?
Many of the computational tools to process, manage, and analyse large quantities of WSIs are written specifically for Linux-based systems.