Galaxy Communicator Documentation:

The Program Verifier

License / Documentation home / Help and feedback

The executable verify_program will check the syntax of a Hub program file and report errors.


Usage

Command line

<GALAXY_ROOT>/contrib/MIT/galaxy/bin/verify_program ...

Command line arguments

static char *oas[] =
{
  "-in filename", "program file to verify", NULL,
  "-out filename", "regenerate program to file (- is stdout)", NULL,
  "-debug", "verbose mode",
  "-color", "enable color output",
  NULL,
};
The -in argument is the input program file. Errors will be reported for this file. If you wish a "canonical" program file to be written (for instance, for seeing how the Hub will interpret a program file), use the -out argument.
License / Documentation home / Help and feedback
Last updated November 2, 2000