Changeset 6141 for trunk/CONVERTALN/mg.c
- Timestamp:
- 14/08/09 16:29:27 (3 years ago)
- Files:
-
- 1 modified
-
trunk/CONVERTALN/mg.c (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/CONVERTALN/mg.c
r5390 r6141 1 /* gen abnk and Macke converting program */1 /* genbank and Macke converting program */ 2 2 3 3 #include <stdio.h> … … 42 42 error(1, temp); 43 43 } 44 /* seq ir elenvant header */44 /* seq irrelevant header */ 45 45 init(); 46 46 init_gm_data(); … … 381 381 /* -------------------------------------------------------------------- 382 382 * Function genbank_get_subspecies(). 383 * Get subspecies information from SOURCE, DEF ENITION, or384 * COMMENT line of Gen abnk data file.383 * Get subspecies information from SOURCE, DEFINITION, or 384 * COMMENT line of Genbank data file. 385 385 */ 386 386 char … … 1071 1071 /* ------------------------------------------------------------------- 1072 1072 * Function get_string(). 1073 * Get the rest of the string until lreaching certain1073 * Get the rest of the string until reaching certain 1074 1074 * terminators, such as ';', ',', '.',... 1075 1075 * Always append "\n" at the end of the returned string. … … 1100 1100 /* ------------------------------------------------------------------- 1101 1101 * Function get_atcc_string(). 1102 * Get the rest of the string until lreaching certain1102 * Get the rest of the string until reaching certain 1103 1103 * terminators, such as ';', ',', '.',... 1104 1104 */
