inodb commited on
Commit
8fd3b30
·
verified ·
1 Parent(s): 6e9ae27

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -10,7 +10,7 @@ These are parquet files generated from https://github.com/cBioPortal/datahub. It
10
 
11
  ## How to use
12
 
13
- You can e.g. query the mutations directly like so in `duckdb`:
14
 
15
  ```
16
  SELECT count(distinct (Chromosome, Start_Position, End_Position, Reference_Allele, Tumor_Seq_Allele1, Tumor_Seq_Allele2))
 
10
 
11
  ## How to use
12
 
13
+ Query all mutations of datahub directly in `duckdb`:
14
 
15
  ```
16
  SELECT count(distinct (Chromosome, Start_Position, End_Position, Reference_Allele, Tumor_Seq_Allele1, Tumor_Seq_Allele2))