Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add installation step-by-step #19

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

BioGeek
Copy link

@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