MCPcopy Create free account
hub / github.com/BoevaLab/FREEC / usage

Function usage

src/Help.cpp:24–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22#include "SVfinder.h"
23
24void usage() {
25 std::cout << "Usage:\n\n";
26 //printf("ahokocc <arguments>\n\n");
27 std::cout << "\tfreec -conf <config file>\n\n\tSee config.txt for example\n";
28 std::cout << "\tor\n";
29 std::cout << "\tfreec -conf <config file> -sample <mySample.bam> -control <myControl.bam>\n\n\tSee config.txt for example\n";
30
31 return;
32}
33
34void help() {
35 usage();

Callers 4

helpFunction · 0.85
get_conf_fileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected