#include "cgatools/core.hpp"
#include <boost/noncopyable.hpp>
#include <boost/filesystem.hpp>
#include <boost/regex.hpp>
#include <boost/array.hpp>
Go to the source code of this file.
Classes | |
class | cgatools::cgdata::LibraryMetadata |
class | cgatools::cgdata::GenomeMetadata |
Namespaces | |
namespace | cgatools |
Namespace containing the libcgatools API. | |
Defines | |
#define | CGATOOLS_CGDATA_GENOMEMETADATA_HPP_ 1 |
Functions | |
bool | cgatools::cgdata::findFiles (boost::filesystem::path const &directory, std::string const &filename, std::vector< boost::filesystem::path > &filesFound, bool recursive=false, bool includeDir=false, boost::regex_constants::syntax_option_type regExOptions=boost::regex_constants::basic) |
Looks for all the files matching the given regular expression file name pattern. |