예제 #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");
}