hsinnan75 / MapCaller

MapCaller – An efficient and versatile approach for short-read alignment and variant detection in high-throughput sequenced genomes
MIT License
30 stars 5 forks source link

Use CXX instead of Compiler in src/makefile #11

Closed tseemann closed 4 years ago

tseemann commented 4 years ago

Can you please use the standard CXX = g++ instead of Compiler in src/makefile?

This is needed to build on Bioconda.

hsinnan75 commented 4 years ago

Thanks for the comment. I've modified and updated the makefile.

tseemann commented 4 years ago

Great - it is no consistent with the bwt_index and htslib.