forked from ManchesterBioinference/mRNA_LLM
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsnakemake_jobscript.sh
More file actions
48 lines (44 loc) · 2.5 KB
/
snakemake_jobscript.sh
File metadata and controls
48 lines (44 loc) · 2.5 KB
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
40
41
42
43
44
45
46
47
48
#!/bin/bash --login
#SBATCH -p gpuL # multicore #
#SBATCH -G 1
#SBATCH -n 4 #--cpus-per-task=10 # Use this instead of -n for Ray Tune #SBATCH --ntasks=1 # Single task (Ray will handle parallelization)
#SBATCH -t 4:00:00
#####################################################
### run command
#####################################################
source ~/.bashrc
#python scripts/manualTokenShuffle.py --params params.yaml --model_name_or_path output/ftModel_no_codons/best_spearmanr/ --data_dir output/data/decay --output_dir output/predict --scaler output/ftModel_no_codons/best_spearmanr/scaler.joblib --label tokenShuffle --extraFeatures output/data/ablations/no_codons.csv --mfe output/data/codons/vienna_features.csv
~/.local/share/mamba/bin/dvc repro -sf motifEnrichment
# ~/.local/share/mamba/bin/dvc repro predict
# ~/.local/share/mamba/bin/dvc repro motifEnrichment_highLowDecay
# ~/.local/share/mamba/bin/dvc repro codonOnlyClassificationMLP
# ~/.local/share/mamba/bin/dvc repro allExtraFeaturesClassificationMLP
# ~/.local/share/mamba/bin/dvc repro extraFeaturesAndMotifCountsClassificationMLP
# ~/.local/share/mamba/bin/git add -u
# ~/.local/share/mamba/bin/git commit -m "(ablations) default - all extra features included"
#
# ~/.local/share/mamba/bin/dvc repro -s -f fineTuneModel_ablations@0 # visualizeImportance #runViennaRNA #
# ~/.local/share/mamba/bin/git add -u
# ~/.local/share/mamba/bin/git commit -m "(ablations) no_mfe"
#
# ~/.local/share/mamba/bin/dvc repro -s -f fineTuneModel_ablations@1 # visualizeImportance #runViennaRNA #
# ~/.local/share/mamba/bin/git add -u
#30
#31
# ~/.local/share/mamba/bin/git commit -m "(ablations) no_lengths"
#
# ~/.local/share/mamba/bin/dvc repro -s -f fineTuneModel_ablations@2 # visualizeImportance #runViennaRNA #
# ~/.local/share/mamba/bin/git add -u
# ~/.local/share/mamba/bin/git commit -m "(ablations) no_gc_content"
#
# ~/.local/share/mamba/bin/dvc repro -s -f fineTuneModel_ablations@3 # visualizeImportance #runViennaRNA #
# ~/.local/share/mamba/bin/git add -u
# ~/.local/share/mamba/bin/git commit -m "(ablations) no_codons"
#
# ~/.local/share/mamba/bin/dvc repro -s -f fineTuneModel_ablations@4 # visualizeImportance #runViennaRNA #
# ~/.local/share/mamba/bin/git add -u
# ~/.local/share/mamba/bin/git commit -m "(ablations) seq_only"
#
# ~/.local/share/mamba/bin/dvc repro -s -f fineTuneModel_ablations@5 # visualizeImportance #runViennaRNA #
# ~/.local/share/mamba/bin/git add -u
# ~/.local/share/mamba/bin/git commit -m "(ablations) codons_only - no lengths, GC, mfe"