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