samtools / htsjdk

A Java API for high-throughput sequencing data (HTS) formats.
http://samtools.github.io/htsjdk/
283 stars 242 forks source link

Update explain samflags script to python3 #1585

Closed lbergelson closed 2 years ago

lbergelson commented 2 years ago

Updating the scripts/explain_sam_flags.py to use python3

This patch was contributed by @pgrt in https://github.com/samtools/htsjdk/issues/1582

lbergelson commented 2 years ago

@pgrt I've applied your patch, thank you.

codecov-commenter commented 2 years ago

Codecov Report

Merging #1585 (63e0887) into master (c0b61a2) will not change coverage. The diff coverage is n/a.

@@             Coverage Diff             @@
##              master     #1585   +/-   ##
===========================================
  Coverage     69.841%   69.841%           
  Complexity      9646      9646           
===========================================
  Files            702       702           
  Lines          37630     37630           
  Branches        6113      6113           
===========================================
  Hits           26281     26281           
  Misses          8901      8901           
  Partials        2448      2448