Monitoring the Workflow
Introduction
vf_report.sh
$ vf_report -h
Usage: vf_report [-h] -c category [-v verbosity] [-d docking-type-name] [-s][-n number-of-compounds]
Options:
-h: Display this help
-c: Possible categories are:
workflow: Shows information about the status of the workflow and the batchsystem.
vs: Shows information about the virtual screening results. Requires the -d option.
-v: Specifies the verbosity level of the output. Possible values are 1-3 (default 1)
-d: Specifies the docking type name (as defined in the workflow/control/all.ctrl file)
-s: Specifies if statistical information should be shown about the virtual screening results (in the vs category)
Possible values: true, false
Default value: true
-n: Specifies the number of highest scoring compounds to be displayed (in the vs category)
Possible values: Non-negative integer
Default value: 0Time delay
Last updated