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
258 stars 58 forks source link

propka3 --version prints version #113

Closed speleo3 closed 3 years ago

speleo3 commented 3 years ago

As far as I can tell, the old --version argument and the version_label option were unused ever since this repo was set up in 2012. This patch changes the --version argument to simply print the program version and exit.

Closes https://github.com/jensengroup/propka/issues/89

codecov[bot] commented 3 years ago

Codecov Report

Merging #113 (42c3b8a) into master (3937cb1) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #113   +/-   ##
=======================================
  Coverage   73.09%   73.09%           
=======================================
  Files          24       24           
  Lines        3958     3959    +1     
=======================================
+ Hits         2893     2894    +1     
  Misses       1065     1065           
Impacted Files Coverage Δ
propka/lib.py 65.95% <100.00%> (+0.24%) :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 3937cb1...283399e. Read the comment docs.