Skip to content

Commit 440592c

Browse files
committed
Update db names with dashes for consistency
1 parent f5d97f5 commit 440592c

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/App.svelte

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
{ value: "16384", name: "16384" },
3131
{ value: "32768", name: "32768" },
3232
];
33-
let sqlQuery = `SELECT * FROM tcga_table WHERE TAR_uuid = '0011a67b-1ba9-4a32-a6b8-7850759a38cf';`;
33+
let sqlQuery = `SELECT * FROM tcga_table WHERE "TAR-UUID" = '0011a67b-1ba9-4a32-a6b8-7850759a38cf';`;
3434
// let dbUrl = "https://nishad.github.io/sql.js-httpvfs-playground/db/imdb-titles-100000_1024_indexed.db";
3535
// let dbUrl =
3636
// "https://cnag-biomedical-informatics.github.io/sql.js-httpvfs-playground/db/tcga.db";
@@ -76,10 +76,10 @@
7676
{ key: "INTERSECT", title: "INTERSECT" },
7777
{ key: "INTERSECT-RATE(%)", title: "INTERSECT-RATE(%)" },
7878
{ key: "COMPLETENESS(%)", title: "COMPLETENESS(%)" },
79-
{ key: "REF_uuid", title: "REF_uuid" },
80-
{ key: "TAR_uuid", title: "TAR_uuid" },
81-
{ key: "REF_uuid_URL", title: "REF UUID URL", parseAs: "unsafe-html" },
82-
{ key: "TAR_uuid_URL", title: "TAR UUID URL", parseAs: "unsafe-html" },
79+
{ key: "REF-UUID", title: "REF-UUID" },
80+
{ key: "TAR-UUID", title: "TAR-UUID" },
81+
{ key: "REF-UUID-URL", title: "REF-UUID-URL", parseAs: "unsafe-html" },
82+
{ key: "TAR-UUID-URL", title: "TAR-UUID-URL", parseAs: "unsafe-html" },
8383
];
8484
8585
async function queryDb() {

0 commit comments

Comments
 (0)