1
0
Fork 0
mirror of https://github.com/MillironX/XAM.jl.git synced 2024-11-23 02:09:55 +00:00
XAM.jl/src
Thomas A. Christensen II e6f542a368
Change alignment getter for BAM.Record to use existing cigar constructor
Rather than keep a copy of the BioAlignments cigar constructor embedded in
this function, have it call the existing constructor. There may be
performance implications for using `cigar` instead of `cigar_rle`, but
having a second copy of the constructor here is an antipattern if I've ever
seen one, so prioritise stable code over performant code.
2022-10-10 16:24:11 -05:00
..
bam Change alignment getter for BAM.Record to use existing cigar constructor 2022-10-10 16:24:11 -05:00
sam Add messages to assertions 2022-08-15 21:28:38 +10:00
XAM.jl Improve documentation of flag function 2021-10-22 10:48:07 +02:00