MCPcopy Create free account
hub / github.com/OpenGene/fastp / process

Method process

src/processor.cpp:13–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11}
12
13bool Processor::process() {
14 if(mOptions->isPaired()) {
15 PairEndProcessor p(mOptions);
16 p.process();
17 } else {
18 SingleEndProcessor p(mOptions);
19 p.process();
20 }
21
22 return true;
23}

Callers 1

mainFunction · 0.45

Calls 1

isPairedMethod · 0.80

Tested by

no test coverage detected