Electrostatics / pdb2pqr

PDB2PQR - determining titration states, adding missing atoms, and assigning charges/radii to biomolecules.
http://www.poissonboltzmann.org/
Other
122 stars 34 forks source link

Remove the temporary pdb file written for propka #286

Closed stefdoerr closed 2 years ago

stefdoerr commented 2 years ago

There is no clear reason to keep it around after it has been parsed by propka. Caused some issues for us when preparing thousands of protein files and /tmp/ filled up.

codecov[bot] commented 2 years ago

Codecov Report

Merging #286 (1818a51) into master (c48a97a) will increase coverage by 0.28%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #286      +/-   ##
==========================================
+ Coverage   64.98%   65.26%   +0.28%     
==========================================
  Files          30       30              
  Lines        7774     7774              
==========================================
+ Hits         5052     5074      +22     
+ Misses       2722     2700      -22     
Impacted Files Coverage Δ
pdb2pqr/main.py 79.38% <100.00%> (ø)
pdb2pqr/hydrogens/structures.py 83.09% <0.00%> (+2.81%) :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 c48a97a...1818a51. Read the comment docs.