linsalrob / fastq-pair

Match up paired end fastq files quickly and efficiently.
https://edwards.flinders.edu.au/sorting-and-paring-fastq-files/
MIT License
142 stars 32 forks source link

Complement the steps for local installation #5

Closed vitorlimac2 closed 6 years ago

vitorlimac2 commented 6 years ago

Where cmake3 -DCMAKE_INSTALL_PREFIX=$HOME/bin

update to

cmake3 -DCMAKE_INSTALL_PREFIX=$HOME/bin ..

linsalrob commented 6 years ago

Committed the change. Thanks!