-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest_packed_script.sh
21 lines (21 loc) · 3.31 KB
/
test_packed_script.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/bin/sh
./bioinformatics_project tests/packed/sequences/4_100.txt tests/packed/commands/4_100.txt tests/packed/outputs/4_100.txt > tests/packed/measurements/4_100.txt
./bioinformatics_project tests/packed/sequences/4_1000.txt tests/packed/commands/4_1000.txt tests/packed/outputs/4_1000.txt > tests/packed/measurements/4_1000.txt
./bioinformatics_project tests/packed/sequences/4_10000.txt tests/packed/commands/4_10000.txt tests/packed/outputs/4_10000.txt > tests/packed/measurements/4_10000.txt
./bioinformatics_project tests/packed/sequences/4_100000.txt tests/packed/commands/4_100000.txt tests/packed/outputs/4_100000.txt > tests/packed/measurements/4_100000.txt
./bioinformatics_project tests/packed/sequences/4_1000000.txt tests/packed/commands/4_1000000.txt tests/packed/outputs/4_1000000.txt > tests/packed/measurements/4_1000000.txt
./bioinformatics_project tests/packed/sequences/15_100.txt tests/packed/commands/15_100.txt tests/packed/outputs/15_100.txt > tests/packed/measurements/15_100.txt
./bioinformatics_project tests/packed/sequences/15_1000.txt tests/packed/commands/15_1000.txt tests/packed/outputs/15_1000.txt > tests/packed/measurements/15_1000.txt
./bioinformatics_project tests/packed/sequences/15_10000.txt tests/packed/commands/15_10000.txt tests/packed/outputs/15_10000.txt > tests/packed/measurements/15_10000.txt
./bioinformatics_project tests/packed/sequences/15_100000.txt tests/packed/commands/15_100000.txt tests/packed/outputs/15_100000.txt > tests/packed/measurements/15_100000.txt
./bioinformatics_project tests/packed/sequences/15_1000000.txt tests/packed/commands/15_1000000.txt tests/packed/outputs/15_1000000.txt > tests/packed/measurements/15_1000000.txt
./bioinformatics_project tests/packed/sequences/26_100.txt tests/packed/commands/26_100.txt tests/packed/outputs/26_100.txt > tests/packed/measurements/26_100.txt
./bioinformatics_project tests/packed/sequences/26_1000.txt tests/packed/commands/26_1000.txt tests/packed/outputs/26_1000.txt > tests/packed/measurements/26_1000.txt
./bioinformatics_project tests/packed/sequences/26_10000.txt tests/packed/commands/26_10000.txt tests/packed/outputs/26_10000.txt > tests/packed/measurements/26_10000.txt
./bioinformatics_project tests/packed/sequences/26_100000.txt tests/packed/commands/26_100000.txt tests/packed/outputs/26_100000.txt > tests/packed/measurements/26_100000.txt
./bioinformatics_project tests/packed/sequences/26_1000000.txt tests/packed/commands/26_1000000.txt tests/packed/outputs/26_1000000.txt > tests/packed/measurements/26_1000000.txt
./bioinformatics_project tests/packed/sequences/HIV.txt tests/packed/commands/HIV.txt tests/packed/outputs/HIV.txt > tests/packed/measurements/HIV.txt
./bioinformatics_project tests/packed/sequences/escherichia_coli.txt tests/packed/commands/escherichia_coli.txt tests/packed/outputs/escherichia_coli.txt > tests/packed/measurements/escherichia_coli.txt
./bioinformatics_project tests/packed/sequences/Flu.txt tests/packed/commands/Flu.txt tests/packed/outputs/Flu.txt > tests/packed/measurements/Flu.txt
./bioinformatics_project tests/packed/sequences/Camelpox.txt tests/packed/commands/Camelpox.txt tests/packed/outputs/Camelpox.txt > tests/packed/measurements/Camelpox.txt
./bioinformatics_project tests/packed/sequences/Bact1.txt tests/packed/commands/Bact1.txt tests/packed/outputs/Bact1.txt > tests/packed/measurements/Bact1.txt