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/TOOLS/arb_probe.cxx

    r5653 r6141  
    332332 
    333333    P.DESIGNCPLIPOUTPUT = getInt("designmaxhits",100,10,10000,  "Maximum Number of Probe Design Suggestions"); 
    334     P.DESINGNAMES       = getString("designnames","",       "List of short names seperated by '#'"); 
     334    P.DESINGNAMES       = getString("designnames","",       "List of short names separated by '#'"); 
    335335    P.sequence          = 0; 
    336336    while  ((P.DESIGNSEQUENCE = getString("designsequence",0,       "Additional Sequences, will be added to the target group"))) { 
     
    349349 
    350350    P.MINPOS = getInt("desingminpos",0,0,10000,  "Minimum ecoli position"); 
    351     P.MAXPOS = getInt("desingmaxpos",10000,0,10000,  "Maximumm ecoli position"); 
     351    P.MAXPOS = getInt("desingmaxpos",10000,0,10000,  "Maximum ecoli position"); 
    352352 
    353353    P.MISHIT     = getInt("designmishit",0,0,10000,  "Number of allowed hits outside the selected group");