Package | Description |
---|---|
htsjdk.samtools.util |
Modifier and Type | Method and Description |
---|---|
static ProcessExecutor.ExitStatusAndOutput |
ProcessExecutor.executeAndReturnInterleavedOutput(java.lang.String command)
Execute the command and capture stdout and stderr.
|
static ProcessExecutor.ExitStatusAndOutput |
ProcessExecutor.executeAndReturnInterleavedOutput(java.lang.String[] commandArray)
Execute the command and capture stdout and stderr.
|