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)

sh

Format

cg source scriptfile

Summary

runs a script (Tcl) with all commands/extensions from genomecomb available.

Description

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.

Category

Dev