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

Method initConfig

src/seprocessor.cpp:67–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67void SingleEndProcessor::initConfig(ThreadConfig* config) {
68 if(mOptions->out1.empty())
69 return;
70
71 if(mOptions->split.enabled) {
72 config->initWriterForSplit();
73 }
74}
75
76bool SingleEndProcessor::process(){
77 if(!mOptions->split.enabled)

Callers

nothing calls this directly

Calls 1

initWriterForSplitMethod · 0.80

Tested by

no test coverage detected