Home
last modified time | relevance | path

Searched refs:AltLabelTag (Results 1 – 8 of 8) sorted by relevance

/dports/biology/pbbam/pbbam-0.18.0/tests/src/
H A Dtest_WhitelistedZmwReadStitcher.cpp71 EXPECT_EQ(b1.AltLabelTag(), b2.AltLabelTag()); in Compare()
H A Dtest_ZmwReadStitcher.cpp72 EXPECT_EQ(b1.AltLabelTag(), b2.AltLabelTag()); in Compare()
H A Dtest_BamRecord.cpp494 … { return b.AltLabelTag(orientation, aligned, exciseSoftClips, pulseBehavior); } in CheckPulseBaseTags()
/dports/biology/pbbam/pbbam-0.18.0/src/
H A DVirtualZmwBamRecord.cpp124 if (b.HasAltLabelTag()) alternativeLabelTag.append(std::move(b.AltLabelTag())); in StitchSources()
208 if (!alternativeLabelTag.empty()) this->AltLabelTag(alternativeLabelTag); in StitchSources()
H A DBamRecord.cpp422 std::string BamRecord::AltLabelTag(Orientation orientation, bool aligned, bool exciseSoftClips, in AltLabelTag() function in PacBio::BAM::BamRecord
429 BamRecord& BamRecord::AltLabelTag(const std::string& tags) in AltLabelTag() function in PacBio::BAM::BamRecord
619 AltLabelTag(Orientation::NATIVE), p2bCache, clipFrom, clipLength); in ClipTags()
/dports/biology/pbbam/pbbam-0.18.0/include/pbbam/internal/
H A DBamRecordView.inl28 { return record_.AltLabelTag(orientation_, aligned_, exciseSoftClips_, pulseBehavior_); }
/dports/biology/pbbam/pbbam-0.18.0/include/pbbam/
H A DBamRecord.h384 std::string AltLabelTag(Orientation orientation = Orientation::NATIVE, bool aligned = false,
865 BamRecord& AltLabelTag(const std::string& tags);
/dports/biology/pbbam/pbbam-0.18.0/
H A DCHANGELOG.md449 - AltLabelTag()