fixed 2'-hydroxyl dihedral calculation#2231
Merged
Conversation
- fixes #2218 - RNA 2-hydroxyl selection now agrees with our docs: H2'' (wrong) --> H2' (correct)
- replaced 1k5i.pdb (which had the 2'-OH H in strange positions) with a simulation system of model 1 of 1k5i in CHARMM36m (generated by CHARMM-GUI and equilibrated for 1 ns with Gromacs 2018.6). Octahedral box, K+ counter ions, TIP3P water. - topology datafiles.RNA_PSF data/analysis/1k5i_c36.psf - coordinates datafiles.RNA_PDB data/analysis/1k5i_c36.pdb - added data files as gzipped datafiles (instead of bz2 because of #2232) - removed datafiles.NUCL = data/1k5i - updated all regression tests in test_nucleic.py with numbers appropriate for the new test file; manually confirmed the values for the 2'-hydroxyl dihedrals in the test by manually selecting and calculating in VMD - replaced NUCL in atomselections test (also removed superfluous/outdated utils/test_nuclinfo) - updated CHANGELOG
c53dff4 to
4241894
Compare
Codecov Report
@@ Coverage Diff @@
## develop #2231 +/- ##
========================================
Coverage 90.71% 90.71%
========================================
Files 15 15
Lines 1982 1982
========================================
Hits 1798 1798
Misses 184 184Continue to review full report at Codecov.
|
richardjgowers
approved these changes
Apr 2, 2019
I got a weird failure in PR #2231 in Travis job https://travis-ci.com/MDAnalysis/mdanalysis/jobs/189553940 : Exception occurred: File "/home/travis/miniconda/envs/test/lib/python3.5/site-packages/sphinx/ext/napoleon/docstring.py", line 703, in _parse_raises_section m = self._name_rgx.match(_type).groupdict() AttributeError: 'NoneType' object has no attribute 'groupdict' and the docs build find locally (under Python 3.6)
Member
Author
|
CI was failing the doc build in https://travis-ci.com/MDAnalysis/mdanalysis/jobs/189553940 : Locally under 3.6 the docs build just fine. I am trying bumping our doc build environment to the currently "best", i.e., 3.7. |
4 tasks
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #2218
Changes made in this Pull Request:
datafiles.NUCL; instead usedatafiles.RNA_PSFanddatafiles.RNA_PDBPR Checklist