We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f1997d commit 720973aCopy full SHA for 720973a
src/App.svelte
@@ -32,8 +32,11 @@
32
];
33
let sqlQuery = `SELECT * FROM tcga_table WHERE TAR_uuid = '00048fa6-4318-42ef-9709-7dedb0d938b3';`;
34
// 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";
37
let dbUrl =
- "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
+
40
import Prism from "prismjs";
41
import "prismjs/components/prism-sql";
42
0 commit comments