ContextSV 0.0.1
Integrative SV calling.
All Classes Files Functions Variables Typedefs Macros
FASTAQuery Class Reference

#include <fasta_query.h>

Public Member Functions

int setFilepath (std::string fasta_filepath)
 
std::string getFilepath ()
 
std::string query (std::string chr, int pos_start, int pos_end)
 
std::string getContigHeader ()
 

Private Attributes

std::string fasta_filepath
 
std::map< std::string, std::string > chr_to_seq
 

Member Function Documentation

◆ getContigHeader()

std::string FASTAQuery::getContigHeader ( )
Here is the caller graph for this function:

◆ getFilepath()

std::string FASTAQuery::getFilepath ( )
Here is the caller graph for this function:

◆ query()

std::string FASTAQuery::query ( std::string  chr,
int  pos_start,
int  pos_end 
)
Here is the caller graph for this function:

◆ setFilepath()

int FASTAQuery::setFilepath ( std::string  fasta_filepath)
Here is the caller graph for this function:

Member Data Documentation

◆ chr_to_seq

std::map<std::string, std::string> FASTAQuery::chr_to_seq
private

◆ fasta_filepath

std::string FASTAQuery::fasta_filepath
private

The documentation for this class was generated from the following files: