This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import static groovy.io.FileType.FILES | |
| def WSI_DIR = '/path/to/WSI/' | |
| def WSI_EXT = '.svs' | |
| def WSI_ANNOTS_DIR = '/path/to/qpdata/annots/' | |
| def WSI_ANNOTS_EXT = '.qpdata' | |
| def OUT_DIR = '/path/to/outputs/' | |
| def wsi_map = [:] |
OlderNewer