Subsections


mrklast

Returns the numerical Id of the last marker known.

Synopsis :

The mrklast command is invoked either as:

Description:

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.

Arguments:

Returns:

the numerical Id of the last marker known.

Example:

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

See also:



Thomas Schiex 2009-10-27