haddocking / pdb-tools

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

pdb_reres was ignoring MODEL lines #69

Closed joaomcteixeira closed 4 years ago

joaomcteixeira commented 4 years ago
codecov[bot] commented 4 years ago

Codecov Report

Merging #69 into master will increase coverage by 0.06%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #69      +/-   ##
==========================================
+ Coverage   81.69%   81.76%   +0.06%     
==========================================
  Files          44       44              
  Lines        3530     3532       +2     
  Branches      741      741              
==========================================
+ Hits         2884     2888       +4     
+ Misses        456      455       -1     
+ Partials      190      189       -1     
Impacted Files Coverage Δ
pdbtools/pdb_reres.py 88.17% <100.00%> (+2.45%) :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 6ca7a06...3250b15. Read the comment docs.

joaomcteixeira commented 4 years ago

I am preparing the tests

joaomcteixeira commented 4 years ago

Hi @JoaoRodrigues

With the tests, the CI passes properly, give it a look and let me know if you find it appropriate for merge or not.

JoaoRodrigues commented 4 years ago

Thanks @joaomcteixeira !