Skip to content

Instantly share code, notes, and snippets.

View omicsnut's full-sized avatar

Rajeeva Lochan Musunuri omicsnut

View GitHub Profile
@omicsnut
omicsnut / acct_parse.py
Created May 17, 2017 02:31 — forked from SamStudio8/acct_parse.py
SGE QACCT Parsing
"""
Provides functions for the purpose of parsing a Sun Grid Engine (SGE)
accounting file for job metadata.
"""
__author__ = "Sam Nicholls <msn@aber.ac.uk>"
__copyright__ = "Copyright (c) Sam Nicholls"
__version__ = "0.0.32"
__maintainer__ = "Sam Nicholls <msn@aber.ac.uk>"