Skip to content

Commit 3b34ea2

Browse files
committed
Update documentation
1 parent 40b773c commit 3b34ea2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

wdl/MainVcfQc.wdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ workflow MainVcfQc {
2626
Array[Array[String]]? sample_level_comparison_datasets # Array of two-element arrays, one per dataset, each of format [prefix, gs:// path to per-sample tarballs]
2727
File primary_contigs_fai
2828
Int? random_seed
29-
Int? max_gq # Max GQ for plotting. Default = 99, ie. GQ is on a scale of [0,99]. Prior to CleanVcf, use 999
29+
Int? max_gq # Max GQ for plotting. Default = 99, ie. GQ is on a scale of [0,99]. Prior to CombineBatches, use 999
3030
Int? downsample_qc_per_sample # Number of samples to use for per-sample QC. Default: 1000
3131
3232
String sv_base_mini_docker

wdl/MakeCohortVcf.wdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ workflow MakeCohortVcf {
7171

7272
File? outlier_samples_list
7373
Int? random_seed
74-
Int? max_gq # Max GQ for plotting. Default = 99, ie. GQ is on a scale of [0,99]. Prior to CleanVcf, use 999
74+
Int? max_gq # Max GQ for plotting. Default = 99, ie. GQ is on a scale of [0,99]. Prior to CombineBatches, use 999
7575
7676
Array[Array[String]]? site_level_comparison_datasets # Array of two-element arrays, one per dataset, each of format [prefix, gs:// path to directory with one BED per population]
7777
Array[Array[String]]? sample_level_comparison_datasets # Array of two-element arrays, one per dataset, each of format [prefix, gs:// path to per-sample tarballs]

website/docs/modules/main_vcf_qc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ section for available benchmarking call sets.
214214
Default: `0`. Random seed for sample subsetting in external call set comparisons.
215215

216216
#### <HighlightOptionalArg>Optional</HighlightOptionalArg> `max_gq`
217-
Default: `99`. Max value to define range for `GQ` plotting. For modules prior to `CleanVcf`, use `999`.
217+
Default: `99`. Max value to define range for `GQ` plotting. For modules prior to `CombineBatches`, use `999`.
218218

219219
#### <HighlightOptionalArg>Optional</HighlightOptionalArg> `downsample_qc_per_sample`
220220
Default: `1000`. Number of samples to subset to for per-sample QC.

0 commit comments

Comments
 (0)