Changeset 6141 for trunk/CONVERTALN/phylip.c
- Timestamp:
- 14/08/09 16:29:27 (3 years ago)
- Files:
-
- 1 modified
-
trunk/CONVERTALN/phylip.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/CONVERTALN/phylip.c
r5957 r6141 63 63 init_macke(); 64 64 eof=macke_in_name(ifp); 65 } else error(34, "UNKNOW input format when converting to PHYLIP format.");65 } else error(34, "UNKNOWN input format when converting to PHYLIP format."); 66 66 if(eof==EOF) break; 67 67 if(informat==ALMA) { … … 73 73 } else if(informat==MACKE) { 74 74 Cpystr(temp, data.macke.seqabbr); 75 } else error(119, "UNKNOW input format when converting to PHYLIP format.");75 } else error(119, "UNKNOWN input format when converting to PHYLIP format."); 76 76 total_seq++; 77 77 … … 87 87 88 88 if(out_of_memory) { /* cannot hold all seqs into mem. */ 89 fprintf(stderr, 90 "Rerun the conversion throught one seq. by one seq. base.\n"); 89 fprintf(stderr, "Out of memory: Rerun the conversion sequence by sequence.\n"); 91 90 destroy_FILE_BUFFER(ifp); fclose(ofp); 92 91 to_phylip_1x1(inf, outf, informat);
