Process
Module
Useful functions for interacting with processes.
-
pbcore.util.Process.
backticks
(cmd, merge_stderr=True)
Simulates the perl backticks (``) command with error-handling support
Returns ( command output as sequence of strings, error code, error message )