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
<spanclass="sig-prename descclassname"><spanclass="pre">MDAnalysisData.CG_fiber.</span></span><spanclass="sig-name descname"><spanclass="pre">fetch_CG_fiber</span></span><spanclass="sig-paren">(</span><emclass="sig-param"><spanclass="n"><spanclass="pre">data_home</span></span><spanclass="o"><spanclass="pre">=</span></span><spanclass="default_value"><spanclass="pre">None</span></span></em>, <emclass="sig-param"><spanclass="n"><spanclass="pre">download_if_missing</span></span><spanclass="o"><spanclass="pre">=</span></span><spanclass="default_value"><spanclass="pre">True</span></span></em><spanclass="sig-paren">)</span><aclass="reference internal" href="_modules/MDAnalysisData/CG_fiber.html#fetch_CG_fiber"><spanclass="viewcode-link"><spanclass="pre">[source]</span></span></a><aclass="headerlink" href="#MDAnalysisData.CG_fiber.fetch_CG_fiber" title="Permalink to this definition">¶</a></dt>
231
239
<dd><p>Load the CG fiber self-assembly trajectory</p>
232
240
<dlclass="field-list simple">
233
241
<dtclass="field-odd">Parameters</dt>
234
242
<ddclass="field-odd"><ulclass="simple">
235
243
<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
236
244
all MDAnalysisData data is stored in ‘~/MDAnalysis_data’ subfolders.
237
245
This dataset is stored in <codeclass="docutils literal notranslate"><spanclass="pre"><data_home>/CG_fiber</span></code>.</p></li>
238
-
<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.8)"><codeclass="xref py py-exc docutils literal notranslate"><spanclass="pre">IOError</span></code></a> if the data is not locally available
246
+
<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.9)"><codeclass="xref py py-exc docutils literal notranslate"><spanclass="pre">IOError</span></code></a> if the data is not locally available
239
247
instead of trying to download the data from the source site.</p></li>
240
248
</ul>
241
249
</dd>
@@ -261,30 +269,24 @@ <h3>Notes<a class="headerlink" href="#notes" title="Permalink to this headline">
<spanclass="sig-prename descclassname"><spanclass="pre">MDAnalysisData.PEG_1chain.</span></span><spanclass="sig-name descname"><spanclass="pre">fetch_PEG_1chain</span></span><spanclass="sig-paren">(</span><emclass="sig-param"><spanclass="n"><spanclass="pre">data_home</span></span><spanclass="o"><spanclass="pre">=</span></span><spanclass="default_value"><spanclass="pre">None</span></span></em>, <emclass="sig-param"><spanclass="n"><spanclass="pre">download_if_missing</span></span><spanclass="o"><spanclass="pre">=</span></span><spanclass="default_value"><spanclass="pre">True</span></span></em><spanclass="sig-paren">)</span><aclass="reference internal" href="_modules/MDAnalysisData/PEG_1chain.html#fetch_PEG_1chain"><spanclass="viewcode-link"><spanclass="pre">[source]</span></span></a><aclass="headerlink" href="#MDAnalysisData.PEG_1chain.fetch_PEG_1chain" title="Permalink to this definition">¶</a></dt>
232
240
<dd><p>Load the PEG polymer trajectory</p>
233
241
<dlclass="field-list simple">
234
242
<dtclass="field-odd">Parameters</dt>
235
243
<ddclass="field-odd"><ulclass="simple">
236
244
<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
237
245
all MDAnalysisData data is stored in ‘~/MDAnalysis_data’ subfolders.
238
246
This dataset is stored in <codeclass="docutils literal notranslate"><spanclass="pre"><data_home>/CG_fiber</span></code>.</p></li>
239
-
<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.8)"><codeclass="xref py py-exc docutils literal notranslate"><spanclass="pre">IOError</span></code></a> if the data is not locally available
247
+
<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.9)"><codeclass="xref py py-exc docutils literal notranslate"><spanclass="pre">IOError</span></code></a> if the data is not locally available
240
248
instead of trying to download the data from the source site.</p></li>
241
249
</ul>
242
250
</dd>
@@ -262,32 +270,25 @@ <h3>Notes<a class="headerlink" href="#notes" title="Permalink to this headline">
0 commit comments