Skip to content

Commit

Permalink
Deployed b22988b with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Nov 18, 2023
1 parent 1f1c292 commit 1c90340
Show file tree
Hide file tree
Showing 7 changed files with 173 additions and 124 deletions.
Binary file modified assets/arete.diagram.light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/arete.diagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
276 changes: 154 additions & 122 deletions assets/arete.drawio.xml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -351,5 +351,5 @@ <h2 id="citing-arete">Citing ARETE <a name="citing"></a></h2>

<!--
MkDocs version : 1.5.3
Build Date UTC : 2023-11-12 14:15:03.420260+00:00
Build Date UTC : 2023-11-18 12:57:42.355707+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.
17 changes: 17 additions & 0 deletions usage/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@
<li class="toctree-l3"><a class="reference internal" href="#evolccm-entry">evolCCM Entry</a>
</li>
<li class="toctree-l3"><a class="reference internal" href="#recombination-entry">Recombination Entry</a>
</li>
<li class="toctree-l3"><a class="reference internal" href="#gene-order-entry">Gene Order Entry</a>
</li>
</ul>
</li>
Expand Down Expand Up @@ -347,6 +349,21 @@ <h3 id="recombination-entry">Recombination Entry</h3>
--poppunk_model dbscan \
-profile docker
</code></pre>
<h3 id="gene-order-entry">Gene Order Entry</h3>
<p>To execute the Gene Order analysis on pre-existing assemblies and RGI annotations:</p>
<pre><code class="language-bash">nextflow run beiko-lab/ARETE \
-entry gene_order \
--input_sample_table gene_order_samplesheet.csv \
-profile docker
</code></pre>
<ul>
<li><code>--input_sample_table</code> - A samplesheet containing a fasta file, a genbank file and an RGI output file for each assembly:</li>
</ul>
<pre><code>sample,fna_file_path,gbk,rgi
SAMD00052607,SAMD00052607.faa,SAMD00052607.gbk,SAMD00052607_rgi.txt
SAMEA1466699,SAMEA1466699.faa,SAMEA1466699.gbk,SAMEA1466699_rgi.txt
SAMEA1486355,SAMEA1486355.faa,SAMEA1486355.gbk,SAMEA1486355_rgi.txt
</code></pre>
<h2 id="updating-the-pipeline">Updating the pipeline</h2>
<p>When you run the above command, Nextflow automatically pulls the pipeline code from GitHub and stores it as a cached version. When running the pipeline after this, it will always use the cached version if available - even if the pipeline has been updated since. To make sure that you're running the latest version of the pipeline, make sure that you regularly update the cached version of the pipeline:</p>
<pre><code class="language-bash">nextflow pull beiko-lab/ARETE
Expand Down

0 comments on commit 1c90340

Please sign in to comment.