6 #ifndef SAMPLE_DATA_HPP_ 7 #define SAMPLE_DATA_HPP_ 9 #include "boost/preprocessor/stringize.hpp" 10 #include "boost/filesystem.hpp" 12 #ifndef SAMPLE_DATA_DIR 13 #error SAMPLE_DATA_DIR needs to be defined 16 #error TEMPORARY_DIR needs to be defined 22 static const boost::filesystem::path path(BOOST_PP_STRINGIZE(SAMPLE_DATA_DIR));
23 return canonical(path / name).string();
27 static const boost::filesystem::path path(BOOST_PP_STRINGIZE(TEMPORARY_DIR));
28 return canonical(path / name).string();
std::string temp_file_path(const std::string &name="")
Definition: sample_data.hpp:26
std::string sample_file_path(const std::string &name="")
Definition: sample_data.hpp:21
Main namespace of vdj_pipe library.
Definition: keywords_variable.hpp:11