toil.lib.bioio¶
Functions¶
|
A convenience wrapper around subprocess.check_call that logs the command before passing it |
|
|
|
|
|
Module Contents¶
- toil.lib.bioio.system(command)[source]¶
A convenience wrapper around subprocess.check_call that logs the command before passing it on. The command can be either a string or a sequence of strings. If it is a string shell=True will be passed to subprocess.check_call. :type command: str | sequence[string]