This is an old revision of the document!
FASTQ processing utilities.
See versions of ea-utils which are available:
$ module avail ea-utils
Load ea-utils:
$ module load ea-utils/1.1.2
Notes from the sysadmin during installation:
$ wget "https://drive.google.com/uc?id=0B7KhouP0YeRAc2xackxzRnFrUEU&export=download" -O ea-utils.1.1.2-806.tar.gz $ tar -xvf ea-utils.1.1.2-806.tar.gz $ cd ea-utils.1.1.2-806 $ scl enable devtoolset-2 bash $ module load samtools/1.2 $ sudo mkdir -p /export/apps/ea-utils/1.1.2 $ sudo chown -R joguya:joguya /export/apps/ea-utils/1.1.2 $ module load perl/5.16.3.1603 $ PREFIX=/export/apps/ea-utils/1.1.2 make install $ sudo chown -R root:root /export/apps/ea-utils/1.1.2