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

Method BedSplitItems

src/split/splitBed.cpp:48–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46 vector<BED*> items;
47 double nbases;
48 BedSplitItems():nbases(0.0)
49 {
50 }
51 ~BedSplitItems()
52 {
53 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected