Package hocort
Expand source code
import os
import sys
# check if user has root access, don't allow to install or run HoCoRT with root access
if os.environ.get("SUDO_UID"):
print('Attempting to run HoCoRT with root privileges. Exiting.')
sys.exit(1)
Sub-modules
hocort.alignershocort.dependencieshocort.execute-
Executes commands as subprocesses at the OS level.
hocort.interface-
Command line user interface for HoCoRT.
hocort.logginghocort.parsehocort.pipelineshocort.version-
A file for storing version and last_modified variables.