Closed wulj2 closed 5 years ago
Hello walaj, I Strongly advice to add SupplementaryFlag() function to https://github.com/walaj/SeqLib/blob/master/SeqLib/BamRecord.h
/** BamRecord is supplementary alignment */ inline bool SupplementaryFlag() const { return b ? ((b->core.flag&BAM_FSUPPLEMENTARY) != 0) : false; }
/** BamRecord is supplementary alignment */
inline bool SupplementaryFlag() const { return b ? ((b->core.flag&BAM_FSUPPLEMENTARY) != 0) : false; }
Hello walaj, I Strongly advice to add SupplementaryFlag() function to https://github.com/walaj/SeqLib/blob/master/SeqLib/BamRecord.h
/** BamRecord is supplementary alignment */
inline bool SupplementaryFlag() const { return b ? ((b->core.flag&BAM_FSUPPLEMENTARY) != 0) : false; }