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

add `make install` target #29

Closed wookietreiber closed 6 years ago

wookietreiber commented 6 years ago

The usual workflow for installation is:

cmake
make
[sudo] make install

At the moment, w2rap-contigger does not provide an automated way to install the built executables:

$ make install
make: *** No rule to make target `install'.  Stop.

PR incoming, just give me a sec.