You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
would be possible to enlarge dG_limits in make_dict function form {"start": 10, "end": 50} to {"start": -10, "end": 50}. I wanted to simulate the calculation of the D-uptake of a peptide, given the parameters of the Linderstrøm-lang model in peptide app. But hard limit is 10-50 KJ/mol. We have initial dGs calculated from previous experiment having negative values. Shall I create pull request? I push the branch for review? Thank you for considering.
The text was updated successfully, but these errors were encountered:
If you have a fork of PyHDX then you should be able to make a PR from there
In short the procedure is 1) make a fork 2) clone the fork, make a branch and commit your changes to the branch 3) push your changes to your fork and then make a pull request upstream (on this repo)
Hi Jochem,
would be possible to enlarge dG_limits in make_dict function form {"start": 10, "end": 50} to {"start": -10, "end": 50}. I wanted to simulate the calculation of the D-uptake of a peptide, given the parameters of the Linderstrøm-lang model in peptide app. But hard limit is 10-50 KJ/mol. We have initial dGs calculated from previous experiment having negative values. Shall I create pull request? I push the branch for review? Thank you for considering.
The text was updated successfully, but these errors were encountered: