Home
last modified time | relevance | path

Searched refs:bam_get_mtid (Results 1 – 6 of 6) sorted by relevance

/dports/biology/vt/vt-0.57721/
H A Dread_filter.cpp75 if (bam_get_mpos1(s) && (bam_get_tid(s)==bam_get_mtid(s))) in filter_read()
267 std::cerr << "mtid : " << bam_get_mtid(s) << "\n"; in bam_print_key_values()
H A Dgenotype.cpp287 if (bam_get_mpos1(s) && (bam_get_tid(s)==bam_get_mtid(s))) in filter_read()
520 std::cerr << "mtid : " << bam_get_mtid(s) << "\n"; in bam_print_key_values()
H A Daugmented_bam_record.cpp409 std::cerr << "mtid : " << bam_get_mtid(s) << "\n"; in print()
H A Dhts_utils.h141 #define bam_get_mtid(s) ((s)->core.mtid) macro
H A Ddiscover.cpp315 std::cerr << "mtid : " << bam_get_mtid(s) << "\n"; in bam_print_key_values()
338 if (bam_get_mpos1(s) && (bam_get_tid(s)==bam_get_mtid(s))) in filter_read()
H A Dhts_utils.cpp411 std::cerr << "mtid : " << bam_get_mtid(s) << "\n"; in bam_print()