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

Method SingleEndProcessor

src/seprocessor.cpp:14–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12#include "polyx.h"
13
14SingleEndProcessor::SingleEndProcessor(Options* opt){
15 mOptions = opt;
16 mReaderFinished = false;
17 mFinishedThreads = 0;
18 mFilter = new Filter(opt);
19 mLeftWriter = NULL;
20 mFailedWriter = NULL;
21
22 mPackReadCounter = 0;
23 mPackProcessedCounter = 0;
24
25 mReadPool = new ReadPool(mOptions);
26}
27
28SingleEndProcessor::~SingleEndProcessor() {
29 delete mFilter;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected