TODO find a more robust way to figure that out. CV Terms?
| 471 | |
| 472 | //TODO find a more robust way to figure that out. CV Terms? |
| 473 | bool ProteinIdentification::hasInferenceData() const |
| 474 | { |
| 475 | return !getInferenceEngine().empty(); |
| 476 | } |
| 477 | |
| 478 | bool ProteinIdentification::hasInferenceEngineAsSearchEngine() const |
| 479 | { |
no test coverage detected