GenomeComb
Genomecomb moved to github on https://github.com/derijkp/genomecomb with documentation on https://derijkp.github.io/genomecomb. For up to date versions, go there. These pages only remain here for the data on the older scientific application (or if someone really needs a long obsolete version of the software)
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