biod ~master (2019-12-17T12:58:49Z)
Home
Dub
Repo
CIGARbaseInfo.rangeMethods
bio
std
hts
bam
baseinfo
CIGARbaseInfo
Undocumented in source.
template
CIGARbaseInfo
(R, Options...)
mixin template
rangeMethods () {
enum
CigarExtraProperties
;
const
(
CigarOperation
)
current_cigar_operation
();
void
setup
(R read, Args );
void
populate
(Result result);
void
update
(R read);
void
copy
(Range source, Range target);
}
Members
Functions
copy
void
copy
(Range source, Range target)
Undocumented in source. Be warned that the author may not have intended to support it.
current_cigar_operation
const
(
CigarOperation
)
current_cigar_operation
()
Current CIGAR operation, available to all extensions
populate
void
populate
(Result result)
Undocumented in source. Be warned that the author may not have intended to support it.
setup
void
setup
(R read, Args )
Undocumented in source. Be warned that the author may not have intended to support it.
update
void
update
(R read)
Undocumented in source. Be warned that the author may not have intended to support it.
Manifest constants
CigarExtraProperties
enum
CigarExtraProperties
;
Undocumented in source.
Meta
Source
See Implementation
bio
std
hts
bam
baseinfo
CIGARbaseInfo
mixin templates
rangeMethods
resultProperties