pgb_liv\php_ms\Writer\FastaWriter

A file writer class for creating FASTA files.

Generates data in PEFF only.

Synopsis

class FastaWriter {
  • // constants
  • const DECOY_COUNT = '_DecoyCount';
  • const UNKNOWN_PLACEHOLDER = 'Unknown';
}

Coverage

Methods 41.67% 5 / 12
Lines 51.79% 58 / 112

Violations

PHPMessDetector

Line Rule Message
125 - 171 CyclomaticComplexity The method writeDescription() has a Cyclomatic Complexity of 10. The configured cyclomatic complexity threshold is 10.
125 - 171 NPathComplexity The method writeDescription() has an NPath complexity of 240. The configured NPath complexity threshold is 200.

Checkstyle

Line Column Severity Message
185 122 warning Line exceeds 120 characters; contains 122 characters

Constants

Name Value
DECOY_COUNT '_DecoyCount'
UNKNOWN_PLACEHOLDER 'Unknown'

Members

private

  • $conversion
  • $databases
  • $outputHandle
  • $tmpHandle

Methods

History