Skip to content

Commit

Permalink
fix mpc
Browse files Browse the repository at this point in the history
  • Loading branch information
amva13 committed Sep 3, 2024
1 parent 38c1b95 commit 43157f5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion single_pred_tasks/MPC/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@
<div class="menu">
<p class="menu-label">Dataset Index</p>
<ul class="menu-list">
<li><a href="#leenay-et-al">Leenay et al.</a></li>
<li><a href="#leenay-et-al">Wan Xiang et al.</a></li>
</ul>
</div>
</div>
Expand Down Expand Up @@ -297,7 +297,10 @@ <h3 id="leenay-et-al">Wan Xiang et al.</h3>
</code></pre></div></div>

<p class="is-size-6"> We additionally support direct retrieval from the MoleculeACE API for those datasets. You can call: </p>

<div class="language-python highlighter-rouge"><div class="highlight"><pre class="highlight"><code>
<span class="n">data</span> <span class="o">=</span> <span class="n">MPC</span><span class="p">(</span><span class="n">name</span> <span class="o">=</span> <span class="s">"INSERT_MOLECULEACE_HERE"</span>, <span class="n">get_from_gh</span> <span class="o">=</span> <span class="n">False</span> # name from MoleculeACE API https://github.com/molML/MoleculeACE?tab=readme-ov-file
</code></pre></div></div>


<p class="is-size-6"> <strong> References: </strong> </p>
Expand Down

0 comments on commit 43157f5

Please sign in to comment.