Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 674 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 674 Bytes

UgerScripts

A couple of scripts for Broad Institute UGER users to replace the horrid default qstat / qconf functionalities

python qmon.py [-u username] [-w [-d delay]]

  • Running without arguments will produce a list of jobs running for whatever user runs the command.
  • Running with argument -u will pass the parameter to qstat -u, allows for -u "*" (quotes required)
  • Running with -w will run the scripts in a refreshing window, with a few checks to truncate lists if they will run off the page. The default refresh delay is 3s, but that can be changed using -d

python qhogs.py

  • Produces an output like the bjobss script we all loved so much