Skip to content

Commit b024570

Browse files
committed
docs: removed duplicated text from modules
1 parent 06a0b82 commit b024570

7 files changed

Lines changed: 14 additions & 96 deletions

File tree

MDAnalysisData/adk_equilibrium.py

Lines changed: 2 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,10 @@
11
# -*- coding: utf-8 -*-
22

3-
"""AdK equilibrium trajectory without water
3+
"""AdK equilibrium trajectory without water.
44
5-
The original dataset is available from doi
6-
`10.6084/m9.figshare.5108170.v1
7-
<https://doi.org/10.6084/m9.figshare.5108170.v1>`_
8-
9-
https://figshare.com/articles/Molecular_dynamics_trajectory_for_benchmarking_MDAnalysis/5108170
10-
11-
MD trajectory of apo adenylate kinase with CHARMM27 force field and
12-
simulated with explicit water and ions in NPT at 300 K and 1
13-
bar. Saved every 240 ps for a total of 1.004 µs. Produced on PSC
14-
Anton. The trajectory only contains the protein and all solvent
15-
stripped. Superimposed on the CORE domain of AdK by RMSD fitting.
16-
17-
The topology is contained in the PSF file (CHARMM format). The
18-
trajectory is contained in the DCD file (CHARMM/NAMD format).
19-
20-
21-
References
22-
----------
23-
24-
Seyler, Sean; Beckstein, Oliver (2017): Molecular dynamics trajectory for benchmarking MDAnalysis. figshare. Fileset. `10.6084/m9.figshare.5108170.v1
25-
<https://doi.org/10.6084/m9.figshare.5108170.v1>`_
5+
https://figshare.com/articles/Molecular_dynamics_trajectory_for_benchmarking_MDAnalysis/5108170/1
266
"""
277

28-
# TODO: generate docs from DESCR or link
29-
30-
# Authors: Oliver Beckstein, Sean L. Seyler
31-
# License: CC-BY 4.0
32-
338
from os.path import dirname, exists, join
349
from os import makedirs, remove
3510
import codecs

MDAnalysisData/adk_transitions.py

Lines changed: 2 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,8 @@
11
# -*- coding: utf-8 -*-
22

3-
"""Ensembles of AdK transitions
4-
5-
The original dataset is available from doi
6-
`10.6084/m9.figshare.7165306
7-
<https://doi.org/10.6084/m9.figshare.7165306>`_
8-
9-
The macromolecular conformational transition between the closed
10-
conformation of apo-adenylate kinase from E. coli (EcAdK) to the open
11-
conformation was sampled with two methods: (1) dynamic importance
12-
sampling molecular dynamics (DIMS MD), and (2) Framework Rigidity
13-
Optimized Dynamics Algorithm (FRODA). Each ensemble of independently
14-
generated paths contains 200 trajectories in the CHARMM DCD format.
15-
16-
17-
Data are from: [Seyler2015]_ (see there for more details).
18-
19-
20-
Each tar file contains a directory trajectories containing the DCD
21-
files and a directory topologies with files that include information
22-
about the atoms (CHARMM PSF format or PDB format).
23-
24-
25-
DIMS.tar.gz: DIMS AdK (implicit solvent) with dynamic importance
26-
sampling MD from closed (1AKE) to open (4AKE). CHARMM 22 force
27-
field. Topology file: adk4ake.psf
28-
29-
30-
FRODA.tar.gz: FRODA AdK with geometric targeting on a rigid
31-
decomposition (FRODA server); closed (1AKE) to open (4AKE). Topology
32-
file: 1ake.pdb
33-
34-
35-
References
36-
----------
37-
38-
.. [Seyler2015] Seyler SL, Kumar A, Thorpe MF, Beckstein O (2015) Path
39-
Similarity Analysis: A Method for Quantifying Macromolecular
40-
Pathways. PLoS Comput Biol 11(10):
41-
e1004568. https://doi.org/10.1371/journal.pcbi.1004568
3+
"""Ensembles of AdK transitions.
424
5+
https://figshare.com/articles/Simulated_trajectory_ensembles_for_the_closed-to-open_transition_of_adenylate_kinase_from_DIMS_MD_and_FRODA/7165306
436
"""
447

458

MDAnalysisData/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""Base IO code for all datasets.
1+
"""Base I/O code for all datasets.
22
33
Based on :mod:`sklearn.datasets.base` (used under BSD 3-clause license).
44

MDAnalysisData/datasets.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
"""Access to all datasets via ``fetch_*()`` functions.
2+
3+
"""
14
# import load_* and fetch_* functions from modules
25

36
from __future__ import absolute_import

MDAnalysisData/ifabp_water.py

Lines changed: 2 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,8 @@
11
# -*- coding: utf-8 -*-
22

3-
"""MD simulation of I-FABP with water
4-
5-
The original dataset is available from doi
6-
`10.6084/m9.figshare.7058030.v1
7-
<https://doi.org/10.6084/m9.figshare.7058030.v1>`_
8-
9-
https://figshare.com/articles/Molecular_dynamics_trajectory_of_I-FABP_for_testing_and_benchmarking_solvent_dynamics_analysis/7058030
10-
11-
The trajectory is a short MD run of I-FABP (intestinal fatty acid binding protein) in water.
12-
13-
It was simulated in CHARMM for 500 ps with a 2 fs timestep. Frames
14-
were saved every 1 ps and the trajectory was RMSD-fitted to the
15-
protein.
16-
17-
There are 500 frames in the trajectory.
18-
19-
It is used as a test case for the hop package https://github.com/Becksteinlab/hop.
20-
21-
References
22-
----------
23-
24-
Beckstein, Oliver (2018): Molecular dynamics trajectory of I-FABP for
25-
testing and benchmarking solvent dynamics
26-
analysis. figshare. Fileset. DOI: `10.6084/m9.figshare.7058030.v1
27-
<https://doi.org/10.6084/m9.figshare.7058030.v1>`_
3+
"""MD simulation of I-FABP with water.
284
5+
https://figshare.com/articles/Molecular_dynamics_trajectory_of_I-FABP_for_testing_and_benchmarking_solvent_dynamics_analysis/7058030
296
"""
307

318
from os.path import dirname, exists, join

MDAnalysisData/vesicles.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22

3-
"""Large vesicles
3+
"""Large vesicles library (coarse grained).
44
55
https://figshare.com/articles/Large_System_Vesicle_Benchmark_Library/3406708
66
"""

docs/vesicles.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
.. -*- coding: utf-8 -*-
22
33
4-
==========
5-
Vesicles
6-
==========
4+
===================
5+
Vesicles datasets
6+
===================
77

88
.. module:: MDAnalysisData.vesicles
99

0 commit comments

Comments
 (0)