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

Method initWriter

src/threadconfig.cpp:87–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87void ThreadConfig::initWriter(string filename1) {
88 deleteWriter();
89 mWriter1 = new Writer(mOptions, filename1, mOptions->compression);
90}
91
92void ThreadConfig::initWriter(string filename1, string filename2) {
93 deleteWriter();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected