samplot icon indicating copy to clipboard operation
samplot copied to clipboard

Non-integer molecular identifiers (MI)

Open ghost opened this issue 3 years ago • 0 comments

The MI field for molecular identifiers for some bam files are the UMI sequence itself (MI:Z:ACGTTCG); but in adding these to linked reads, samplot attempts to cast this field into an integer (int(read.get_tag('MI')) which results in an error.

ghost avatar May 13 '22 18:05 ghost