示例#1
0
LPSolver::LPSolver() : Runner("c:s:i:o:l:h") {
    RUNNER_INSTALL("solveLP", this, "solveLP");
}
示例#2
0
CopyNumEstimator::CopyNumEstimator() : Runner("c:s:i:G:C:h") {
    RUNNER_INSTALL("copy_num_estimate", this, "estimate copy number of contigs");
}
示例#3
0
GraphSolver::GraphSolver() : Runner("i:s:") {
    RUNNER_INSTALL("graph_solver", this, "graph_solver");
}