Changeset 6141 for trunk/TOOLS/arb_probe.cxx
- Timestamp:
- 14/08/09 16:29:27 (3 years ago)
- Files:
-
- 1 modified
-
trunk/TOOLS/arb_probe.cxx (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/TOOLS/arb_probe.cxx
r5653 r6141 332 332 333 333 P.DESIGNCPLIPOUTPUT = getInt("designmaxhits",100,10,10000, "Maximum Number of Probe Design Suggestions"); 334 P.DESINGNAMES = getString("designnames","", "List of short names sep erated by '#'");334 P.DESINGNAMES = getString("designnames","", "List of short names separated by '#'"); 335 335 P.sequence = 0; 336 336 while ((P.DESIGNSEQUENCE = getString("designsequence",0, "Additional Sequences, will be added to the target group"))) { … … 349 349 350 350 P.MINPOS = getInt("desingminpos",0,0,10000, "Minimum ecoli position"); 351 P.MAXPOS = getInt("desingmaxpos",10000,0,10000, "Maximum mecoli position");351 P.MAXPOS = getInt("desingmaxpos",10000,0,10000, "Maximum ecoli position"); 352 352 353 353 P.MISHIT = getInt("designmishit",0,0,10000, "Number of allowed hits outside the selected group");
