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- # script used to score Nucleotide Transformer model
4- export reference_sheet=" /home/ma_run_ze/lzm/rnagym/fitness/reference_sheet_final.csv "
5- export dms_data_dir=" /home/ma_run_ze/lzm/rnagym/fitness/fitness_processed_assays "
3+
4+ export reference_sheet=" "
5+ export dms_data_dir=" "
66mkdir -p " $output_scores_dir "
7- # https://huggingface.co/InstaDeepAI/nucleotide-transformer-2.5b-multi-species
8- DMS_index=$(( 44 )) # Change this to the desired DMS index
9- export HF_ENDPOINT=https://hf-mirror.com
7+ DMS_index=$(( 44 ))
108source /data4/marunze/aido/bin/activate
119
12- export CUDA_VISIBLE_DEVICES=1 # Set to the GPU you want to use
13- # Remove existing score files and create a new summary file
14- # Get the current index from the array (0-31)
15-
16-
1710
18-
19- export output_dir=" /data_share/marunze/lzm/rnagym/fitness/embeddings/aido/"
20- export dms_data_dir=" /home/ma_run_ze/lzm/rnagym/fitness/fitness_processed_assays"
11+ export output_dir=" "
12+ export dms_data_dir=" "
2113mkdir -p " $output_dir "
22- # Get the current index from the array (0-31)
23-
24- # Run the scoring script with the array task ID
2514 python seq_emb.py \
2615 --output_dir_path " $output_dir " \
2716 --ref_sheet " $reference_sheet " \
2817 --dms_dir_path " $dms_data_dir " \
29-
You can’t perform that action at this time.
0 commit comments