Skip to content

Commit

Permalink
Deployed 53b2076 with MkDocs version: 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Jun 4, 2024
1 parent 3abdeda commit 9172adf
Show file tree
Hide file tree
Showing 4 changed files with 91 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -266,5 +266,5 @@ <h2 id="citations">Citations</h2>

<!--
MkDocs version : 1.6.0
Build Date UTC : 2024-05-02 18:56:47.946153+00:00
Build Date UTC : 2024-06-04 14:08:04.296245+00:00
-->
89 changes: 89 additions & 0 deletions params/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@
</li>
<li class="toctree-l2"><a class="reference internal" href="#reference-genome-options">Reference genome options</a>
</li>
<li class="toctree-l2"><a class="reference internal" href="#download-entry">Download Entry</a>
</li>
<li class="toctree-l2"><a class="reference internal" href="#max-job-request-options">Max job request options</a>
</li>
<li class="toctree-l2"><a class="reference internal" href="#generic-options">Generic options</a>
Expand Down Expand Up @@ -464,6 +466,93 @@ <h2 id="reference-genome-options">Reference genome options</h2>
</tr>
</tbody>
</table>
<h2 id="download-entry">Download Entry</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>download_functional</code></td>
<td>Whether to dowload functional references</td>
<td><code>boolean</code></td>
<td>True</td>
<td></td>
<td></td>
</tr>
<tr>
<td><code>download_kaiju</code></td>
<td>Whether to dowload the Kaiju reference db</td>
<td><code>boolean</code></td>
<td>True</td>
<td></td>
<td></td>
</tr>
<tr>
<td><code>download_kraken</code></td>
<td>Whether to dowload the Kraken2 reference db</td>
<td><code>boolean</code></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td><code>download_host</code></td>
<td>Whether to download the host reference genome</td>
<td><code>boolean</code></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td><code>functional_db</code></td>
<td>Functional reference URL (download entry)</td>
<td><code>string</code></td>
<td>https://ftp.ncbi.nlm.nih.gov/blast/db/FASTA/nr.gz</td>
<td></td>
<td></td>
</tr>
<tr>
<td><code>functional_dictionary</code></td>
<td>Functional dictionary URL (download entry)</td>
<td><code>string</code></td>
<td>https://ftp.uniprot.org/pub/databases/uniprot/current_release/knowledgebase/idmapping/idmapping.dat.gz</td>
<td></td>
<td></td>
</tr>
<tr>
<td><code>kaiju_db_url</code></td>
<td>Kaiju reference URL (download entry)</td>
<td><code>string</code></td>
<td>https://kaiju-idx.s3.eu-central-1.amazonaws.com/2023/kaiju_db_nr_2023-05-10.tgz</td>
<td></td>
<td></td>
</tr>
<tr>
<td><code>kraken2_db_url</code></td>
<td>Kraken2 reference URL (download entry)</td>
<td><code>string</code></td>
<td>https://genome-idx.s3.amazonaws.com/kraken/k2_standard_08gb_20240112.tar.gz</td>
<td></td>
<td></td>
</tr>
<tr>
<td><code>host_url</code></td>
<td>Host FASTA reference URL (download entry)</td>
<td><code>string</code></td>
<td>http://ftp.ensembl.org/pub/release-112/fasta/homo_sapiens/dna/Homo_sapiens.GRCh38.dna.primary_assembly.fa.gz</td>
<td></td>
<td></td>
</tr>
</tbody>
</table>
<h2 id="max-job-request-options">Max job request options</h2>
<p>Set the top limit for requested resources for any single job.</p>
<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 9172adf

Please sign in to comment.