Skip to content

Commit

Permalink
Deployed 9c16708 with MkDocs version: 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Jul 25, 2024
1 parent 5563de7 commit 17f66ee
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -388,5 +388,5 @@ <h2 id="citing-arete">Citing ARETE <a name="citing"></a></h2>

<!--
MkDocs version : 1.6.0
Build Date UTC : 2024-07-23 13:04:07.882721+00:00
Build Date UTC : 2024-07-25 16:05:46.545001+00:00
-->
16 changes: 11 additions & 5 deletions params/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,12 @@ <h2 id="annotation">Annotation</h2>
<td><code>string</code></td>
<td>mobsuite,rgi,cazy,vfdb,iceberg,bacmet</td>
</tr>
<tr>
<td><code>upset_plot_columns</code></td>
<td>Columns to use for making Upset plots of genome features</td>
<td><code>string</code></td>
<td></td>
</tr>
</tbody>
</table>
<h2 id="phylogenomics">Phylogenomics</h2>
Expand Down Expand Up @@ -389,13 +395,13 @@ <h2 id="poppunk">PopPUNK</h2>
<td><code>core_similarity</code></td>
<td>Similarity threshold for core genomes</td>
<td><code>number</code></td>
<td>99.99</td>
<td>99.9</td>
</tr>
<tr>
<td><code>accessory_similarity</code></td>
<td>Similarity threshold for accessory genes</td>
<td><code>number</code></td>
<td>99</td>
<td>99.0</td>
</tr>
</tbody>
</table>
Expand Down Expand Up @@ -662,19 +668,19 @@ <h2 id="max-job-request-options">Max job request options</h2>
<td><code>max_cpus</code></td>
<td>Maximum number of CPUs that can be requested for any single job. <details><summary>Help</summary><small>Use to set an upper-limit for the CPU requirement for each process. Should be an integer e.g. <code>--max_cpus 1</code></small></details></td>
<td><code>integer</code></td>
<td>16</td>
<td>72</td>
</tr>
<tr>
<td><code>max_memory</code></td>
<td>Maximum amount of memory that can be requested for any single job. <details><summary>Help</summary><small>Use to set an upper-limit for the memory requirement for each process. Should be a string in the format integer-unit e.g. <code>--max_memory '8.GB'</code></small></details></td>
<td><code>string</code></td>
<td>128.GB</td>
<td>125.GB</td>
</tr>
<tr>
<td><code>max_time</code></td>
<td>Maximum amount of time that can be requested for any single job. <details><summary>Help</summary><small>Use to set an upper-limit for the time requirement for each process. Should be a string in the format integer-unit e.g. <code>--max_time '2.h'</code></small></details></td>
<td><code>string</code></td>
<td>240.h</td>
<td>168.h</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 17f66ee

Please sign in to comment.