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 sh ?options?
runs a shell in which genomecomb commands can be input and executed interactively.
cg sh makes it possible to test out tcl code interactively, with all genomecomb commands/extensions available. Commands can be entered and are imediately executed. By default, the editline library is used (through eltclsh) to allow the use pf arrow keys to go back in history, catch signals (Control-C) and complete commands/variables/files. Completion will not happen by using the tab key (which will just enter a tab character) but by usin Control-o.
supports options:
Dev