Augustus 3.4.0
Loading...
Searching...
No Matches
orthogene.hh
1/*
2 * orthogene.hh
3 *
4 * License: Artistic License, see file LICENSE.TXT or
5 * https://opensource.org/licenses/artistic-license-1.0
6 */
7
8#ifndef _ORTHOGENE_HH
9#define _ORTHOGENE_HH
10
17class OrthoGene {
18public:
19 OrthoGene() {};
20 ~OrthoGene() {};
21
22private:
23
24};
25
26#endif
maintains homologous (often orthologous) genes for comp. gene prediction
Definition orthogene.hh:17