This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Does vg provides an api?

Does vg toolkit provides an api for c++? Since it is written in c++, is it possible to use its commands inside my c++ code?

cpp vg api

1 answer

Sort of. VG does compile into a library, but the main functions for the various subcommands are not included in it. If you wanted to replicate the function of a subcommand, you would need to replicate the work the main function does into your application.

Log in to answer this question.