File size: 867 Bytes
882045c
 
 
 
7a7a26c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
---
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).