GenomeComb
cg source scriptfile
runs a script (Tcl) with all commands/extensions from genomecomb available.
If you start a genomecomb script with the following lines
#!/bin/sh # the next line restarts using tclsh \ exec cg source "$0" "$@"
and make it executable to make it can be run directly.
Dev