This file contains 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
qsub(1B) PBS Professional qsub(1B) | |
NAME | |
qsub - submit PBS job | |
SYNOPSIS |
This file contains 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 os | |
import os.path | |
import glob | |
from loci.plugins.util import BFVirtualStack | |
from loci.formats import ImageReader | |
from ij import ImagePlus, ImageStack | |
from ij import IJ | |
from ij.io import DirectoryChooser | |
from ij.gui import GenericDialog |