haddocking / pdb-tools

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

Fix count of HETATM to include all HETATM atoms, not residues. #85

Closed JoaoRodrigues closed 3 years ago

JoaoRodrigues commented 3 years ago

pdb_wc was reporting the number of unique HETATM residues, not number of atoms.

codecov[bot] commented 3 years ago

Codecov Report

Merging #85 into master will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #85   +/-   ##
=======================================
  Coverage   81.95%   81.95%           
=======================================
  Files          46       46           
  Lines        3657     3657           
  Branches      763      763           
=======================================
  Hits         2997     2997           
  Misses        468      468           
  Partials      192      192           
Impacted Files Coverage Δ
pdbtools/pdb_wc.py 66.38% <100.00%> (ø)

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 829e88b...e41cb12. Read the comment docs.