-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Address first iteration of comments.
- Loading branch information
Showing
5 changed files
with
45 additions
and
56 deletions.
There are no files selected for viewing
23 changes: 0 additions & 23 deletions
23
...orms/testing/integration/vcf_to_bq_tests/presubmit_tests/small_tests/valid_4_1_pysam.json
This file was deleted.
Oops, something went wrong.
46 changes: 23 additions & 23 deletions
46
...s/testing/integration/vcf_to_bq_tests/presubmit_tests/small_tests/valid_4_2_gz_pysam.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,23 @@ | ||
[ | ||
{ | ||
"test_name": "valid-4-2-gz-pysam", | ||
"table_name": "valid_4_2_gz_pysam", | ||
"input_pattern": "gs://gcp-variant-transforms-testfiles/small_tests/valid-4.2.vcf.gz", | ||
"runner": "DirectRunner", | ||
"vcf_parser": "PYSAM", | ||
"assertion_configs": [ | ||
{ | ||
"query": ["NUM_ROWS_QUERY"], | ||
"expected_result": {"num_rows": 13} | ||
}, | ||
{ | ||
"query": ["SUM_START_QUERY"], | ||
"expected_result": {"sum_start": 23031929} | ||
}, | ||
{ | ||
"query": ["SUM_END_QUERY"], | ||
"expected_result": {"sum_end": 23033052} | ||
} | ||
] | ||
} | ||
] | ||
[ | ||
{ | ||
"test_name": "valid-4-2-gz-pysam", | ||
"table_name": "valid_4_2_gz_pysam", | ||
"input_pattern": "gs://gcp-variant-transforms-testfiles/small_tests/valid-4.2.vcf.gz", | ||
"runner": "DirectRunner", | ||
"vcf_parser": "PYSAM", | ||
"assertion_configs": [ | ||
{ | ||
"query": ["NUM_ROWS_QUERY"], | ||
"expected_result": {"num_rows": 13} | ||
}, | ||
{ | ||
"query": ["SUM_START_QUERY"], | ||
"expected_result": {"sum_start": 23031929} | ||
}, | ||
{ | ||
"query": ["SUM_END_QUERY"], | ||
"expected_result": {"sum_end": 23033052} | ||
} | ||
] | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters