Skip to content

Commit fd16e47

Browse files
authored
Update README.md
1 parent 83cd8d6 commit fd16e47

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,31 +4,28 @@
44
[![Deploy Status](https://github.com/CNAG-Biomedical-Informatics/sql.js-httpvfs-playground/actions/workflows/svelte.yml/badge.svg)](https://github.com/CNAG-Biomedical-Informatics/sql.js-httpvfs-playground/actions/workflows/svelte.yml)
55

66

7-
This is a fork of [@nishad](https://github.com/nishad)’s [sql.js-httpvfs playground](https://github.com/nishad/sql.js-httpvfs-playground).
7+
This is a fork of [nishad](https://github.com/nishad)’s [sql.js-httpvfs playground](https://github.com/nishad/sql.js-httpvfs-playground).
88

9-
> πŸ’‘ It enables querying an SQLite database **stored on GitHub**, directly in the browser using GitHub Pages β€” powered by [`sql.js-httpvfs`](https://github.com/phiresky/sql.js-httpvfs), a wrapper around [sql.js](https://github.com/sql-js/sql.js).
9+
> πŸ’‘ It enables querying an SQLite database **stored on GitHub**, directly in the browser using GitHub Pages β€” powered by [`sql.js-httpvfs`](https://github.com/phiresky/sql.js-httpvfs), a wrapper around [`sql.js`](https://github.com/sql-js/sql.js).
1010
1111
---
1212

1313
## 🎯 Use Case
1414

15-
This tool lets you explore [**Pheno-Ranker results**](https://github.com/CNAG-Biomedical-Informatics/pheno-ranker) of:
15+
This tool lets you explore [Pheno-Ranker](https://github.com/CNAG-Biomedical-Informatics/pheno-ranker) output of:
1616

1717
- 🧬 [OMIM](https://omim.org)
1818
- 🧫 [TCGA](https://www.cancergenomeinterpreter.org/tcga)
1919

20-
from this live playground:
21-
20+
on here:
2221
πŸ‘‰ [**cnag-biomedical-informatics.github.io/sql.js-httpvfs-playground**](https://cnag-biomedical-informatics.github.io/sql.js-httpvfs-playground)
2322

2423
The databases are served directly from:
2524
πŸ“ [CNAG Biomedical Informatics - CBI datahub ](https://github.com/CNAG-Biomedical-Informatics/cbi-datahub/tree/main/sqlite)
2625

2726
---
2827

29-
## πŸ”„ Key Differences from nishad's Playground
30-
31-
Compared to the one by @nishad, this version includes:
28+
## πŸ”„ Key Differences to nishad's Playground
3229

3330
### 🌟 More polished look and feel of the rendered [mounw-powertable](https://github.com/muonw/muonw-powertable/tree/main)
3431

@@ -38,7 +35,7 @@ Compared to the one by @nishad, this version includes:
3835
### πŸ”— Pre-configured Database URLs
3936
- No need to paste database links β€” switch between available datasets using **tabs**.
4037

41-
### 🧾 SQL Query Builder Form
38+
### 🧾 SQL Query Builder
4239
- No SQL skills? No problem! Easily build queries via a **form-based UI**.
4340
- ✍️ The [CodeJar](https://github.com/antonmedv/codejar) editor is **hidden by default** and can be toggled for manual editing.
4441

@@ -53,7 +50,7 @@ Compared to the one by @nishad, this version includes:
5350
| Contributions | πŸ‘€ |
5451
| --- | --- |
5552
| Creation of this fork | ICL |
56-
| Adaptation of the original playground to the CNAG use case | ICL |
53+
| Adaptation to the CNAG use case | ICL, MR |
5754
| Running of Pheno-Ranker and the creation of the SQLite databases | MR |
5855

5956

@@ -63,4 +60,4 @@ Compared to the one by @nishad, this version includes:
6360
| --- | --- |
6461
| GitHub Copilot | code completion |
6562
| OpenAI ChatGPT 4o and o4-mini-high | various code suggestions, styling of this README |
66-
| OpenAI Codex (research preview) | [merged PRs](https://github.com/CNAG-Biomedical-Informatics/sql.js-httpvfs-playground/pulls?q=is%3Apr+is%3Aclosed+label%3Acodex++is%3Amerged) |
63+
| OpenAI Codex (research preview) | [merged PRs](https://github.com/CNAG-Biomedical-Informatics/sql.js-httpvfs-playground/pulls?q=is%3Apr+is%3Aclosed+label%3Acodex++is%3Amerged) |

0 commit comments

Comments
Β (0)