Skip to content

Commit 6648723

Browse files
author
Naozumi Hiranuma
committed
adding some test script. it is still preliminary and needs to be updated later
1 parent 060b60f commit 6648723

30 files changed

+369
-0
lines changed

test.sh

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
#python DeepAccNet.py -r --verbose samples test/outputs1
2+
#python DeepAccNet.py -r -e --verbose samples test/outputs2
3+
#python extractBert.py samples test/outputs3
4+
#python DeepAccNet.py -r --bert --verbose samples test/outputs3
5+
#python extractBert.py samples test/outputs4
6+
#python DeepAccNet.py -r --bert -e --verbose samples test/outputs4
7+
#python DeepAccNet.py -r --verbose --csv samples test/outputs1.csv
8+
#python extractBert.py samples samples
9+
#python DeepAccNet.py -r --bert --verbose --csv samples test/outputs2.csv
10+
#python DeepAccNet.py -r --verbose --pdb samples/tag0137.relaxed.al.pdb test/output1.npz
11+
python DeepAccNet-noPyRosetta.py -r --verbose samples test/outputs5
12+
python DeepAccNet-noPyRosetta.py -r -e --verbose samples test/outputs6
13+
python extractBert.py samples test/outputs7
14+
python DeepAccNet-noPyRosetta.py -r --bert --verbose samples test/outputs7
15+
python extractBert.py samples test/outputs8
16+
python DeepAccNet-noPyRosetta.py -r --bert -e --verbose samples test/outputs8

test/Check.ipynb

+345
Large diffs are not rendered by default.

test/output1.npz

805 KB
Binary file not shown.

test/output2.features.npz

2.26 MB
Binary file not shown.

test/outputs1.csv

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
sample cb-lddt
2+
tag0137.relaxed.al 0.3340
3+
tag0177.relaxed.al 0.3332
4+
tag0172.relaxed.al 0.3316

test/outputs1/tag0137.relaxed.al.npz

805 KB
Binary file not shown.

test/outputs1/tag0172.relaxed.al.npz

809 KB
Binary file not shown.

test/outputs1/tag0177.relaxed.al.npz

807 KB
Binary file not shown.

test/outputs2.csv

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
sample cb-lddt
2+
tag0137.relaxed.al 0.3196
3+
tag0177.relaxed.al 0.3317
4+
tag0172.relaxed.al 0.3340

test/outputs2/tag0137.relaxed.al.npz

801 KB
Binary file not shown.

test/outputs2/tag0172.relaxed.al.npz

804 KB
Binary file not shown.

test/outputs2/tag0177.relaxed.al.npz

803 KB
Binary file not shown.

test/outputs3/tag0137.relaxed.al.npz

802 KB
Binary file not shown.

test/outputs3/tag0172.relaxed.al.npz

807 KB
Binary file not shown.

test/outputs3/tag0177.relaxed.al.npz

804 KB
Binary file not shown.

test/outputs4/tag0137.relaxed.al.npz

802 KB
Binary file not shown.

test/outputs4/tag0172.relaxed.al.npz

808 KB
Binary file not shown.

test/outputs4/tag0177.relaxed.al.npz

805 KB
Binary file not shown.

test/outputs5/tag0137.relaxed.al.npz

799 KB
Binary file not shown.

test/outputs5/tag0172.relaxed.al.npz

803 KB
Binary file not shown.

test/outputs5/tag0177.relaxed.al.npz

801 KB
Binary file not shown.

test/outputs6/tag0137.relaxed.al.npz

798 KB
Binary file not shown.

test/outputs6/tag0172.relaxed.al.npz

805 KB
Binary file not shown.

test/outputs6/tag0177.relaxed.al.npz

801 KB
Binary file not shown.

test/outputs7/tag0137.relaxed.al.npz

800 KB
Binary file not shown.

test/outputs7/tag0172.relaxed.al.npz

804 KB
Binary file not shown.

test/outputs7/tag0177.relaxed.al.npz

803 KB
Binary file not shown.

test/outputs8/tag0137.relaxed.al.npz

797 KB
Binary file not shown.

test/outputs8/tag0172.relaxed.al.npz

800 KB
Binary file not shown.

test/outputs8/tag0177.relaxed.al.npz

799 KB
Binary file not shown.

0 commit comments

Comments
 (0)