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

Ignores CONECT lines in pdb_tidy #74

Closed joaomcteixeira closed 3 years ago

joaomcteixeira commented 3 years ago

After the discussion in #72, pdb_tidy now ignores CONECT lines, removing them from the output.

Closes #72

codecov[bot] commented 3 years ago

Codecov Report

Merging #74 into master will increase coverage by 0.02%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #74      +/-   ##
==========================================
+ Coverage   81.76%   81.78%   +0.02%     
==========================================
  Files          44       44              
  Lines        3532     3520      -12     
  Branches      741      737       -4     
==========================================
- Hits         2888     2879       -9     
+ Misses        455      453       -2     
+ Partials      189      188       -1     
Impacted Files Coverage Δ
pdbtools/pdb_tidy.py 78.64% <100.00%> (+0.37%) :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 36208c9...f47d2e4. Read the comment docs.

JoaoRodrigues commented 3 years ago

Approved! Thanks!