|
vg
tools for working with variation graphs
|
#include "version.hpp"#include "vg_git_version.hpp"#include "vg_environment_version.hpp"#include <htslib/hts.h>#include <iostream>#include <sstream>Namespaces | |
| vg | |
Macros | |
| #define | QUOTE(arg) #arg |
| #define | STR(macro) QUOTE(macro) |
| #define | VG_STANDARD_LIBRARY_VERSION "unknown standard library" |
| #define | VG_HTSLIB_VERSION STR(HTS_VERSION) |
| #define QUOTE | ( | arg | ) | #arg |
| #define STR | ( | macro | ) | QUOTE(macro) |
| #define VG_HTSLIB_VERSION STR(HTS_VERSION) |
| #define VG_STANDARD_LIBRARY_VERSION "unknown standard library" |
1.8.17