Public Member Functions | |
Junction2Vcf (const std::string &name) | |
Protected Member Functions | |
int | run (po::variables_map &vm) |
The actual code of the command goes here. | |
void | saveVcf (std::ostream &out) |
Protected Attributes | |
std::string | referenceFileName_ |
std::string | outputFileName_ |
std::string | junctionsFileName_ |
size_t | scoreThreshold_ |
size_t | minJunctionLength_ |
boost::shared_ptr < reference::CrrFile > | reference_ |
boost::shared_ptr < junctions::JunctionFiles > | junctionFiles_ |
int cgatools::command::Junction2Vcf::run | ( | po::variables_map & | vm | ) | [protected, virtual] |
The actual code of the command goes here.
Throw exceptions to communicate errors.
Implements cgatools::command::Command.