Skip to content

Commit

Permalink
Deploying to gh-pages from @ 0a35b98 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
berombau committed Sep 12, 2024
1 parent cf83166 commit 5e71149
Show file tree
Hide file tree
Showing 5 changed files with 99 additions and 99 deletions.
2 changes: 1 addition & 1 deletion book/disk_based/disk_based_pipelines.html
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ <h2 data-number="7.4" class="anchored" data-anchor-id="containerized-pipelines">
<div class="sourceCode" id="cb13"><pre class="sourceCode bash code-with-copy"><code class="sourceCode bash"><span id="cb13-1"><a href="#cb13-1" aria-hidden="true" tabindex="-1"></a><span class="ex">docker</span> pull berombau/polygloty-docker:latest</span>
<span id="cb13-2"><a href="#cb13-2" aria-hidden="true" tabindex="-1"></a><span class="ex">docker</span> run <span class="at">-it</span> <span class="at">-v</span> <span class="va">$(</span><span class="bu">pwd</span><span class="va">)</span>/usecase:/app/usecase <span class="at">-v</span> <span class="va">$(</span><span class="bu">pwd</span><span class="va">)</span>/book:/app/book berombau/polygloty-docker:latest pixi run pipeline</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
<p>Another approach is to use <strong>multi-package containers</strong>. Tools like <a href="https://midnighter.github.io/mulled/">Multi-Package BioContainers</a> and <a href="https://seqera.io/containers/">Seqera Containers</a> can make this quick and easy, by allowing for custom combinations of packages.</p>
<p>You can go a long way with a folder of notebooks or scripts and the right tools. But as your project grows more bespoke, it can be worth the effort to use a <strong><a href="../workflow_frameworks">workflow framework</a></strong> like Nextflow or Snakemake to manage the pipeline for you.</p>
<p>You can go a long way with a folder of notebooks or scripts and the right tools. But as your project grows more bespoke, it can be worth the effort to use a <strong><a href="../workflow_frameworks">workflow framework</a></strong> like Viash, Nextflow or Snakemake to manage the pipeline for you.</p>


</section>
Expand Down
2 changes: 1 addition & 1 deletion book/in_memory/reticulate.html
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ <h1 data-number="6"><span class="header-section-number">6</span> Reticulate: bas
</div>
<div class="sourceCode cell-code" id="cb3"><pre class="sourceCode r code-with-copy"><code class="sourceCode r"><span id="cb3-1"><a href="#cb3-1" aria-hidden="true" tabindex="-1"></a>rd<span class="sc">$</span><span class="fu">choice</span>(example)</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
<div class="cell-output cell-output-stdout">
<pre><code>[1] 2</code></pre>
<pre><code>[1] 3</code></pre>
</div>
<div class="sourceCode cell-code" id="cb5"><pre class="sourceCode r code-with-copy"><code class="sourceCode r"><span id="cb5-1"><a href="#cb5-1" aria-hidden="true" tabindex="-1"></a>bi<span class="sc">$</span><span class="fu">list</span>(bi<span class="sc">$</span><span class="fu">reversed</span>(example))</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
<div class="cell-output cell-output-stdout">
Expand Down
Loading

0 comments on commit 5e71149

Please sign in to comment.