-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuild.sh
40 lines (35 loc) · 982 Bytes
/
build.sh
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
#!/bin/sh
# binary files compiled by g++
g++ -o sitega_thr_dist_mat.exe sitega_thr_dist_mat.cpp
g++ -o andy0bsn5cell.exe andy0bsn5cell.cpp
g++ -o andy1_mat.exe andy1_mat.cpp
g++ -o andy1_mat_long.exe andy1_mat_long.cpp
g++ -o andy05cell.exe andy05cell.cpp
g++ -o fasta_to_plain0.exe fasta_to_plain0.cpp
g++ -o fasta_muliplefiles.exe fasta_muliplefiles.cpp
chmod a+x andy0bsn5cell.exe
chmod a+x andy1_mat.exe
chmod a+x andy1_mat_long.exe
chmod a+x andy05cell.exe
chmod a+x sitega_thr_dist_mat.exe
chmod a+x fasta_to_plain0.exe
chmod a+x fasta_muliplefiles.exe
chmod a+x bootstrap
chmod a+x scan_fasta
chmod a+x scan_genome
chmod a+x thr_err
chmod a+x train
cd ../genomes/mm10
tar -xzvf ups2kb_mm10.seq.tar.gz
cd ..
cd ..
# binary files compiled by clang/spack
cd bin
chmod a+x andy0bsn5cell.exe
chmod a+x andy1_mat.exe
chmod a+x andy1_mat_long.exe
chmod a+x andy05cell.exe
chmod a+x sitega_thr_dist_mat.exe
chmod a+x fasta_to_plain0.exe
chmod a+x fasta_muliplefiles.exe
cd ..