Changeset 6141 for trunk/CONVERTALN/swissprot.c
- Timestamp:
- 14/08/09 16:29:27 (3 years ago)
- Files:
-
- 1 modified
-
trunk/CONVERTALN/swissprot.c (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/CONVERTALN/swissprot.c
r5390 r6141 74 74 } 75 75 76 /* seq ir elenvant header */76 /* seq irrelevant header */ 77 77 init(); 78 78 macke_out_header(ofp); … … 247 247 } 248 248 /* ------------------------------------------------------------ */ 249 /* Function protein_ch cek_blanks().249 /* Function protein_check_blanks(). 250 250 /* Check if there is (numb) blanks at beginning of line. 251 251 */ … … 688 688 data.macke.remarks[remnum++] = Dupstr(temp); 689 689 } 690 /* Maybe redu dantly */690 /* Maybe redundantly */ 691 691 if(Lenstr(data.protein.comments)>1) { 692 692 for(indj=0, indk=0; data.protein.comments[indj]!='\0'; indj++) … … 733 733 } 734 734 735 /* seq ir elenvant header */735 /* seq irrelevant header */ 736 736 init(); 737 737 /* rewind(ifp); */ … … 808 808 today = today_date(); 809 809 if(today[Lenstr(today)-1]=='\n') today[Lenstr(today)-1] = '\0'; 810 fprintf(ofp, "[! RDP - the Rib somal Database Project, (%s).]\n", today);810 fprintf(ofp, "[! RDP - the Ribosomal Database Project, (%s).]\n", today); 811 811 fprintf(ofp, "[! To get started, send HELP to rdp@info.mcs.anl.gov ]\n"); 812 812 fprintf(ofp, "BEGIN DATA;\n DIMENSIONS\n");
