Home
last modified time | relevance | path

Searched refs:GetClipQualityLength (Results 1 – 4 of 4) sorted by relevance

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/sra/readers/sra/
H A Dcsraread.hpp679 TSeqPos GetClipQualityLength(void) const;
683 return GetClipQualityLeft() + GetClipQualityLength() - 1; in GetClipQualityRight()
H A Dwgsread.hpp896 TSeqPos GetClipQualityLength(void) const;
900 return GetClipQualityLeft() + GetClipQualityLength() - 1; in GetClipQualityRight()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/sra/readers/sra/
H A Dcsraread.cpp2147 TSeqPos CCSraShortReadIterator::GetClipQualityLength(void) const in GetClipQualityLength() function in CCSraShortReadIterator
2162 TSeqPos trim_len = GetClipQualityLength(); in HasClippingInfo()
2185 TSeqPos trim_len = GetClipQualityLength(); in GetReadRange()
H A Dwgsread.cpp3035 TSeqPos CWGSSeqIterator::GetClipQualityLength(void) const in GetClipQualityLength() function in CWGSSeqIterator
3053 if ( GetClipQualityLength() != GetRawSeqLength() ) { in HasClippingInfo()
3070 GetClipQualityLength(): GetRawSeqLength(); in GetSeqLength()