====== SQUID ====== A C library that is bundled with much of the above software. C function library for sequence analysis. ===== Information ===== * Latest version: 1.9g * Added: April, 2020 * Link: http://eddylab.org/software.html ===== Usage ===== See versions of squid which are available: $ module avail squid Load one version into your environment and run it: $ module load squid/1.9g ===== Installation ====== 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