Changeset 6141 for trunk/GENOM_IMPORT/DBwriter.h
- Timestamp:
- 14/08/09 16:29:27 (3 years ago)
- Files:
-
- 1 modified
-
trunk/GENOM_IMPORT/DBwriter.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/GENOM_IMPORT/DBwriter.h
r5853 r6141 62 62 GBDATA *gb_organism; // current organism 63 63 GBDATA *gb_gene_data; // current gene data 64 NameCounter generatedGenes; // helper to create unique gene names (key = name, value = count occur ances)64 NameCounter generatedGenes; // helper to create unique gene names (key = name, value = count occurrences) 65 65 66 66 void testAndRemoveTranslations(Importer& importer); // test and delete translations (if test was ok). warns via Importer
