rust-spoa 0.2.4

This crate wraps the C++ SPOA library for generating DNA and protein consensus sequences.
1
2
3
4
5
6
7
8
9
/*!
 * @file spoa_test_config.h.in
 *
 * @brief Spoa test configuration file
 */

#include <string>

const std::string spoa_test_data_path = "@spoa_test_data_path@";