PriFold / README.md
yfish's picture
Update README.md
7a7a26c verified
metadata
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:
    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.