Skip to content

Add installation step-by-step#19

Open
BioGeek wants to merge 1 commit into
dcjones:masterfrom
BioGeek:patch-1
Open

Add installation step-by-step#19
BioGeek wants to merge 1 commit into
dcjones:masterfrom
BioGeek:patch-1

Conversation

@BioGeek
Copy link
Copy Markdown

@BioGeek BioGeek commented Feb 24, 2017

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

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant