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

Improved pdb_wc #51

Closed JoaoRodrigues closed 4 years ago

JoaoRodrigues commented 4 years ago

Addresses some of the points raised in #12.

Added detailed summaries for pdb_wc when called with options. Dropped the gap reporter because pdb_gap does that and 'one tool, one job'.

codecov[bot] commented 4 years ago

Codecov Report

Merging #51 into master will decrease coverage by 0.32%. The diff coverage is 77.58%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #51      +/-   ##
==========================================
- Coverage   82.07%   81.74%   -0.33%     
==========================================
  Files          44       44              
  Lines        3525     3538      +13     
  Branches      742      743       +1     
==========================================
- Hits         2893     2892       -1     
- Misses        446      456      +10     
- Partials      186      190       +4     
Impacted Files Coverage Δ
pdbtools/pdb_wc.py 66.38% <77.58%> (-9.09%) :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 8e4cf5f...9f58703. Read the comment docs.

JoaoRodrigues commented 4 years ago

Thanks @brianjimenez and all!