googlegenomics / gcp-variant-transforms

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

Modify bq_to_vcf integration tests to verify default 1-based coordinate #637

Open samanvp opened 4 years ago

samanvp commented 4 years ago

In #636 we added a new flag bq_uses_1_based_coordinate to allow users to export variants from BQ tables that are using either 0-baed on 1-based coordinate.

Note that our default value for coordinate (both bq_uses_1_based_coordinate and use_1_based_coordinate) is set to 1-based. That's why in #633 we updated all our integration tests to test the default path and added a few for testing 0-based.

We need to do the same thing for bq_to_vcf integration tests:

Here is the list of tests that needs to be updated: