Skip to content

Commit

Permalink
deploy: 48a3a87
Browse files Browse the repository at this point in the history
  • Loading branch information
tedil committed Oct 23, 2024
1 parent 18a5f65 commit d9335fe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
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.
3 changes: 2 additions & 1 deletion slurm/snakemake/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3311,8 +3311,9 @@ <h2 id="threads-resources">Threads &amp; Resources<a class="headerlink" href="#t
<p>You will need Snakemake &gt;=7.0.2 for this.</p>
<p>For more information on resources, see <a href="https://snakemake.readthedocs.io/en/latest/snakefiles/rules.html#standard-resources">snakemake resources</a> and <a href="https://snakemake.github.io/snakemake-plugin-catalog/plugins/executor/slurm.html#advanced-resource-specifications">slurm resources</a>.</p>
<p>Here is how to call Snakemake:</p>
<div class="highlight"><pre><span></span><code><span class="c1"># snakemake --profile=cubi-v1 --cores 1</span>
<p><div class="highlight"><pre><span></span><code><span class="c1"># snakemake --profile=cubi-v1 --jobs 1</span>
</code></pre></div>
When using conda, additionally use <code>--sdm conda</code> (snakemake 8) or <code>--use-conda</code> (snakemake 7).</p>
<p>To set rule-specific resources:</p>
<div class="highlight"><pre><span></span><code><span class="n">rule</span> <span class="n">myrule</span><span class="p">:</span>
<span class="n">threads</span><span class="p">:</span> <span class="mi">1</span>
Expand Down

0 comments on commit d9335fe

Please sign in to comment.