sets the description of the protein
| 128 | |
| 129 | // sets the description of the protein |
| 130 | void ProteinHit::setDescription(const String& description) |
| 131 | { |
| 132 | setMetaValue("Description", description); |
| 133 | } |
| 134 | |
| 135 | // sets the accession of the protein |
| 136 | void ProteinHit::setAccession(const String& accession) |
no outgoing calls
no test coverage detected