File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 30
30
{ value: " 16384" , name: " 16384" },
31
31
{ value: " 32768" , name: " 32768" },
32
32
];
33
- let sqlQuery = ` SELECT * FROM tcga_table WHERE TAR_uuid = '00048fa6-4318-42ef-9709-7dedb0d938b3 ';` ;
33
+ let sqlQuery = ` SELECT * FROM tcga_table WHERE TAR_uuid = '0011a67b-1ba9-4a32-a6b8-7850759a38cf ';` ;
34
34
// let dbUrl = "https://nishad.github.io/sql.js-httpvfs-playground/db/imdb-titles-100000_1024_indexed.db";
35
35
// let dbUrl =
36
36
// "https://cnag-biomedical-informatics.github.io/sql.js-httpvfs-playground/db/tcga.db";
79
79
{ key: " REF_uuid" , title: " REF_uuid" },
80
80
{ key: " TAR_uuid" , title: " TAR_uuid" },
81
81
{ key: " REF_uuid_URL" , title: " REF UUID URL" , parseAs: " unsafe-html" },
82
+ { key: " TAR_uuid_URL" , title: " TAR UUID URL" , parseAs: " unsafe-html" },
82
83
];
83
84
84
85
async function queryDb () {
You can’t perform that action at this time.
0 commit comments