bioinfologics / w2rap-contigger

An Illumina PE genome contig assembler, can handle large (17Gbp) complex (hexaploid) genomes.
http://bioinfologics.github.io/the-w2rap-contigger/
MIT License
44 stars 14 forks source link

adds make install target #30

Closed wookietreiber closed 6 years ago

wookietreiber commented 6 years ago

adds proper installation procedure via make install, e.g.:

$ mkdir build
$ cd build
$ cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
$ make
$ sudo make install
...
Install the project...
-- Install configuration: "Release"
-- Installing: /usr/bin/w2rap-contigger
-- Installing: /usr/bin/hbv2gfa

fixes #29

ljyanesm commented 6 years ago

Looks good, thanks!