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/PROBE_COM/PT.aisc

    r5876 r6141  
    6565    @TYPE,  @IDENT, @REF,   @ACC,   @KEY,           @KEYC,  @INIT,          @DOCU; 
    6666    dllh,   mh,     t,      ,       (~~),           0,      ,               (~Header~); 
    67     int,    mode,   t,      ,       MODE,           9,      ,               (~ ==1 -> split domains; ==0 -> dont split domains ~); 
     67    int,    mode,   t,      ,       MODE,           9,      ,               (~ ==1 -> split domains; ==0 -> don't split domains ~); 
    6868    double, ll,     t,      ,       LLEFT,          10,     ,               (~ the bond value of the character left of the left ~); 
    6969    double, l,      t,      ,       LEFT,           11,     ,               (~ The bond value left character ~); 
     
    116116    int,            looplen,        t,      ,       LOOPLEN,        17,     4,                      (~ The Loop Length of a probe ~); 
    117117    int,            probelen,       t,      ,       PROBELENGTH,    20,     18,                     (~the length of the probe~); 
    118     double,         mintemp,        t,      ,       MINTEMP,        22,     30.0,                   (~minimum temperuture~); 
     118    double,         mintemp,        t,      ,       MINTEMP,        22,     30.0,                   (~minimum temperature~); 
    119119    double,         maxtemp,        t,      ,       MAXTEMP,        23,     100.0,                  (~maximum temperature~); 
    120120    double,         min_gc,         t,      ,       MINGC,          25,     .3,                     (~the minimum GC content~); 
     
    127127    int,            clipresult,     t,      ,       CLIPRESULT,     40,     40,                     (~Clip the Result list~); 
    128128    int,            pos_groups,     vt,     ,       ,               ,       ,                       (~Position of Groups~), SIZE ALPHA_SIZE; 
    129     bytestring,     checksums,      t,      w,      CHECKSUMS,      44,     ,                       (~a list of sequence checksums seperated by '#' is optional~); 
    130     bytestring,     names,          t,      w,      NAMES,          45,     ,                       (~a list of names seperated by '#' is expected~); 
     129    bytestring,     checksums,      t,      w,      CHECKSUMS,      44,     ,                       (~a list of sequence checksums separated by '#' is optional~); 
     130    bytestring,     names,          t,      w,      NAMES,          45,     ,                       (~a list of names separated by '#' is expected~); 
    131131    bytestring,     PT_unknown_names,%,     r,      UNKNOWN_NAMES,  46,     ,                       (~List of unknown names~); 
    132132    PT_sequence,    sequences,      d,      ,       SEQUENCE,       47,     ,                       (~Additional Sequences~); 
     
    215215    PT_exProb,      ep,                   d,    ,       ,       PROBE_FIND_CONFIG,    42,     ,                     (~Find all existing probes~); 
    216216 
    217     # com-codes 50-59 were used by find-family, dont re-use for some time (ralf 10/2008) 
     217    # com-codes 50-59 were used by find-family, don't re-use for some time (ralf 10/2008) 
    218218 
    219219    aisc_string,    user,                 t,    rw,     ,       USER,                 60,     "unknown",            (~the username~);