Skip to content

Commit

Permalink
deploy: 2970ed4
Browse files Browse the repository at this point in the history
  • Loading branch information
adthrasher committed May 23, 2024
1 parent c25e2b9 commit 46348e4
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -265,5 +265,5 @@ <h2 id="license">📝 License</h2>

<!--
MkDocs version : 1.6.0
Build Date UTC : 2024-05-13 17:33:31.987922+00:00
Build Date UTC : 2024-05-23 15:59:46.573858+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.
1 change: 1 addition & 0 deletions workflows/dnaseq-core/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ <h4 id="required">Required</h4>
</ul>
<h4 id="optional">Optional</h4>
<ul>
<li><code>sample_override</code> (String?): Value to override the SM field of <em>every</em> read group.</li>
<li><code>rg_merge.basic_merge.new_header</code> (File?)</li>
<li><code>rg_merge.final_merge.new_header</code> (File?)</li>
<li><code>rg_merge.inner_merge.new_header</code> (File?)</li>
Expand Down
3 changes: 2 additions & 1 deletion workflows/dnaseq-standard-fastq/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ <h4 id="required">Required</h4>
</ul>
<h4 id="optional">Optional</h4>
<ul>
<li><code>dnaseq_core_experimental.sample_override</code> (String?)</li>
<li><code>dnaseq_core_experimental.rg_merge.basic_merge.new_header</code> (File?)</li>
<li><code>dnaseq_core_experimental.rg_merge.final_merge.new_header</code> (File?)</li>
<li><code>dnaseq_core_experimental.rg_merge.inner_merge.new_header</code> (File?)</li>
Expand All @@ -210,7 +211,7 @@ <h4 id="defaults">Defaults</h4>
<li><code>reads_per_file</code> (Int, default=10000000): Controls the number of reads per FASTQ file for internal split to run BWA in parallel.</li>
<li><code>subsample_n_reads</code> (Int, default=-1): Only process a random sampling of <code>n</code> reads. Any <code>n</code>&lt;=<code>0</code> for processing entire input.</li>
<li><code>use_all_cores</code> (Boolean, default=false): Use all cores? Recommended for cloud environments.</li>
<li><code>validate_input</code> (Boolean, default=true): Ensure input BAM is well-formed before beginning harmonization?</li>
<li><code>validate_input</code> (Boolean, default=true): Ensure input FASTQs ares well-formed before beginning harmonization?</li>
<li><code>fqlint.disable_validator_codes</code> (Array[String], default=[])</li>
<li><code>fqlint.modify_disk_size_gb</code> (Int, default=0)</li>
<li><code>fqlint.modify_memory_gb</code> (Int, default=0)</li>
Expand Down
2 changes: 1 addition & 1 deletion workflows/dnaseq-standard/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ <h4 id="required">Required</h4>
</ul>
<h4 id="optional">Optional</h4>
<ul>
<li><code>sample_override</code> (String?): Value to override the SM field of <em>every</em> read group.</li>
<li><code>validate_input_bam.reference_fasta</code> (File?)</li>
<li><code>dnaseq_core_experimental.rg_merge.basic_merge.new_header</code> (File?)</li>
<li><code>dnaseq_core_experimental.rg_merge.final_merge.new_header</code> (File?)</li>
Expand All @@ -215,7 +216,6 @@ <h4 id="defaults">Defaults</h4>
<li><code>subsample_n_reads</code> (Int, default=-1): Only process a random sampling of <code>n</code> reads. Any <code>n</code>&lt;=<code>0</code> for processing entire input.</li>
<li><code>use_all_cores</code> (Boolean, default=false): Use all cores? Recommended for cloud environments.</li>
<li><code>validate_input</code> (Boolean, default=true): Ensure input BAM is well-formed before beginning harmonization?</li>
<li><code>dnaseq_core_experimental.use_all_cores</code> (Boolean, default=false): Use all cores? Recommended for cloud environments.</li>
<li><code>get_ReadGroups.modify_disk_size_gb</code> (Int, default=0)</li>
<li><code>subsample.modify_disk_size_gb</code> (Int, default=0)</li>
<li><code>subsample.ncpu</code> (Int, default=2)</li>
Expand Down

0 comments on commit 46348e4

Please sign in to comment.