bcgsc / btllib

Bioinformatics Technology Lab common code library
Other
21 stars 5 forks source link

Add recipes to btllib #26

Closed vlad0x00 closed 2 years ago

vlad0x00 commented 2 years ago

Add a recipe dir that contains code for executables such as indexlr. Currently, core indexlr code is in btllib, but since btllib is a header-only library the actual executable code (with main function) is in the repos that use indexlr (e.g. https://github.com/bcgsc/ntJoin/blob/master/src/indexlr.cpp or https://github.com/bcgsc/ntLink/blob/master/src/indexlr.cpp). This results in unnecessarily having copies of the same code in every repo that uses indexlr.

vlad0x00 commented 2 years ago

Added in v1.2.0.