Skip to content

Commit 22ccdea

Browse files
authored
Merge pull request #5047 from broadinstitute/set-variant-key-sv-cleanup
clean up sv id mapping for set key
2 parents 72de526 + a1fd37e commit 22ccdea

File tree

4 files changed

+14
-2103
lines changed

4 files changed

+14
-2103
lines changed

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
# Maps tcp port 5432 on service container to the host
4242
- 5432:5432
4343
clickhouse:
44-
image: bitnami/clickhouse:latest
44+
image: bitnamilegacy/clickhouse:latest
4545
ports:
4646
- 9000:9000 # Native client interface
4747
volumes:

clickhouse_search/fixtures/clickhouse_saved_variants.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@
213213
"pk": 101,
214214
"fields": {
215215
"key": 101,
216-
"variant_id": "suffix_19107_DEL"
216+
"variant_id": "suffix_19107_DEL_013746"
217217
}
218218
}, {
219219
"model": "clickhouse_search.annotationssv",
@@ -225,7 +225,7 @@
225225
"end_chrom": null,
226226
"pos": 249045487,
227227
"end": 249045898,
228-
"variant_id": "suffix_19107_DEL",
228+
"variant_id": "suffix_19107_DEL_013746",
229229
"lifted_over_chrom": null,
230230
"lifted_over_pos": null,
231231
"rg37_locus_end": [null, null],
@@ -250,7 +250,7 @@
250250
"pk": 111,
251251
"fields": {
252252
"key": 111,
253-
"variant_id": "prefix_70191_DEL"
253+
"variant_id": "prefix_19107_DEL"
254254
}
255255
}, {
256256
"model": "clickhouse_search.annotationsgcnv",
@@ -261,7 +261,7 @@
261261
"chrom": "1",
262262
"pos": 249045487,
263263
"end": 249045898,
264-
"variant_id": "prefix_70191_DEL",
264+
"variant_id": "prefix_19107_DEL",
265265
"lifted_over_chrom": "2",
266266
"lifted_over_pos": null,
267267
"rg37_locus_end": [null, null],

0 commit comments

Comments
 (0)