MCPcopy Create free account
hub / github.com/arq5x/bedtools2 / ComplementFile

Method ComplementFile

src/complementFile/complementFile.cpp:4–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2#include "NewGenomeFile.h"
3
4ComplementFile::ComplementFile(ContextComplement *context)
5 : ToolBase(context),
6 _genomeFile(context->getGenomeFile()),
7 _currStartPos(0),
8 _onlyChromsWithBedRecords(context->getOnlyChromsWithBedRecords()),
9 _outputMgr(NULL),
10 _chromList(_genomeFile->getChromList()),
11 _currPosInGenomeList(-1) {}
12
13ComplementFile::~ComplementFile() {}
14

Callers

nothing calls this directly

Calls 3

getGenomeFileMethod · 0.80
getChromListMethod · 0.80

Tested by

no test coverage detected