Skip to content

Commit

Permalink
Deployed bd369ad with MkDocs version: 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Jun 13, 2024
1 parent f5491e8 commit e107b27
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions faq/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,10 @@ <h2 id="my-server-doesnt-have-that-much-memory-how-do-i-change-the-resource-requ
<p>You can point to general process labels, like <code>process_low</code>, or you can point directly to process names, like <code>MOB_RECON</code>. Learn more at <a href="https://beiko-lab.github.io/arete/usage/#custom-resource-requests">our usage documentation</a> or <a href="https://www.nextflow.io/docs/latest/config.html#scope-process">the official nextflow documentation</a>.</p>
<h2 id="how-do-i-add-extra-parameters-when-executing-a-tool-in-arete">How do I add extra parameters when executing a tool in ARETE?</h2>
<p>Simple! As above, create a file called <code>nextflow.config</code> in your working directory and add the following to it:</p>
<pre><code class="language-nextflow">withName: EVOLCCM {
ext.args = '--max_abundance 0.8'
<pre><code class="language-nextflow">process {
withName: EVOLCCM {
ext.args = '--max_abundance 0.8'
}
}
</code></pre>
<p>Then, add <code>-c nextflow.config</code> to your <code>nextflow run beiko-lab/ARETE</code> command.
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -388,5 +388,5 @@ <h2 id="citing-arete">Citing ARETE <a name="citing"></a></h2>

<!--
MkDocs version : 1.6.0
Build Date UTC : 2024-06-12 18:44:02.846398+00:00
Build Date UTC : 2024-06-13 11:33:28.118064+00:00
-->
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit e107b27

Please sign in to comment.