Skip to content

Commit 12b1b4e

Browse files
committed
/* A simple GUI for protein structure alignment */
1 parent 5888a9e commit 12b1b4e

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

wiki/BioJava:CookBook:PDB:alignGUI.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ public static void main(String[] args){
1919
In the user interface specify 2 PDB files (and optionally chain IDs)
2020
that should be superimposed.
2121

22-
![](AlignmentGui.jpg "AlignmentGui.jpg")
22+
![](AlignmentGui.png "AlignmentGui.png")
2323

2424
After pressing the \*Submit\* button, the alignment is calculated. A new
2525
frame pops up that shows the alternative solutions for this alignment:
2626

27-
![](AltAligFrame.jpg "AltAligFrame.jpg")
27+
![](AltAligFrame.png "AltAligFrame.png")
2828

2929
The columns in this table are:
3030

@@ -37,7 +37,7 @@ The columns in this table are:
3737
The \*Show in Jmol\* button allows to display this alternative alignment
3838
in Jmol, if it can be found on the classpath.
3939

40-
![](AlignmentJmol.jpg "AlignmentJmol.jpg")
40+
![](AlignmentJmol.png "AlignmentJmol.png")
4141

4242
The \*Distance Matrix\* button shows the distance matrix that is used
4343
for the alignment and the path that has been choosen.
@@ -47,3 +47,5 @@ for the alignment and the path that has been choosen.
4747
If you have a PDB installation that contains all PDB files in a single
4848
directory you can configure the System property PDB\_DIR to point to
4949
this directory. (e.g. at startup specify -DPDB\_DIR=path/to/PDB/files )
50+
51+
![](DistanceMatrix.png "DistanceMatrix.png")

wiki/BioJava:CookBook:PDB:alignGUI.mediawiki

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ public static void main(String[] args){
1313

1414
In the user interface specify 2 PDB files (and optionally chain IDs) that should be superimposed.
1515

16-
[[Image:AlignmentGui.jpg]]
16+
[[Image:AlignmentGui.png]]
1717

1818
After pressing the *Submit* button, the alignment is calculated. A new frame pops up that shows the alternative solutions for this alignment:
1919

20-
[[Image:AltAligFrame.jpg]]
20+
[[Image:AltAligFrame.png]]
2121

2222
The columns in this table are:
2323
<pre>
@@ -30,10 +30,12 @@ gaps number of gaps in the alignment
3030

3131
The *Show in Jmol* button allows to display this alternative alignment in Jmol, if it can be found on the classpath.
3232

33-
[[Image:AlignmentJmol.jpg]]
33+
[[Image:AlignmentJmol.png]]
3434

3535
The *Distance Matrix* button shows the distance matrix that is used for the alignment and the path that has been choosen.
3636

3737

3838
===Configure PDB installation (Optional)===
39-
If you have a PDB installation that contains all PDB files in a single directory you can configure the System property PDB_DIR to point to this directory. (e.g. at startup specify -DPDB_DIR=path/to/PDB/files )
39+
If you have a PDB installation that contains all PDB files in a single directory you can configure the System property PDB_DIR to point to this directory. (e.g. at startup specify -DPDB_DIR=path/to/PDB/files )
40+
41+
[[Image:DistanceMatrix.png]]

0 commit comments

Comments
 (0)