git://source.jalview.org
/
jalview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
68f7686
)
JAL-674 always try to extract secondary structure when importing a PDB file
author
Jim Procter
<j.procter@dundee.ac.uk>
Wed, 15 Oct 2014 09:16:10 +0000
(10:16 +0100)
committer
Jim Procter
<j.procter@dundee.ac.uk>
Wed, 15 Oct 2014 09:16:10 +0000
(10:16 +0100)
src/jalview/io/AppletFormatAdapter.java
patch
|
blob
|
history
diff --git
a/src/jalview/io/AppletFormatAdapter.java
b/src/jalview/io/AppletFormatAdapter.java
index
ed49d5e
..
5366cb4
100755
(executable)
--- a/
src/jalview/io/AppletFormatAdapter.java
+++ b/
src/jalview/io/AppletFormatAdapter.java
@@
-236,7
+236,7
@@
public class AppletFormatAdapter
}
else if (format.equals("PDB"))
{
- afile = new MCview.PDBfile(inFile, type);
+ afile = new MCview.PDBfile(true,true,inFile, type);
// Uncomment to test Jmol data based PDB processing: JAL-1213
// afile = new jalview.ext.jmol.PDBFileWithJmol(inFile, type);
}
@@
-357,7
+357,7
@@
public class AppletFormatAdapter
}
else if (format.equals("PDB"))
{
- afile = new MCview.PDBfile(source);
+ afile = new MCview.PDBfile(true,true,source);
}
else if (format.equals("STH"))
{