pgb_liv\php_ms\Search\MsgfPlusSearch::executeCommand
Executes the MSGF+ Command.
Signature
private function executeCommand(string
$command )
Parameters
$command
— string
Complete command line argument to execute
Returns
- string
- Path to MS-GF+ stdout log file
Errors/Exceptions
-
InvalidArgumentException
- Thrown if MS-GF+ writes anything to stderr
Test Coverage
Information
- Coverage: 0/16 Lines (0%)
- Tests: 0
- Passed: 0 (0%)
Violations
PHPMessDetector
Line | Rule | Message |
---|---|---|
184 | UnusedLocalVariable | Avoid unused local variables such as '$pipes'. |