Skip to content

Commit 77256ef

Browse files
committed
Fix broken tests in MultipleAlignmentScorer
The template files were wrongly calculated.
1 parent 40edc5c commit 77256ef

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

biojava-structure/src/test/resources/testMSTA1.fatcat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ BlockSets: 2
44
Blocks: 4
55
Length: 40
66
Core Length: 7
7-
AvgTM-score: 0.01
8-
RMSD: 14.53
7+
AvgTM-score: 0.02
8+
RMSD: 3.85
99

1010
Chain 01: ---S-tDaErLkhl--IvTpSgAgeq----NmIgMtPt-viAv---HyL-dEt-eqWe
1111
11 1 1111111 2222222222 33333333 3 3 4444 444 4 44

biojava-structure/src/test/resources/testMSTA1.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@
6666
<ScoresCache />
6767
</BlockSet>
6868
<ScoresCache>
69-
<AvgTM-score value="0.011220778229159392" />
70-
<RMSD value="14.534137323749885" />
69+
<AvgTM-score value="0.016713357210367152" />
70+
<RMSD value="3.845324453801061" />
7171
</ScoresCache>
7272
</MultipleAlignment>
7373
<ScoresCache />

biojava-structure/src/test/resources/testMSTA2.fatcat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ BlockSets: 2
44
Blocks: 3
55
Length: 43
66
Core Length: 39
7-
AvgTM-score: 0.21
8-
RMSD: 1.62
7+
AvgTM-score: 0.26
8+
RMSD: 1.64
99

1010
Chain 01: VLSEGEWQLVLHVWAKVEADVAghgqdil--IRLFKSHPeTlekfdrfkhlkteaemkasedlkkhgvtvltalgailkkkghheaelkplaqshatkhkipikylefiseaiihvlhsrhpgdf-GADAQGAMNKAL
1111
1111111111111111111111 22222222 2 333333333333

biojava-structure/src/test/resources/testMSTA2.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@
6868
<ScoresCache />
6969
</BlockSet>
7070
<ScoresCache>
71-
<AvgTM-score value="0.20901795047594007" />
72-
<RMSD value="1.6157522409255982" />
71+
<AvgTM-score value="0.25588398051942507" />
72+
<RMSD value="1.636816244318437" />
7373
</ScoresCache>
7474
</MultipleAlignment>
7575
<ScoresCache />

0 commit comments

Comments
 (0)