Skip to content

Commit 720973a

Browse files
committed
replaced db url
1 parent 0f1997d commit 720973a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/App.svelte

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,11 @@
3232
];
3333
let sqlQuery = `SELECT * FROM tcga_table WHERE TAR_uuid = '00048fa6-4318-42ef-9709-7dedb0d938b3';`;
3434
// let dbUrl = "https://nishad.github.io/sql.js-httpvfs-playground/db/imdb-titles-100000_1024_indexed.db";
35+
// let dbUrl =
36+
// "https://cnag-biomedical-informatics.github.io/sql.js-httpvfs-playground/db/tcga.db";
3537
let dbUrl =
36-
"https://cnag-biomedical-informatics.github.io/sql.js-httpvfs-playground/db/tcga.db";
38+
"https://raw.githubusercontent.com/CNAG-Biomedical-Informatics/cbi-datahub/refs/heads/main/sqlite/tcga.db"
39+
3740
import Prism from "prismjs";
3841
import "prismjs/components/prism-sql";
3942

0 commit comments

Comments
 (0)