fastq-tools icon indicating copy to clipboard operation
fastq-tools copied to clipboard

Add installation step-by-step

Open BioGeek opened this issue 8 years ago • 0 comments

Make installation a bit easier for newbies.

The lines

$ sudo apt-get install libpcre3-dev
$ sudo apt-get install zlibc

quickly tell how to install the required dependencies.

The line

$ cp -puv src/fastq-{grep,kmers,match,uniq,qual,sample,qualadj,sort,qscale} /usr/local/bin/

copies the executables.

And finally we clean up.

$ cd ..
$ rm fastq-tools -rf

BioGeek avatar Feb 24 '17 12:02 BioGeek