googlegenomics / gcp-variant-transforms

GCP Variant Transforms
Apache License 2.0
134 stars 55 forks source link

Increase _MAX_NUM_REGIONS #676

Closed samanvp closed 3 years ago

samanvp commented 3 years ago

from 10 to 64 to allow having a sharding config file with one shard that contains potentially all chromosomes.

Some of our users prefer not to shart the output table, to do that they use a sharding config that assigns all chromosomes to a single shard. For that use case we need to allow larger than 10 regions per shard.