vbprep
From VoxBoWiki
|
This page has been tagged as needing a fair bit of work! |
vbprep is VoxBo's general purpose script processor, usually used for parsing preprocessing or RFX scripts. Until we get around to writing some detailed documentation, your best bet is to find a sample script to work from.
VoxBo vbprep (v1.8.5pre7/Jan 5 2010) usage: vbprep [flags] file [file ...] flags: -h i'm lazy, show me a sample script file -x <filename> i'm really lazy, make me a sample script file -n <study name> processes only study name data set -sched <opts> see below -s keep sequences separate notes: The -sched flag takes five numeric arguments: pri1, max1 pri2, max2, and maxjobsperhost. The sequence has priority pri1 until max1 jobs are running, at which point it drops to pri2. Using 0 for either max argument implies no limit. maxperhost does what it sounds like.
