| --- |
| license: mit |
| --- |
| |
| # PriFold |
|
|
| ## π₯ Installation Guide |
|
|
| ### Getting the Model |
| 1. Download the entire `model/` directory and place it under your `PriFold` folder |
|
|
| ### Setting Up Data |
| 1. Download `data.tar.gz` and place it under your `PriFold` folder |
| 2. Extract the archive: |
| ```bash |
| tar -zxvf data.tar.gz |
| ``` |
| 3. This will create a `data/` folder containing: |
| - bpRNA dataset |
| - ArchiveII dataset |
| - RNAStrAlign dataset |
|
|
| ## π Directory Structure |
| After setup, your folder structure should look like this: |
| ``` |
| PriFold/ |
| βββ model/ |
| β βββ [model files] |
| βββ data/ |
| β βββ bpRNA/ |
| β βββ ArchiveII/ |
| β βββ RNAStrAlign/ |
| βββ data.tar.gz |
| ``` |
|
|
| ## π» Source Code |
| For model implementation, training scripts, and inference code, please visit our [GitHub repository](https://github.com/BEAM-Labs/PriFold). |
|
|
|
|