Commit 4f1e74c9 authored by Yannis Duffourd's avatar Yannis Duffourd

Adding support for deletion / insertion calling

parent d1f5ff56
This diff is collapsed.
......@@ -70,6 +70,8 @@ class Vihgo
std::string getChrFromProt( std::string );
bool isThereAControl();
std::string getAAfromCodon( std::string );
char getBase( int );
char getReferenceBase( std::string , int );
// map of codon
std::map<std::string , std::string > codonTable;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment