You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/setup.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -151,6 +151,8 @@ Parabricks HaplotypeCaller also follows `variant_calling.expected_coverage` to s
151
151
|`callable_sites.mappability.merge_distance`| Merge passing mappability regions within this many base pairs. |`int`|
152
152
|`callable_sites.coverage.merge_distance`| Merge passing coverage regions within this many base pairs. |`int`|
153
153
154
+
GenMap indexing is selected automatically from the decompressed reference FASTA size. snpArcher uses the default `divsufsort` indexer for references up to 2 GiB, switches to `-S 20` above 2 GiB to reduce RAM usage, and switches to `-A skew` above 5 GiB to favor lower-memory indexing on very large genomes.
155
+
154
156
#### Coverage Filtering Options
155
157
If `callable_sites.coverage.enabled` is set to `True`, then these options control coverage-based filtering:
0 commit comments