Home
last modified time | relevance | path

Searched defs:strands_are_same (Results 1 – 3 of 3) sorted by relevance

/dports/biology/bedtools/bedtools2-2.30.0/src/utils/bedFile/
H A DbedFile.cpp373 bool strands_are_same = (strand == bedItr->strand); in allHits() local
431 bool strands_are_same = (strand == bedItr->strand); in anyHits() local
476 bool strands_are_same = (a.strand == bedItr->strand); in countHits() local
542 bool strands_are_same = in countSplitHits() local
611 bool strands_are_same = (a.strand == bedItr->strand); in countListHits() local
/dports/biology/bedtools/bedtools2-2.30.0/src/utils/chromsweep/
H A Dchromsweep.cpp151 bool strands_are_same = (query.strand == db.strand); in IsValidHit() local
/dports/biology/bedtools/bedtools2-2.30.0/src/multiBamCov/
H A DmultiBamCov.cpp147 bool strands_are_same = (bed.strand == strand); in CollectCoverage() local