A tool for converting Philips iSyntax whole slide images to TIFF format, with support for batch processing and pyramidal TIFF generation.
This tool provides functionality to:
- Convert iSyntax (.i2syntax) files to OME-TIFF format
- Generate pyramidal TIFF files from OME-TIFF
- Process multiple files in batch using SLURM workload manager
- SLURM workload management system
- Required environment dependencies (see Environment Setup)
Please follow the installation instructions in the environment_installment folder to set up all required dependencies.
Create a list of iSyntax files to process:
find /path/to/isyntax/folder -maxdepth 1 -type f -name "*.i2syntax" | sort > input_list.txtReplace /path/to/isyntax/folder with the actual path to your iSyntax files.
- Open
batchrun.shand adjust the array job parameters in line 10 to match your number of files - Submit the batch job:
sbatch batchrun.sh
Submit the conversion job:
sbatch batchrun_ome2pyramidal.shNote: Integration of steps 2 and 3 into a single workflow is planned for future updates.
batchrun.sh- SLURM script for iSyntax to OME-TIFF conversionbatchrun_ome2pyramidal.sh- SLURM script for OME-TIFF to pyramidal TIFF conversionenvironment_installment/- Environment setup instructions and scripts
Feel free to submit issues and enhancement requests.
[Specify your license here]