Skip to content

Commit e767449

Browse files
Remove chrM from the default partition config. (#327)
1 parent 276cf4c commit e767449

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

docs/partitioning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Output table is partitioned based on the *partition config file* which can be
4141
set using `--partition_config_path` flag. The config file is formatted as
4242
a [`YAML`](https://en.wikipedia.org/wiki/YAML) file and has a straight forward
4343
structure. [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
4545
each chromosome plus an extra [residual partition](#residual-partition). We
4646
recommend 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`

gcp_variant_transforms/data/partition_configs/homo_sapiens_default.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -119,11 +119,6 @@
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:

0 commit comments

Comments
 (0)