haddocking / pdb-tools

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

Fixed filtering by occupancy on ANISOU records (issue #35). #36

Closed JoaoRodrigues closed 5 years ago

JoaoRodrigues commented 5 years ago

Fixes #35. Changed the identification of lines to 'keep' by atom unique ids, skipping ANISOU records when reading the file but including them on the writing/filtering step.

codecov[bot] commented 5 years ago

Codecov Report

Merging #36 into master will increase coverage by 0.01%. The diff coverage is 88.88%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #36      +/-   ##
=========================================
+ Coverage   81.89%   81.9%   +0.01%     
=========================================
  Files          44      44              
  Lines        3524    3526       +2     
  Branches      742     742              
=========================================
+ Hits         2886    2888       +2     
  Misses        451     451              
  Partials      187     187
Impacted Files Coverage Δ
pdbtools/pdb_selaltloc.py 83% <88.88%> (+0.34%) :arrow_up:

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 f9c1a62...971ede1. Read the comment docs.