Subsections
mrklast
Returns the numerical Id of the last marker known.
The mrklast command is invoked either as:
returns the numerical Id of the last marker loaded i.e., the largest
marker numerical Id currently used. This can be useful to process all
markers in a Tcl macro.
- Options : -u to obtain the synopsys of the normal
use, -h to print a one line description, -H to
print a short help.
the numerical Id of the last marker known.
CG> dsload Data/bc.cg
{1 f2 backcross 20 208 /homes/thomas/carthagene/test/Data/bc.cg}
CG> dsload Data/rh.cg
{2 haploid RH 53 118 /homes/thomas/carthagene/test/Data/rh.cg}
CG> mrklast
59
Thomas Schiex
2009-10-27