vbsingle
From VoxBoWiki
vbsingle is a currently defunct (but soon to be revived) program for running VoxBo jobs on a single desktop machine. It can be used either in interactive mode or to run a single command and exit. An interactive session looks like this:
bash# vbsingle Welcome to vbsingle A component of VoxBo (v1.8/Mar 13 2006) Your queue is at: /home/usr/.voxbo/queue vbsingle> help VoxBo vbsingle (v1.8.2/Jun 9 2006) commands: list list what's in the queue run <seq> run seq number run1 <seq> run one job from seq kill <seq> debug <seq> exec <cmd> cms is a jobtype followed by its arguments retry <seq> mark bad as good, try again dooever <seq> start from scratch leapfrog <seq> mark bad as done, keep going help this screen vbsingle>
To run a single vbsubmit command, just append it to the command line and vbsubmit will run it and exit. For example:
bash# vbsingle list Welcome to vbsingle A component of VoxBo (v1.8.2/Jun 9 2006) Your queue is at: /home/usr/.voxbo/queue Sequence Name Num Pri Owner Wait Run Bad Done Total mysequence1 250 2 myname 100 0 0 0 100 mysequence2 250 2 myname 100 0 0 0 100 bash#
This is also be useful for running single jobs from the command line (i.e., vbsingle exec spm2_realign).
