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 3cc5fe9 commit 1a692daCopy full SHA for 1a692da
src/App.svelte
@@ -27,7 +27,7 @@
27
{ value: "16384", name: "16384" },
28
{ value: "32768", name: "32768" },
29
];
30
- let sqlQuery = `SELECT * from tcag_table;`;
+ let sqlQuery = `SELECT * from tcga_table;`;
31
// let dbUrl = "https://nishad.github.io/sql.js-httpvfs-playground/db/imdb-titles-100000_1024_indexed.db";
32
let dbUrl =
33
"https://cnag-biomedical-informatics.github.io/sql.js-httpvfs-playground/db/tcga.db";
0 commit comments