walaj / SeqLib

C++ htslib/bwa-mem/fermi interface for interrogating sequence data
http://bioinformatics.oxfordjournals.org/content/early/2016/12/21/bioinformatics.btw741.full.pdf+html
Other
133 stars 36 forks source link

Libraries are placed in {prefix}/bin and not {prefix}/lib #45

Closed edawson closed 5 years ago

edawson commented 5 years ago

When building from source, my libseqlib.a, libbwa.a, libhts.a and libfml.a all get placed in a directory called bin. I'd usually expect this directory to contain binaries, and to find libraries in a directory called lib. This isn't a huge deal, but it does kind of throw off my automated install processes. PR https://github.com/walaj/SeqLib/pull/44 tweaks the Makefile.am to change this.

walaj commented 5 years ago

Closing per the accepted PR. (Unrelatedly, am keen to check out the assembly graph work / svaha etc. Looks great, will give it a spin).