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
<spanid="cg-fiber-dataset"></span><spanid="cg-fiber"></span><h1>CG fiber dataset<aclass="headerlink" href="#module-MDAnalysisData.CG_fiber" title="Permalink to this headline">¶</a></h1>
<codeclass="sig-prename descclassname">MDAnalysisData.CG_fiber.</code><codeclass="sig-name descname">fetch_CG_fiber</code><spanclass="sig-paren">(</span><emclass="sig-param">data_home=None</em>, <emclass="sig-param">download_if_missing=True</em><spanclass="sig-paren">)</span><aclass="reference internal" href="_modules/MDAnalysisData/CG_fiber.html#fetch_CG_fiber"><spanclass="viewcode-link">[source]</span></a><aclass="headerlink" href="#MDAnalysisData.CG_fiber.fetch_CG_fiber" title="Permalink to this definition">¶</a></dt>
83
+
<dd><p>Load the CG fiber self-assembly trajectory</p>
84
+
<dlclass="field-list simple">
85
+
<dtclass="field-odd">Parameters</dt>
86
+
<ddclass="field-odd"><ulclass="simple">
87
+
<li><p><strong>data_home</strong> (<em>optional</em><em>, </em><em>default: None</em>) – Specify another download and cache folder for the datasets. By default
88
+
all MDAnalysisData data is stored in ‘~/MDAnalysis_data’ subfolders.
89
+
This dataset is stored in <codeclass="docutils literal notranslate"><spanclass="pre"><data_home>/CG_fiber</span></code>.</p></li>
90
+
<li><p><strong>download_if_missing</strong> (<em>optional</em><em>, </em><em>default=True</em>) – If <codeclass="docutils literal notranslate"><spanclass="pre">False</span></code>, raise a <aclass="reference external" href="https://docs.python.org/3/library/exceptions.html#IOError" title="(in Python v3.7)"><codeclass="xref py py-exc docutils literal notranslate"><spanclass="pre">IOError</span></code></a> if the data is not locally available
91
+
instead of trying to download the data from the source site.</p></li>
92
+
</ul>
93
+
</dd>
94
+
<dtclass="field-even">Returns</dt>
95
+
<ddclass="field-even"><p><ulclass="simple">
96
+
<li><p><strong>dataset</strong> (<em>dict-like object with the following attributes:</em>)</p></li>
97
+
<li><p><strong>dataset.topology</strong> (<em>filename</em>) – Filename of the topology file</p></li>
98
+
<li><p><strong>dataset.trajectory</strong> (<em>filename</em>) – Filename of the trajectory file</p></li>
99
+
<li><p><strong>dataset.DESCR</strong> (<em>string</em>) – Description of the trajectory.</p></li>
100
+
</ul>
101
+
</p>
102
+
</dd>
103
+
</dl>
104
+
<p>See <aclass="reference internal" href="#id1"><spanclass="std std-ref">CG fiber dataset</span></a> for description.</p>
0 commit comments