** This step is only necessary if you want to preprocess the data yourself. Otherwise, go to next step. **
you can access data via thishttps://www.kaggle.com/competitions/stanford-ribonanza-rna-folding/data kaggle competition and place it in DATA
directory.
Download the data form Kaggle and place it in your path/to/RNA_reactivity_predition
cd path/to/project
conda create -n rna-reactivity-prediction
conda activate rna-reactivity-prediction
pip install -r requirements.txt
Uncomment the functions in utils.py and run the script.
in train_config.json
, test_config.json
** TO BE IMPLEMENTED, FOR NOW GO WITH THE DEFULT SETTING, OR CHANGE MANUALLY**
python script.py -m {model_name:str} -e {epoch_number:int} -v {mode_vesion_ number}