Building Cpp Development in Bioinformatics
1. Config Compile Environment
I am preparing to develop a tool using C++ in the Linux and Macos environments. Usually, I do not have root rights to download dependencies for C++ using apt-get install -y denpendencies directly in Ubuntu. However, I us...
yangli.hashnode.dev6 min read
Vinnie
its bioinformatics
Thanks for this. I forked the ModernCppStarter repo and added HTSlib support following this integration pattern. Can be found on github under htslib-cpp-starter.