-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrun_all.sh
More file actions
22 lines (20 loc) · 829 Bytes
/
run_all.sh
File metadata and controls
22 lines (20 loc) · 829 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/bin/bash
bash sbatch_scripts/bit_sequence/shortparse.sh
bash sbatch_scripts/bit_sequence/sac.sh
bash sbatch_scripts/bit_sequence/random_sampler.sh
bash sbatch_scripts/bit_sequence/maxent.sh
bash sbatch_scripts/bit_sequence/gfn.sh
bash sbatch_scripts/bit_sequence/oc.sh
#bash sbatch_scripts/fractalgrid/a2c.sh
#bash sbatch_scripts/fractalgrid/gfn.sh
#bash sbatch_scripts/fractalgrid/random_sampler.sh
#bash sbatch_scripts/fractalgrid/sac.sh
#bash sbatch_scripts/fractalgrid/oc.sh
#bash sbatch_scripts/rna_binding/a2c.sh
#bash sbatch_scripts/rna_binding/gfn_loss.sh
#bash sbatch_scripts/rna_binding/gfn.sh
#bash sbatch_scripts/rna_binding/maxent.sh
#bash sbatch_scripts/rna_binding/random_sampler.sh
#bash sbatch_scripts/rna_binding/sac.sh
#bash sbatch_scripts/rna_binding/shortparse.sh
#bash sbatch_scripts/rna_binding/oc.sh