Show
Ignore:
Timestamp:
14/08/09 16:29:27 (3 years ago)
Author:
westram
Message:
  • spellchecked all (phew)
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/CONVERTALN/genbank.c

    r5390 r6141  
    206206} 
    207207/* ------------------------------------------------------------ 
    208  *  Function genbank_chcek_blanks(). 
     208 *  Function genbank_check_blanks(). 
    209209 *      Check if there is (numb) of blanks at beginning 
    210210 *          of line. 
     
    458458            return(eof); 
    459459    } 
    460     /* make up data to match the logic reasoning for next statment */ 
     460    /* make up data to match the logic reasoning for next statement */ 
    461461    for(indi=0; indi<12; line[indi++]=' ') ; eof = "NONNULL"; 
    462462 
     
    753753     FILE    *fp; 
    754754{ 
    755     /*  void    genbank_print_lines(), genbank_out_origin(); */ 
    756     /*  void    genbank_print_comment(), count_base(); */ 
    757     /*  char    temp[LONGTEXT]; */ 
    758     /*  void    genbank_out_one_entry(), genbank_out_one_comment(); */ 
    759     /*  int Lenstr(), deterninator(); */ 
    760755    int indi, /*indj, indk,*/ length; 
    761756    int base_a, base_t, base_g, base_c, base_other; 
     
    980975} 
    981976/* -------------------------------------------------------------- 
    982  *  Fucntion genbank_print_lines(). 
    983  *      Print one grnbank line, wrap around if over 
     977 *  Function genbank_print_lines(). 
     978 *      Print one genbank line, wrap around if over 
    984979 *          column 80. 
    985980 */ 
     
    10121007            else if(string[indi+indj+1]==' ') indj++; 
    10131008 
    1014             /* print left margine */ 
     1009            /* print left margin */ 
    10151010            if(!first_time) 
    10161011                fprintf(fp, "            "); 
     
    10321027} 
    10331028/* -------------------------------------------------------------- 
    1034  *  Fucntion genbank_print_comment(). 
    1035  *      Print one grnbank line, wrap around if over 
     1029 *  Function genbank_print_comment(). 
     1030 *      Print one genbank line, wrap around if over 
    10361031 *          column 80. 
    10371032 */ 
     
    10691064                indj--) ; 
    10701065 
    1071             /* print left margine */ 
     1066            /* print left margin */ 
    10721067            if(string[indi]==' ') indk = 1; 
    10731068            else indk = 0; 
     
    10861081} 
    10871082/* --------------------------------------------------------------- 
    1088  *   Fcuntion genbank_out_origin(). 
     1083 *   Function genbank_out_origin(). 
    10891084 *       Output sequence data in genbank format. 
    10901085 */