Name | Modified | Size | Downloads / Week |
---|---|---|---|
silico-0.12.tar.gz | 2011-12-20 | 1.3 MB | |
README.creole | 2011-12-20 | 675 Bytes | |
silico-0.11.tar.bz2 | 2011-05-16 | 683.0 kB | |
Totals: 3 Items | 1.9 MB | 1 |
Installation
1. Uncompress the tar archive tar -zxvf silico-0.12.tar.gz
2. Move the 'silico' directory contained within the silico-0.12 directory to an appropriate location
3. Set the environment variable SILICO_HOME to point to the silico directory
4. Include $SILICO_HOME/bin in your path
eg. For the C shell
setenv SILICO_HOME /apps/scripts/silico
setenv PATH $PATH\:$SILICO_HOME/bin
Documentation
Silico uses a simple markup scheme for comments written at the start of each program script and in each subroutine. See lib/silico_doc.pm for more information.
Run the script 'makedoc' to generate the documentation in text and html formats.