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

Enum BedGraphLineStatus

src/utils/bedGraphFile/bedGraphFile.h:91–97  ·  view source on GitHub ↗

enum to flag the state of a given line in a BEDGraph file.

Source from the content-addressed store, hash-verified

89
90// enum to flag the state of a given line in a BEDGraph file.
91enum BedGraphLineStatus
92{
93 BEDGRAPH_INVALID = -1,
94 BEDGRAPH_HEADER = 0,
95 BEDGRAPH_BLANK = 1,
96 BEDGRAPH_VALID = 2
97};
98
99
100//************************************************

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected