Versions Compared

    Key

    • This line was added.
    • This line was removed.
    • Formatting was changed.

    ...

    Qube Output Parsing and Validation

    An optional basic file size check for the cmdlinebasic file size check for the cmdline/cmdrange simplecmd framework jobtypes framework jobtypes provides basic image validation if the path to the image can be determined (see regex_outputPaths parameter below). If an image is identified from parsing the stdout or stderr from a cmdline/cmdrange job (or any job using the simplecmd framework), it can optionally have rudimentary validation automatically performed on it to make sure that it is valid. 

    For this to work, the regex_outputPaths submission parameter needs to be specified for it to parse the stdout/stderr of the job for images, or manually specifying the job frame's path (in Python of the jobFrame is a frame in the job, then the paths are represented by jobFrame['resultPackage']['outputPaths']).

    ...