Searched refs:FetchBases (Results 1 – 2 of 2) sorted by relevance
/dports/biology/pbbam/pbbam-0.18.0/src/ |
H A D | BamRecord.cpp | 425 return FetchBases(BamRecordTag::ALT_LABEL_TAG, orientation, aligned, exciseSoftClips, in AltLabelTag() 523 FetchBases(BamRecordTag::PULSE_CALL, Orientation::NATIVE, false, false, PulseBehavior::ALL); in CalculatePulse2BaseCache() 1022 return FetchBases(BamRecordTag::DELETION_TAG, orientation, aligned, exciseSoftClips); in DeletionTag() 1046 std::string BamRecord::FetchBases(const BamRecordTag tag, const Orientation orientation, in FetchBases() function in PacBio::BAM::BamRecord 1797 return FetchBases(BamRecordTag::PULSE_CALL, orientation, aligned, exciseSoftClips, in PulseCall() 2054 return FetchBases(BamRecordTag::SEQ, orientation, aligned, exciseSoftClips); in Sequence() 2098 return FetchBases(BamRecordTag::SUBSTITUTION_TAG, orientation, aligned, exciseSoftClips); in SubstitutionTag()
|
/dports/biology/pbbam/pbbam-0.18.0/include/pbbam/ |
H A D | BamRecord.h | 1178 std::string FetchBases(const BamRecordTag tag,
|