GenomeComb
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