pgb_liv\php_ms\Search\MsgfPlusSearch

Client to perform MS-GF+ search and results retrieval

Synopsis

class MsgfPlusSearch {
}

Coverage

Methods 16.67% 1 / 6
Lines 4.17% 3 / 72

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.
125 StaticAccess Avoid using static access to class '\pgb_liv\php_ms\Search\Parameters\MsgfPlusSearchParameters' in method 'getCommand'.
184 UnusedLocalVariable Avoid unused local variables such as '$pipes'.

Members

private

  • $exePath
  • $host
  • $javaPath

Methods

private

public

  • __construct() — Create a new instance of this class.
  • setHost() — Execute the command on the target host via SSH

History