MCPcopy Create free account
hub / github.com/OpenGene/fastplong / initConfig

Method initConfig

src/seprocessor.cpp:56–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56void SingleEndProcessor::initConfig(ThreadConfig* config) {
57 if(mOptions->out.empty())
58 return;
59
60 if(mOptions->split.enabled) {
61 config->initWriterForSplit();
62 }
63}
64
65bool SingleEndProcessor::process(){
66 if(!mOptions->split.enabled)

Callers

nothing calls this directly

Calls 1

initWriterForSplitMethod · 0.80

Tested by

no test coverage detected