File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed
gcp_variant_transforms/data/partition_configs Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ Output table is partitioned based on the *partition config file* which can be
4141set using ` --partition_config_path ` flag. The config file is formatted as
4242a [ ` YAML ` ] ( https://en.wikipedia.org/wiki/YAML ) file and has a straight forward
4343structure. [ Here] ( https://github.com/googlegenomics/gcp-variant-transforms/blob/master/gcp_variant_transforms/data/partition_configs/homo_sapiens_default.yaml )
44- you can see a config file which splits output table into 26 tables, one for
44+ you can see a config file which splits output table into 25 tables, one for
4545each chromosome plus an extra [ residual partition] ( #residual-partition ) . We
4646recommend using this config file as default for human samples by adding:
4747` --partition_config_path gcp_variant_transforms/data/partition_configs/homo_sapiens_default.yaml `
Original file line number Diff line number Diff line change 119119 regions :
120120 - " chrY"
121121 - " y"
122- - partition :
123- partition_name : " chrM"
124- regions :
125- - " chrM"
126- - " m"
127122- partition :
128123 partition_name : " residual"
129124 regions :
You can’t perform that action at this time.
0 commit comments