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:
d64daff
)
JAL-3829 comments on the 3D structure chooser’s initialisation process
author
Jim Procter
<j.procter@dundee.ac.uk>
Fri, 3 Sep 2021 16:01:43 +0000
(17:01 +0100)
committer
Jim Procter
<j.procter@dundee.ac.uk>
Fri, 3 Sep 2021 16:01:43 +0000
(17:01 +0100)
src/jalview/gui/StructureChooser.java
patch
|
blob
|
history
diff --git
a/src/jalview/gui/StructureChooser.java
b/src/jalview/gui/StructureChooser.java
index
86158da
..
a83adcb
100644
(file)
--- a/
src/jalview/gui/StructureChooser.java
+++ b/
src/jalview/gui/StructureChooser.java
@@
-134,6
+134,14
@@
public class StructureChooser extends GStructureChooser
@Override
public void run()
{
+ // looks for any existing structures already loaded
+ // for the sequences (the cached ones)
+ // then queries the StructureChooserQuerySource to
+ // discover more structures.
+ //
+ // Possible optimisation is to only begin querying
+ // the structure chooser if there are no cached structures.
+
long startTime = System.currentTimeMillis();
updateProgressIndicator(MessageManager
.getString("status.loading_cached_pdb_entries"), startTime);