haddocking / pdb-tools

A dependency-free cross-platform swiss army knife for PDB files.
https://haddocking.github.io/pdb-tools/
Apache License 2.0
369 stars 112 forks source link

Corrects `selaltloc` for python 2.7 using OrderedDict #138

Closed joaomcteixeira closed 2 years ago

joaomcteixeira commented 2 years ago

In the end I thought this was the simplest and cleanest way despite the additional import.

codecov[bot] commented 2 years ago

Codecov Report

Merging #138 (597f3e3) into master (275c7d5) will decrease coverage by 0.04%. The diff coverage is 80.00%.

@@            Coverage Diff             @@
##           master     #138      +/-   ##
==========================================
- Coverage   83.18%   83.14%   -0.05%     
==========================================
  Files          48       48              
  Lines        3878     3880       +2     
  Branches      798      799       +1     
==========================================
  Hits         3226     3226              
- Misses        463      464       +1     
- Partials      189      190       +1     
Impacted Files Coverage Δ
pdbtools/pdb_selaltloc.py 91.20% <80.00%> (-0.86%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 275c7d5...597f3e3. Read the comment docs.