pgb_liv\php_ms\Search\MsgfPlusSearch::search
Perform the MS-GF+ search using the specified parameters.
Any paramaters not specified will use the MS-GF+ defaults.
Signature
public function search(SearchParametersInterface
$parameters )
Parameters
$parameters
— pgb_liv\php_ms\Search\Parameters\SearchParametersInterface
Paramaters object for any arguments to send to MS-GF+
Returns
- string
- Path to the results file
Errors/Exceptions
-
InvalidArgumentException
- Thrown if any of the required properties are missing
Test Coverage
Information
- Coverage: 0/12 Lines (0%)
- Tests: 0
- Passed: 0 (0%)
Violations
PHPMessDetector
Line | Rule | Message |
---|---|---|
90 - 93 | ElseExpression | The method search uses an else expression. Else is never necessary and you can simplify the code to work without else. |