A C library that is bundled with much of the above software. C function library for sequence analysis.
See versions of squid which are available:
$ module avail squid
Load one version into your environment and run it:
$ module load squid/1.9g
Notes from the sysadmin during installation:
$ cd /tmp $ wget http://eddylab.org/software/squid/squid.tar.gz $ tar xf squid.tar.gz $ cd squid-1.9g $ ./configure --prefix=/export/apps/squid/1.9g $ make $ sudo mkdir -p /export/apps/squid/1.9g $ sudo chown aorth /export/apps/squid/1.9g $ make install $ sudo chown -R root:root /export/apps/squid/1.9g