join_contig
join_contig
-io io_handle:integer
-contig1 identifier:string
?-reading1 identifier:string()?
?-pos1 position:integer(1)?
-contig2 identifier:string
?-reading2 identifier:string()?
?-pos2 position:integer(1)?
This command brings up a join editor display. The display consists of two contig editors, one above the other. The function returns no value but will generate a Tcl error if an error occurs.
-ioio_handle-
The database IO handle returned from a previous
open_dbcall. -contig1identifier-contig2identifier-
These specify the contigs to join.
-reading1identifier-reading2identifier-pos1position-pos2position-
By default the editors start with the display and cursor at the left end of
the consensus. Use these options to specify a different reading and position.
The position is relative to the start of the specified reading. To start the
editors at specific positions in the consensus sequence use only
-posn.
This page is maintained by staden-package. Last generated on 25 April 2003.
URL: http://www.mrc-lmb.cam.ac.uk/pubseq/manual/scripting_90.html