akshayansamy commited on
Commit
634680f
·
verified ·
1 Parent(s): 68fc00c

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -5,7 +5,7 @@ configs:
5
  data_files: "curated_csv/subsets/cullpdb_pc15.0_res0.0-1.0_len40-10000_R0.2_Xray_d2026_01_26_chains281.csv"
6
  default: true
7
  - config_name: "main"
8
- data_files: "curated_csv/cullpdb_combined_chains.csv"
9
  - config_name: "cullpdb_pc15.0_res0.0-1.0_noBrks_len40-10000_R0.2_Xray_d2026_01_26_chains267"
10
  data_files: "curated_csv/subsets/cullpdb_pc15.0_res0.0-1.0_noBrks_len40-10000_R0.2_Xray_d2026_01_26_chains267.csv"
11
  - config_name: "cullpdb_pc15.0_res0.0-1.2_len40-10000_R0.2_Xray_d2026_01_26_chains785"
@@ -501,7 +501,7 @@ Use the **subset dropdown** in the viewer to switch between the main table and 2
501
 
502
  | Item | Description |
503
  |------|-------------|
504
- | **Main CSV** | `curated_csv/cullpdb_combined_chains.csv` — 4,540,884 chains |
505
  | **Subsets** | `curated_csv/subsets/*.csv` — 242 files (same columns) |
506
  | **Index** | `curated_csv/cullpdb_list_fasta_index.csv` — 242 rows |
507
 
@@ -548,7 +548,7 @@ Full list of subset paths: `curated_csv/dataset_metadata.json` (keys `data_paths
548
  from huggingface_hub import hf_hub_download
549
  import pandas as pd
550
 
551
- path = hf_hub_download(repo_id="PRMegathon26/PISCES-CulledPDB", filename="curated_csv/cullpdb_combined_chains.csv", repo_type="dataset")
552
  df = pd.read_csv(path)
553
  ```
554
 
@@ -557,7 +557,7 @@ df = pd.read_csv(path)
557
  From repo root after clone/download:
558
 
559
  ```bash
560
- python src/filter_chains_csv.py --input curated_csv/cullpdb_combined_chains.csv --output my_filtered.csv --pc 20 --resolution-max 2.0 --no-breaks yes --R 0.25
561
  ```
562
 
563
  Options: `--pc`, `--pc-min`, `--pc-max`, `--resolution-min`, `--resolution-max`, `--no-breaks`, `--R`, `--method`, `--len-min`, `--len-max`.
 
5
  data_files: "curated_csv/subsets/cullpdb_pc15.0_res0.0-1.0_len40-10000_R0.2_Xray_d2026_01_26_chains281.csv"
6
  default: true
7
  - config_name: "main"
8
+ data_files: "curated_csv/cullpdb_compiled.csv"
9
  - config_name: "cullpdb_pc15.0_res0.0-1.0_noBrks_len40-10000_R0.2_Xray_d2026_01_26_chains267"
10
  data_files: "curated_csv/subsets/cullpdb_pc15.0_res0.0-1.0_noBrks_len40-10000_R0.2_Xray_d2026_01_26_chains267.csv"
11
  - config_name: "cullpdb_pc15.0_res0.0-1.2_len40-10000_R0.2_Xray_d2026_01_26_chains785"
 
501
 
502
  | Item | Description |
503
  |------|-------------|
504
+ | **Main CSV** | `curated_csv/cullpdb_compiled.csv` — 4,540,884 chains |
505
  | **Subsets** | `curated_csv/subsets/*.csv` — 242 files (same columns) |
506
  | **Index** | `curated_csv/cullpdb_list_fasta_index.csv` — 242 rows |
507
 
 
548
  from huggingface_hub import hf_hub_download
549
  import pandas as pd
550
 
551
+ path = hf_hub_download(repo_id="PRMegathon26/PISCES-CulledPDB", filename="curated_csv/cullpdb_compiled.csv", repo_type="dataset")
552
  df = pd.read_csv(path)
553
  ```
554
 
 
557
  From repo root after clone/download:
558
 
559
  ```bash
560
+ python src/filter_chains_csv.py --input curated_csv/cullpdb_compiled.csv --output my_filtered.csv --pc 20 --resolution-max 2.0 --no-breaks yes --R 0.25
561
  ```
562
 
563
  Options: `--pc`, `--pc-min`, `--pc-max`, `--resolution-min`, `--resolution-max`, `--no-breaks`, `--R`, `--method`, `--len-min`, `--len-max`.