You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: wiki/BioJava:CookBook:PDB:alignGUI.mediawiki
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,11 +13,11 @@ public static void main(String[] args){
13
13
14
14
In the user interface specify 2 PDB files (and optionally chain IDs) that should be superimposed.
15
15
16
-
[[Image:AlignmentGui.jpg]]
16
+
[[Image:AlignmentGui.png]]
17
17
18
18
After pressing the *Submit* button, the alignment is calculated. A new frame pops up that shows the alternative solutions for this alignment:
19
19
20
-
[[Image:AltAligFrame.jpg]]
20
+
[[Image:AltAligFrame.png]]
21
21
22
22
The columns in this table are:
23
23
<pre>
@@ -30,10 +30,12 @@ gaps number of gaps in the alignment
30
30
31
31
The *Show in Jmol* button allows to display this alternative alignment in Jmol, if it can be found on the classpath.
32
32
33
-
[[Image:AlignmentJmol.jpg]]
33
+
[[Image:AlignmentJmol.png]]
34
34
35
35
The *Distance Matrix* button shows the distance matrix that is used for the alignment and the path that has been choosen.
36
36
37
37
38
38
===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 )
0 commit comments