User Tools

Site Tools


squid-software

Table of Contents

SQUID

A C library that is bundled with much of the above software. C function library for sequence analysis.

Information

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
squid-software.txt · Last modified: 2020/04/27 13:10 by aorth