Skip to content

Commit

Permalink
Deployed e4cb663 with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Nov 7, 2023
1 parent 1b2f2c1 commit fc1a7dc
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 27 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ <h3 id="assembly">Assembly</h3>
<h3 id="taxonomic-classification">Taxonomic classification</h3>
<ul>
<li>Sequence classification (<a href="https://github.com/bioinformatics-centre/kaiju/"><code>Kaiju</code></a>)</li>
<li>(<strong>WIP</strong>) Sequence classification (<a href="https://github.com/DerrickWood/kraken2"><code>Kraken2</code></a>)</li>
<li>Sequence classification (<a href="https://github.com/DerrickWood/kraken2"><code>Kraken2</code></a>)</li>
<li>Visualization (<a href="https://github.com/marbl/Krona/wiki"><code>Krona</code></a>)</li>
</ul>
<h3 id="functional-annotation">Functional annotation</h3>
Expand Down Expand Up @@ -246,5 +246,5 @@ <h2 id="citations">Citations</h2>

<!--
MkDocs version : 1.5.3
Build Date UTC : 2023-11-02 17:50:36.419643+00:00
Build Date UTC : 2023-11-07 18:24:29.071310+00:00
-->
63 changes: 39 additions & 24 deletions params/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,6 @@
</li>
<li class="toctree-l2"><a class="reference internal" href="#generic-options">Generic options</a>
</li>
<li class="toctree-l2"><a class="reference internal" href="#other-parameters">Other parameters</a>
</li>
</ul>
</li>
</ul>
Expand Down Expand Up @@ -222,9 +220,17 @@ <h2 id="decontamination">Decontamination</h2>
<tbody>
<tr>
<td><code>host_fasta</code></td>
<td>Host FASTA to use for decontamination</td>
<td><code>string</code></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td><code>bowtie2_db</code></td>
<td>Pre-built bowtie2 index. Directory where index is located.</td>
<td><code>string</code></td>
<td>None</td>
<td></td>
<td></td>
<td></td>
</tr>
Expand All @@ -247,15 +253,15 @@ <h2 id="alignment">Alignment</h2>
<td><code>reference_fasta</code></td>
<td>Path to FASTA genome file.</td>
<td><code>string</code></td>
<td>None</td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td><code>diamond_db</code></td>
<td>Path to pre-built DIAMOND db.</td>
<td><code>string</code></td>
<td>None</td>
<td></td>
<td></td>
<td></td>
</tr>
Expand All @@ -276,11 +282,35 @@ <h2 id="taxonomy">Taxonomy</h2>
<tbody>
<tr>
<td><code>kaiju_db</code></td>
<td>Kaiju database</td>
<td><code>string</code></td>
<td></td>
<td>True</td>
<td></td>
</tr>
<tr>
<td><code>kraken2_db</code></td>
<td>Kraken2 database</td>
<td><code>string</code></td>
<td>None</td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td><code>run_kaiju</code></td>
<td>Run Kaiju classifier</td>
<td><code>boolean</code></td>
<td>True</td>
<td></td>
<td></td>
</tr>
<tr>
<td><code>run_kraken2</code></td>
<td>Run Kraken2 classifier</td>
<td><code>boolean</code></td>
<td></td>
<td></td>
<td></td>
</tr>
</tbody>
</table>
Expand All @@ -301,7 +331,7 @@ <h2 id="functional">Functional</h2>
<td><code>id_mapping</code></td>
<td>Path to ID mapping file to be used for the Functional annotation</td>
<td><code>string</code></td>
<td>None</td>
<td></td>
<td>True</td>
<td></td>
</tr>
Expand Down Expand Up @@ -404,7 +434,7 @@ <h2 id="reference-genome-options">Reference genome options</h2>
<td><code>fasta</code></td>
<td></td>
<td><code>string</code></td>
<td>None</td>
<td></td>
<td></td>
<td></td>
</tr>
Expand Down Expand Up @@ -576,28 +606,13 @@ <h2 id="generic-options">Generic options</h2>
<td></td>
<td>True</td>
</tr>
</tbody>
</table>
<h2 id="other-parameters">Other parameters</h2>
<table>
<thead>
<tr>
<th>Parameter</th>
<th>Description</th>
<th>Type</th>
<th>Default</th>
<th>Required</th>
<th>Hidden</th>
</tr>
</thead>
<tbody>
<tr>
<td><code>schema_ignore_params</code></td>
<td></td>
<td><code>string</code></td>
<td>genomes</td>
<td></td>
<td></td>
<td>True</td>
</tr>
</tbody>
</table>
Expand Down
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 fc1a7dc

Please sign in to comment.