cmatkhan commited on
Commit
7e9f97e
·
verified ·
1 Parent(s): 6b29baa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -6,6 +6,7 @@ tags:
6
  - chipexo
7
  - genomics
8
  - biology
 
9
  pretty_name: Rossi ChIP-exo 2021
10
  configs:
11
  - config_name: metadata
@@ -44,6 +45,12 @@ configs:
44
  - name: pileup
45
  dtype: int32
46
  description: Depth of coverage (number of 5' tags) at this genomic position
 
 
 
 
 
 
47
  language:
48
  - en
49
  ---
 
6
  - chipexo
7
  - genomics
8
  - biology
9
+ - duckdb
10
  pretty_name: Rossi ChIP-exo 2021
11
  configs:
12
  - config_name: metadata
 
45
  - name: pileup
46
  dtype: int32
47
  description: Depth of coverage (number of 5' tags) at this genomic position
48
+ partitioning:
49
+ enabled: true
50
+ partition_by: ["run_accession"]
51
+ path_template: "genome_map/accession={run_accession}/*.parquet"
52
+ filter_patterns:
53
+ - "accession=([^/]+)"
54
  language:
55
  - en
56
  ---