Closed katrinr closed 8 years ago
@katrinr can you please rebase against master?
To do a rebase
git branch update-pre-backup # just in case the rebase goes wrong
git remote update # make sure we know about the most recent changes
git rebase upstream/master # assuming your upstream remote points to this repo
# git might tell you about problematic files now. Open them and fix them (see links below)
# after you have fixed all conflicts
git rebase --continue
# repeat the last two steps until git tells you the rebase is complete.
how to deal with conflicts starting from section 'complete-crazy-experiment'
If anything goes wrong you still have the backup branch with your original history.
@katrinr I will close this PR because it is superseded by your #12
Update of RotamerConvolveMD to use the rotamer library for the calculation of distances between MTSL (N1) and HN atoms of the protein. This can be used for the comparison with experimental PREs (paramagnetic relaxation enhancement). Mainly convolve-mtss-rotamers_pre.py and convolve_pre.py are added which can be called with test_mtssl_pre.sh.