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

add more element valence #169

Closed Aunity closed 10 months ago

Aunity commented 11 months ago
orbeckst commented 11 months ago

Sorry, I am travelling/at conferences so reviewing this PR may take a while. Please feel free to ignore me if I am not able to review in time.

On Sep 23, 2023, at 11:31 AM, Nathan Baker @.***> wrote:

@sobolevnrm https://github.com/sobolevnrm requested your review on: #169 https://github.com/jensengroup/propka/pull/169 add more element valence.

speleo3 commented 10 months ago

@Aunity do you need help with the changes I proposed?

Aunity commented 10 months ago

@speleo3 Sorry, it's been busy lately. Now it's fixed, please check again.

speleo3 commented 10 months ago

Getting close, thanks @Aunity for the updates. There is a syntax error that needs fixing, see https://github.com/jensengroup/propka/actions/runs/6492041705/job/17653467393?pr=169

codecov[bot] commented 10 months ago

Codecov Report

Attention: 9 lines in your changes are missing coverage. Please review.

Comparison is base (fd7b155) 73.08% compared to head (0243462) 73.05%. Report is 2 commits behind head on master.

:exclamation: Current head 0243462 differs from pull request most recent head 7e243e6. Consider uploading reports for the commit 7e243e6 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #169 +/- ## ========================================== - Coverage 73.08% 73.05% -0.04% ========================================== Files 25 25 Lines 3972 3989 +17 ========================================== + Hits 2903 2914 +11 - Misses 1069 1075 +6 ``` | [Files](https://app.codecov.io/gh/jensengroup/propka/pull/169?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=jensengroup) | Coverage Δ | | |---|---|---| | [propka/molecular\_container.py](https://app.codecov.io/gh/jensengroup/propka/pull/169?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=jensengroup#diff-cHJvcGthL21vbGVjdWxhcl9jb250YWluZXIucHk=) | `92.52% <100.00%> (-0.07%)` | :arrow_down: | | [propka/conformation\_container.py](https://app.codecov.io/gh/jensengroup/propka/pull/169?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=jensengroup#diff-cHJvcGthL2NvbmZvcm1hdGlvbl9jb250YWluZXIucHk=) | `84.97% <85.71%> (-0.05%)` | :arrow_down: | | [propka/energy.py](https://app.codecov.io/gh/jensengroup/propka/pull/169?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=jensengroup#diff-cHJvcGthL2VuZXJneS5weQ==) | `90.12% <33.33%> (-1.51%)` | :arrow_down: | | [propka/protonate.py](https://app.codecov.io/gh/jensengroup/propka/pull/169?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=jensengroup#diff-cHJvcGthL3Byb3RvbmF0ZS5weQ==) | `86.63% <33.33%> (-1.64%)` | :arrow_down: | ... and [2 files with indirect coverage changes](https://app.codecov.io/gh/jensengroup/propka/pull/169/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=jensengroup)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

speleo3 commented 10 months ago

Thanks for the final fix.

Please don't reformat entire files in your pull requests. It adds noise and controversy to your valuable contribution. In my opinion, if reformatting is desired, it should be discussed with the development team first and done in a separate pull request, and ideally be implemented with a commit hook or CI job which enforces the new style in the future.

Aunity commented 10 months ago

@speleo3 Thank you for reminding me. I have revoked the previous commit and made some modifications again.