File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- export model_location=" /home/ma_run_ze/lzm/rnagym/fitness/baselines/RNA_FM/RNA-FM"
4- export reference_sheet=" /home/ma_run_ze/lzm/rnagym/fitness/reference_sheet_final.csv"
5- export output_dir=" /data_share/marunze/lzm/rnagym/fitness/embeddings/RNAernie/"
6- export dms_data_dir=" /home/ma_run_ze/lzm/rnagym/fitness/fitness_processed_assays"
3+
4+ export model_location=" "
5+ export reference_sheet=" "
6+ export output_dir=" "
7+ export dms_data_dir=" "
78conda activate rnaernie
89export model_checkpoint=" src/"
910export vocab_path=" src/vocab_1MER.txt"
1011mkdir -p " $output_dir "
11- export HF_ENDPOINT=https://hf-mirror.com
12- export CUDA_VISIBLE_DEVICES=4 # Set to the GPU you want to use
13- # Get the current index from the array (0-31)
14- # Run the scoring script with the array task ID
1512 python3 seq_emb.py \
1613 --output_dir_path " $output_dir " \
1714 --ref_sheet " $reference_sheet " \
1815 --dms_dir_path " $dms_data_dir " \
1916 --model_checkpoint " $model_checkpoint " \
20- --vocab_path " $vocab_path "
17+ --vocab_path " $vocab_path "
You can’t perform that action at this time.
0 commit comments