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

Method initConfig

src/peprocessor.cpp:124–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124void PairEndProcessor::initConfig(ThreadConfig* config) {
125 if(mOptions->out1.empty())
126 return;
127 if(mOptions->split.enabled) {
128 config->initWriterForSplit();
129 }
130}
131
132
133bool PairEndProcessor::process(){

Callers

nothing calls this directly

Calls 1

initWriterForSplitMethod · 0.80

Tested by

no test coverage detected