MCPcopy Create free account
hub / github.com/OpenGene/fastp / ~SingleEndProcessor

Method ~SingleEndProcessor

src/seprocessor.cpp:35–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35SingleEndProcessor::~SingleEndProcessor() {
36 delete mFilter;
37 if(mDuplicate) {
38 delete mDuplicate;
39 mDuplicate = NULL;
40 }
41 if(mReadPool) {
42 delete mReadPool;
43 mReadPool = NULL;
44 }
45 delete[] mInputLists;
46}
47
48void SingleEndProcessor::initOutput() {
49 if(!mOptions->failedOut.empty())

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected