jensengroup / propka

PROPKA predicts the pKa values of ionizable groups in proteins and protein-ligand complexes based in the 3D structure.
http://propka.org
GNU Lesser General Public License v2.1
263 stars 58 forks source link

Fix pI reporting in last line of .pka file #91

Closed speleo3 closed 4 years ago

speleo3 commented 4 years ago

The string was missing .format(pi_pro, pi_mod).

Since Python 3.6 is the minimum supported version for propka, I opted for f-string syntax.

codecov[bot] commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #91   +/-   ##
=======================================
  Coverage   72.39%   72.39%           
=======================================
  Files          24       24           
  Lines        4141     4141           
=======================================
  Hits         2998     2998           
  Misses       1143     1143           
Impacted Files Coverage Δ
propka/output.py 61.56% <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 cb65c64...614abb4. Read the comment docs.