Searched refs:AltLabelTag (Results 1 – 8 of 8) sorted by relevance
/dports/biology/pbbam/pbbam-0.18.0/tests/src/ |
H A D | test_WhitelistedZmwReadStitcher.cpp | 71 EXPECT_EQ(b1.AltLabelTag(), b2.AltLabelTag()); in Compare()
|
H A D | test_ZmwReadStitcher.cpp | 72 EXPECT_EQ(b1.AltLabelTag(), b2.AltLabelTag()); in Compare()
|
H A D | test_BamRecord.cpp | 494 … { return b.AltLabelTag(orientation, aligned, exciseSoftClips, pulseBehavior); } in CheckPulseBaseTags()
|
/dports/biology/pbbam/pbbam-0.18.0/src/ |
H A D | VirtualZmwBamRecord.cpp | 124 if (b.HasAltLabelTag()) alternativeLabelTag.append(std::move(b.AltLabelTag())); in StitchSources() 208 if (!alternativeLabelTag.empty()) this->AltLabelTag(alternativeLabelTag); in StitchSources()
|
H A D | BamRecord.cpp | 422 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 D | BamRecordView.inl | 28 { return record_.AltLabelTag(orientation_, aligned_, exciseSoftClips_, pulseBehavior_); }
|
/dports/biology/pbbam/pbbam-0.18.0/include/pbbam/ |
H A D | BamRecord.h | 384 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 D | CHANGELOG.md | 449 - AltLabelTag()
|