19e8b67ac1ee618ac798b39e9caa8f31c7d1c103
[jalview.git] / src / jalview / ext / jmol / JalviewJmolBinding.java
1 /*
2  * Jalview - A Sequence Alignment Editor and Viewer ($$Version-Rel$$)
3  * Copyright (C) $$Year-Rel$$ The Jalview Authors
4  * 
5  * This file is part of Jalview.
6  * 
7  * Jalview is free software: you can redistribute it and/or
8  * modify it under the terms of the GNU General Public License 
9  * as published by the Free Software Foundation, either version 3
10  * of the License, or (at your option) any later version.
11  *  
12  * Jalview is distributed in the hope that it will be useful, but 
13  * WITHOUT ANY WARRANTY; without even the implied warranty 
14  * of MERCHANTABILITY or FITNESS FOR A PARTICULAR 
15  * PURPOSE.  See the GNU General Public License for more details.
16  * 
17  * You should have received a copy of the GNU General Public License
18  * along with Jalview.  If not, see <http://www.gnu.org/licenses/>.
19  * The Jalview Authors are detailed in the 'AUTHORS' file.
20  */
21 package jalview.ext.jmol;
22
23 import jalview.api.AlignmentViewPanel;
24 import jalview.api.FeatureRenderer;
25 import jalview.api.SequenceRenderer;
26 import jalview.datamodel.AlignmentI;
27 import jalview.datamodel.ColumnSelection;
28 import jalview.datamodel.PDBEntry;
29 import jalview.datamodel.SequenceI;
30 import jalview.io.DataSourceType;
31 import jalview.io.StructureFile;
32 import jalview.schemes.ColourSchemeI;
33 import jalview.schemes.ResidueProperties;
34 import jalview.structure.AtomSpec;
35 import jalview.structure.StructureMappingcommandSet;
36 import jalview.structure.StructureSelectionManager;
37 import jalview.structures.models.AAStructureBindingModel;
38 import jalview.util.MessageManager;
39
40 import java.awt.Color;
41 import java.awt.Container;
42 import java.awt.event.ComponentEvent;
43 import java.awt.event.ComponentListener;
44 import java.io.File;
45 import java.net.URL;
46 import java.security.AccessControlException;
47 import java.util.ArrayList;
48 import java.util.BitSet;
49 import java.util.Hashtable;
50 import java.util.List;
51 import java.util.Map;
52 import java.util.Vector;
53
54 import org.jmol.adapter.smarter.SmarterJmolAdapter;
55 import org.jmol.api.JmolAppConsoleInterface;
56 import org.jmol.api.JmolSelectionListener;
57 import org.jmol.api.JmolStatusListener;
58 import org.jmol.api.JmolViewer;
59 import org.jmol.c.CBK;
60 import org.jmol.script.T;
61 import org.jmol.viewer.Viewer;
62
63 public abstract class JalviewJmolBinding extends AAStructureBindingModel
64         implements JmolStatusListener, JmolSelectionListener,
65         ComponentListener
66 {
67   boolean allChainsSelected = false;
68
69   /*
70    * when true, try to search the associated datamodel for sequences that are
71    * associated with any unknown structures in the Jmol view.
72    */
73   private boolean associateNewStructs = false;
74
75   Vector<String> atomsPicked = new Vector<String>();
76
77   private List<String> chainNames;
78
79   Hashtable<String, String> chainFile;
80
81   /*
82    * the default or current model displayed if the model cannot be identified
83    * from the selection message
84    */
85   int frameNo = 0;
86
87   // protected JmolGenericPopup jmolpopup; // not used - remove?
88
89   String lastCommand;
90
91   String lastMessage;
92
93   boolean loadedInline;
94
95   StringBuffer resetLastRes = new StringBuffer();
96
97   public Viewer viewer;
98
99   public JalviewJmolBinding(StructureSelectionManager ssm,
100           PDBEntry[] pdbentry, SequenceI[][] sequenceIs,
101           DataSourceType protocol)
102   {
103     super(ssm, pdbentry, sequenceIs, protocol);
104     /*
105      * viewer = JmolViewer.allocateViewer(renderPanel, new SmarterJmolAdapter(),
106      * "jalviewJmol", ap.av.applet .getDocumentBase(),
107      * ap.av.applet.getCodeBase(), "", this);
108      * 
109      * jmolpopup = JmolPopup.newJmolPopup(viewer, true, "Jmol", true);
110      */
111   }
112
113   public JalviewJmolBinding(StructureSelectionManager ssm,
114           SequenceI[][] seqs, Viewer theViewer)
115   {
116     super(ssm, seqs);
117
118     viewer = theViewer;
119     viewer.setJmolStatusListener(this);
120     viewer.addSelectionListener(this);
121   }
122
123   /**
124    * construct a title string for the viewer window based on the data jalview
125    * knows about
126    * 
127    * @return
128    */
129   public String getViewerTitle()
130   {
131     return getViewerTitle("Jmol", true);
132   }
133
134   /**
135    * prepare the view for a given set of models/chains. chainList contains
136    * strings of the form 'pdbfilename:Chaincode'
137    * 
138    * @param chainList
139    *          list of chains to make visible
140    */
141   public void centerViewer(Vector<String> chainList)
142   {
143     StringBuilder cmd = new StringBuilder(128);
144     int mlength, p;
145     for (String lbl : chainList)
146     {
147       mlength = 0;
148       do
149       {
150         p = mlength;
151         mlength = lbl.indexOf(":", p);
152       } while (p < mlength && mlength < (lbl.length() - 2));
153       // TODO: lookup each pdb id and recover proper model number for it.
154       cmd.append(":" + lbl.substring(mlength + 1) + " /"
155               + (1 + getModelNum(chainFile.get(lbl))) + " or ");
156     }
157     if (cmd.length() > 0)
158     {
159       cmd.setLength(cmd.length() - 4);
160     }
161     evalStateCommand("select *;restrict " + cmd + ";cartoon;center " + cmd);
162   }
163
164   public void closeViewer()
165   {
166     // remove listeners for all structures in viewer
167     getSsm().removeStructureViewerListener(this, this.getPdbFile());
168     viewer.dispose();
169     lastCommand = null;
170     viewer = null;
171     releaseUIResources();
172   }
173
174   @Override
175   public void colourByChain()
176   {
177     colourBySequence = false;
178     // TODO: colour by chain should colour each chain distinctly across all
179     // visible models
180     // TODO: http://issues.jalview.org/browse/JAL-628
181     evalStateCommand("select *;color chain");
182   }
183
184   @Override
185   public void colourByCharge()
186   {
187     colourBySequence = false;
188     evalStateCommand("select *;color white;select ASP,GLU;color red;"
189             + "select LYS,ARG;color blue;select CYS;color yellow");
190   }
191
192   /**
193    * superpose the structures associated with sequences in the alignment
194    * according to their corresponding positions.
195    */
196   public void superposeStructures(AlignmentI alignment)
197   {
198     superposeStructures(alignment, -1, null);
199   }
200
201   /**
202    * superpose the structures associated with sequences in the alignment
203    * according to their corresponding positions. ded)
204    * 
205    * @param refStructure
206    *          - select which pdb file to use as reference (default is -1 - the
207    *          first structure in the alignment)
208    */
209   public void superposeStructures(AlignmentI alignment, int refStructure)
210   {
211     superposeStructures(alignment, refStructure, null);
212   }
213
214   /**
215    * superpose the structures associated with sequences in the alignment
216    * according to their corresponding positions. ded)
217    * 
218    * @param refStructure
219    *          - select which pdb file to use as reference (default is -1 - the
220    *          first structure in the alignment)
221    * @param hiddenCols
222    *          TODO
223    */
224   public void superposeStructures(AlignmentI alignment, int refStructure,
225           ColumnSelection hiddenCols)
226   {
227     superposeStructures(new AlignmentI[] { alignment },
228             new int[] { refStructure },
229             new ColumnSelection[] { hiddenCols });
230   }
231
232   /**
233    * {@inheritDoc}
234    */
235   @Override
236   public String superposeStructures(AlignmentI[] _alignment,
237           int[] _refStructure, ColumnSelection[] _hiddenCols)
238   {
239     while (viewer.isScriptExecuting())
240     {
241       try
242       {
243         Thread.sleep(10);
244       } catch (InterruptedException i)
245       {
246       }
247     }
248
249     /*
250      * get the distinct structure files modelled
251      * (a file with multiple chains may map to multiple sequences)
252      */
253     String[] files = getPdbFile();
254     if (!waitForFileLoad(files))
255     {
256       return null;
257     }
258
259     StringBuilder selectioncom = new StringBuilder(256);
260     // In principle - nSeconds specifies the speed of animation for each
261     // superposition - but is seems to behave weirdly, so we don't specify it.
262     String nSeconds = " ";
263     if (files.length > 10)
264     {
265       nSeconds = " 0.005 ";
266     }
267     else
268     {
269       nSeconds = " " + (2.0 / files.length) + " ";
270       // if (nSeconds).substring(0,5)+" ";
271     }
272
273     // see JAL-1345 - should really automatically turn off the animation for
274     // large numbers of structures, but Jmol doesn't seem to allow that.
275     // nSeconds = " ";
276     // union of all aligned positions are collected together.
277     for (int a = 0; a < _alignment.length; a++)
278     {
279       int refStructure = _refStructure[a];
280       AlignmentI alignment = _alignment[a];
281       ColumnSelection hiddenCols = _hiddenCols[a];
282       if (a > 0
283               && selectioncom.length() > 0
284               && !selectioncom.substring(selectioncom.length() - 1).equals(
285                       "|"))
286       {
287         selectioncom.append("|");
288       }
289       // process this alignment
290       if (refStructure >= files.length)
291       {
292         System.err.println("Invalid reference structure value "
293                 + refStructure);
294         refStructure = -1;
295       }
296
297       /*
298        * 'matched' bit j will be set for visible alignment columns j where
299        * all sequences have a residue with a mapping to the PDB structure
300        */
301       BitSet matched = new BitSet();
302       for (int m = 0; m < alignment.getWidth(); m++)
303       {
304         if (hiddenCols == null || hiddenCols.isVisible(m))
305         {
306           matched.set(m);
307         }
308       }
309
310       SuperposeData[] structures = new SuperposeData[files.length];
311       for (int f = 0; f < files.length; f++)
312       {
313         structures[f] = new SuperposeData(alignment.getWidth());
314       }
315
316       /*
317        * Calculate the superposable alignment columns ('matched'), and the
318        * corresponding structure residue positions (structures.pdbResNo)
319        */
320       int candidateRefStructure = findSuperposableResidues(alignment,
321               matched, structures);
322       if (refStructure < 0)
323       {
324         /*
325          * If no reference structure was specified, pick the first one that has
326          * a mapping in the alignment
327          */
328         refStructure = candidateRefStructure;
329       }
330
331       String[] selcom = new String[files.length];
332       int nmatched = matched.cardinality();
333       if (nmatched < 4)
334       {
335         return (MessageManager.formatMessage(
336 "label.insufficient_residues",
337                 nmatched));
338       }
339
340       /*
341        * generate select statements to select regions to superimpose structures
342        */
343       {
344         // TODO extract method to construct selection statements
345         for (int pdbfnum = 0; pdbfnum < files.length; pdbfnum++)
346         {
347           String chainCd = ":" + structures[pdbfnum].chain;
348           int lpos = -1;
349           boolean run = false;
350           StringBuilder molsel = new StringBuilder();
351           molsel.append("{");
352
353           int nextColumnMatch = matched.nextSetBit(0);
354           while (nextColumnMatch != -1)
355           {
356             int pdbResNo = structures[pdbfnum].pdbResNo[nextColumnMatch];
357             if (lpos != pdbResNo - 1)
358             {
359               // discontinuity
360               if (lpos != -1)
361               {
362                 molsel.append(lpos);
363                 molsel.append(chainCd);
364                 molsel.append("|");
365               }
366               run = false;
367             }
368             else
369             {
370               // continuous run - and lpos >-1
371               if (!run)
372               {
373                 // at the beginning, so add dash
374                 molsel.append(lpos);
375                 molsel.append("-");
376               }
377               run = true;
378             }
379             lpos = pdbResNo;
380             nextColumnMatch = matched.nextSetBit(nextColumnMatch + 1);
381           }
382           /*
383            * add final selection phrase
384            */
385           if (lpos != -1)
386           {
387             molsel.append(lpos);
388             molsel.append(chainCd);
389             molsel.append("}");
390           }
391           if (molsel.length() > 1)
392           {
393             selcom[pdbfnum] = molsel.toString();
394             selectioncom.append("((");
395             selectioncom.append(selcom[pdbfnum].substring(1,
396                     selcom[pdbfnum].length() - 1));
397             selectioncom.append(" )& ");
398             selectioncom.append(pdbfnum + 1);
399             selectioncom.append(".1)");
400             if (pdbfnum < files.length - 1)
401             {
402               selectioncom.append("|");
403             }
404           }
405           else
406           {
407             selcom[pdbfnum] = null;
408           }
409         }
410       }
411       StringBuilder command = new StringBuilder(256);
412       // command.append("set spinFps 10;\n");
413
414       for (int pdbfnum = 0; pdbfnum < files.length; pdbfnum++)
415       {
416         if (pdbfnum == refStructure || selcom[pdbfnum] == null
417                 || selcom[refStructure] == null)
418         {
419           continue;
420         }
421         command.append("echo ");
422         command.append("\"Superposing (");
423         command.append(structures[pdbfnum].pdbId);
424         command.append(") against reference (");
425         command.append(structures[refStructure].pdbId);
426         command.append(")\";\ncompare " + nSeconds);
427         command.append("{");
428         command.append(Integer.toString(1 + pdbfnum));
429         command.append(".1} {");
430         command.append(Integer.toString(1 + refStructure));
431         // conformation=1 excludes alternate locations for CA (JAL-1757)
432         command.append(".1} SUBSET {(*.CA | *.P) and conformation=1} ATOMS ");
433
434         // for (int s = 0; s < 2; s++)
435         // {
436         // command.append(selcom[(s == 0 ? pdbfnum : refStructure)]);
437         // }
438         command.append(selcom[pdbfnum]);
439         command.append(selcom[refStructure]);
440         command.append(" ROTATE TRANSLATE;\n");
441       }
442       if (selectioncom.length() > 0)
443       {
444         // TODO is performing selectioncom redundant here? is done later on
445         // System.out.println("Select regions:\n" + selectioncom.toString());
446         evalStateCommand("select *; cartoons off; backbone; select ("
447                 + selectioncom.toString() + "); cartoons; ");
448         // selcom.append("; ribbons; ");
449         String cmdString = command.toString();
450         // System.out.println("Superimpose command(s):\n" + cmdString);
451
452         evalStateCommand(cmdString);
453       }
454     }
455     if (selectioncom.length() > 0)
456     {// finally, mark all regions that were superposed.
457       if (selectioncom.substring(selectioncom.length() - 1).equals("|"))
458       {
459         selectioncom.setLength(selectioncom.length() - 1);
460       }
461       // System.out.println("Select regions:\n" + selectioncom.toString());
462       evalStateCommand("select *; cartoons off; backbone; select ("
463               + selectioncom.toString() + "); cartoons; ");
464       // evalStateCommand("select *; backbone; select "+selcom.toString()+"; cartoons; center "+selcom.toString());
465     }
466
467     return null;
468   }
469
470   public void evalStateCommand(String command)
471   {
472     jmolHistory(false);
473     if (lastCommand == null || !lastCommand.equals(command))
474     {
475       viewer.evalStringQuiet(command + "\n");
476     }
477     jmolHistory(true);
478     lastCommand = command;
479   }
480
481   /**
482    * Sends a set of colour commands to the structure viewer
483    * 
484    * @param colourBySequenceCommands
485    */
486   @Override
487   protected void colourBySequence(
488           StructureMappingcommandSet[] colourBySequenceCommands)
489   {
490     for (StructureMappingcommandSet cpdbbyseq : colourBySequenceCommands)
491     {
492       for (String cbyseq : cpdbbyseq.commands)
493       {
494         executeWhenReady(cbyseq);
495       }
496     }
497   }
498
499   /**
500    * @param files
501    * @param sr
502    * @param viewPanel
503    * @return
504    */
505   @Override
506   protected StructureMappingcommandSet[] getColourBySequenceCommands(
507           String[] files, SequenceRenderer sr, AlignmentViewPanel viewPanel)
508   {
509     return JmolCommands.getColourBySequenceCommand(getSsm(), files,
510             getSequence(), sr, viewPanel);
511   }
512
513   /**
514    * @param command
515    */
516   protected void executeWhenReady(String command)
517   {
518     evalStateCommand(command);
519   }
520
521   public void createImage(String file, String type, int quality)
522   {
523     System.out.println("JMOL CREATE IMAGE");
524   }
525
526   @Override
527   public String createImage(String fileName, String type,
528           Object textOrBytes, int quality)
529   {
530     System.out.println("JMOL CREATE IMAGE");
531     return null;
532   }
533
534   @Override
535   public String eval(String strEval)
536   {
537     // System.out.println(strEval);
538     // "# 'eval' is implemented only for the applet.";
539     return null;
540   }
541
542   // End StructureListener
543   // //////////////////////////
544
545   @Override
546   public float[][] functionXY(String functionName, int x, int y)
547   {
548     return null;
549   }
550
551   @Override
552   public float[][][] functionXYZ(String functionName, int nx, int ny, int nz)
553   {
554     // TODO Auto-generated method stub
555     return null;
556   }
557
558   public Color getColour(int atomIndex, int pdbResNum, String chain,
559           String pdbfile)
560   {
561     if (getModelNum(pdbfile) < 0)
562     {
563       return null;
564     }
565     // TODO: verify atomIndex is selecting correct model.
566     // return new Color(viewer.getAtomArgb(atomIndex)); Jmol 12.2.4
567     int colour = viewer.ms.at[atomIndex].atomPropertyInt(T.color);
568     return new Color(colour);
569   }
570
571   /**
572    * instruct the Jalview binding to update the pdbentries vector if necessary
573    * prior to matching the jmol view's contents to the list of structure files
574    * Jalview knows about.
575    */
576   public abstract void refreshPdbEntries();
577
578   private int getModelNum(String modelFileName)
579   {
580     String[] mfn = getPdbFile();
581     if (mfn == null)
582     {
583       return -1;
584     }
585     for (int i = 0; i < mfn.length; i++)
586     {
587       if (mfn[i].equalsIgnoreCase(modelFileName))
588       {
589         return i;
590       }
591     }
592     return -1;
593   }
594
595   /**
596    * map between index of model filename returned from getPdbFile and the first
597    * index of models from this file in the viewer. Note - this is not trimmed -
598    * use getPdbFile to get number of unique models.
599    */
600   private int _modelFileNameMap[];
601
602   // ////////////////////////////////
603   // /StructureListener
604   @Override
605   public synchronized String[] getPdbFile()
606   {
607     if (viewer == null)
608     {
609       return new String[0];
610     }
611     if (modelFileNames == null)
612     {
613       List<String> mset = new ArrayList<String>();
614       _modelFileNameMap = new int[viewer.ms.mc];
615       String m = viewer.ms.getModelFileName(0);
616       if (m != null)
617       {
618         String filePath = m;
619         try
620         {
621           filePath = new File(m).getAbsolutePath();
622         } catch (AccessControlException x)
623         {
624           // usually not allowed to do this in applet
625           System.err
626                   .println("jmolBinding: Using local file string from Jmol: "
627                           + m);
628         }
629         if (filePath.indexOf("/file:") != -1)
630         {
631           // applet path with docroot - discard as format won't match pdbfile
632           filePath = m;
633         }
634         mset.add(filePath);
635         _modelFileNameMap[0] = 0; // filename index for first model is always 0.
636       }
637       int j = 1;
638       for (int i = 1; i < viewer.ms.mc; i++)
639       {
640         m = viewer.ms.getModelFileName(i);
641         String filePath = m;
642         if (m != null)
643         {
644           try
645           {
646             filePath = new File(m).getAbsolutePath();
647           } catch (AccessControlException x)
648           {
649             // usually not allowed to do this in applet, so keep raw handle
650             // System.err.println("jmolBinding: Using local file string from Jmol: "+m);
651           }
652         }
653
654         /*
655          * add this model unless it is read from a structure file we have
656          * already seen (example: 2MJW is an NMR structure with 10 models)
657          */
658         if (!mset.contains(filePath))
659         {
660           mset.add(filePath);
661           _modelFileNameMap[j] = i; // record the model index for the filename
662           j++;
663         }
664       }
665       modelFileNames = mset.toArray(new String[mset.size()]);
666     }
667     return modelFileNames;
668   }
669
670   /**
671    * map from string to applet
672    */
673   @Override
674   public Map<String, Object> getRegistryInfo()
675   {
676     // TODO Auto-generated method stub
677     return null;
678   }
679
680   
681
682   // ///////////////////////////////
683   // JmolStatusListener
684
685   public void handlePopupMenu(int x, int y)
686   {
687     // jmolpopup.show(x, y);
688     // jmolpopup.jpiShow(x, y);
689   }
690
691   /**
692    * Highlight zero, one or more atoms on the structure
693    */
694   @Override
695   public void highlightAtoms(List<AtomSpec> atoms)
696   {
697     if (atoms != null)
698     {
699       if (resetLastRes.length() > 0)
700       {
701         viewer.evalStringQuiet(resetLastRes.toString());
702         resetLastRes.setLength(0);
703       }
704       for (AtomSpec atom : atoms)
705       {
706         highlightAtom(atom.getAtomIndex(), atom.getPdbResNum(),
707                 atom.getChain(), atom.getPdbFile());
708       }
709     }
710   }
711
712   // jmol/ssm only
713   public void highlightAtom(int atomIndex, int pdbResNum, String chain,
714           String pdbfile)
715   {
716     if (modelFileNames == null)
717     {
718       return;
719     }
720
721     // look up file model number for this pdbfile
722     int mdlNum = 0;
723     // may need to adjust for URLencoding here - we don't worry about that yet.
724     while (mdlNum < modelFileNames.length
725             && !pdbfile.equals(modelFileNames[mdlNum]))
726     {
727       mdlNum++;
728     }
729     if (mdlNum == modelFileNames.length)
730     {
731       return;
732     }
733
734     jmolHistory(false);
735
736     StringBuilder cmd = new StringBuilder(64);
737     cmd.append("select " + pdbResNum); // +modelNum
738
739     resetLastRes.append("select " + pdbResNum); // +modelNum
740
741     cmd.append(":");
742     resetLastRes.append(":");
743     if (!chain.equals(" "))
744     {
745       cmd.append(chain);
746       resetLastRes.append(chain);
747     }
748     {
749       cmd.append(" /" + (mdlNum + 1));
750       resetLastRes.append("/" + (mdlNum + 1));
751     }
752     cmd.append(";wireframe 100;" + cmd.toString() + " and not hetero;");
753
754     resetLastRes.append(";wireframe 0;" + resetLastRes.toString()
755             + " and not hetero; spacefill 0;");
756
757     cmd.append("spacefill 200;select none");
758
759     viewer.evalStringQuiet(cmd.toString());
760     jmolHistory(true);
761
762   }
763
764   boolean debug = true;
765
766   private void jmolHistory(boolean enable)
767   {
768     viewer.evalStringQuiet("History " + ((debug || enable) ? "on" : "off"));
769   }
770
771   public void loadInline(String string)
772   {
773     loadedInline = true;
774     // TODO: re JAL-623
775     // viewer.loadInline(strModel, isAppend);
776     // could do this:
777     // construct fake fullPathName and fileName so we can identify the file
778     // later.
779     // Then, construct pass a reader for the string to Jmol.
780     // ((org.jmol.Viewer.Viewer) viewer).loadModelFromFile(fullPathName,
781     // fileName, null, reader, false, null, null, 0);
782     viewer.openStringInline(string);
783   }
784
785   public void mouseOverStructure(int atomIndex, String strInfo)
786   {
787     int pdbResNum;
788     int alocsep = strInfo.indexOf("^");
789     int mdlSep = strInfo.indexOf("/");
790     int chainSeparator = strInfo.indexOf(":"), chainSeparator1 = -1;
791
792     if (chainSeparator == -1)
793     {
794       chainSeparator = strInfo.indexOf(".");
795       if (mdlSep > -1 && mdlSep < chainSeparator)
796       {
797         chainSeparator1 = chainSeparator;
798         chainSeparator = mdlSep;
799       }
800     }
801     // handle insertion codes
802     if (alocsep != -1)
803     {
804       pdbResNum = Integer.parseInt(strInfo.substring(
805               strInfo.indexOf("]") + 1, alocsep));
806
807     }
808     else
809     {
810       pdbResNum = Integer.parseInt(strInfo.substring(
811               strInfo.indexOf("]") + 1, chainSeparator));
812     }
813     String chainId;
814
815     if (strInfo.indexOf(":") > -1)
816     {
817       chainId = strInfo.substring(strInfo.indexOf(":") + 1,
818               strInfo.indexOf("."));
819     }
820     else
821     {
822       chainId = " ";
823     }
824
825     String pdbfilename = modelFileNames[frameNo]; // default is first or current
826     // model
827     if (mdlSep > -1)
828     {
829       if (chainSeparator1 == -1)
830       {
831         chainSeparator1 = strInfo.indexOf(".", mdlSep);
832       }
833       String mdlId = (chainSeparator1 > -1) ? strInfo.substring(mdlSep + 1,
834               chainSeparator1) : strInfo.substring(mdlSep + 1);
835       try
836       {
837         // recover PDB filename for the model hovered over.
838         int _mp = _modelFileNameMap.length - 1, mnumber = new Integer(mdlId)
839                 .intValue() - 1;
840         while (mnumber < _modelFileNameMap[_mp])
841         {
842           _mp--;
843         }
844         pdbfilename = modelFileNames[_mp];
845         if (pdbfilename == null)
846         {
847           pdbfilename = new File(viewer.ms.getModelFileName(mnumber))
848                   .getAbsolutePath();
849         }
850
851       } catch (Exception e)
852       {
853       }
854       ;
855     }
856     if (lastMessage == null || !lastMessage.equals(strInfo))
857     {
858       getSsm().mouseOverStructure(pdbResNum, chainId, pdbfilename);
859     }
860
861     lastMessage = strInfo;
862   }
863
864   public void notifyAtomHovered(int atomIndex, String strInfo, String data)
865   {
866     if (data != null)
867     {
868       System.err.println("Ignoring additional hover info: " + data
869               + " (other info: '" + strInfo + "' pos " + atomIndex + ")");
870     }
871     mouseOverStructure(atomIndex, strInfo);
872   }
873
874   /*
875    * { if (history != null && strStatus != null &&
876    * !strStatus.equals("Script completed")) { history.append("\n" + strStatus);
877    * } }
878    */
879
880   public void notifyAtomPicked(int atomIndex, String strInfo, String strData)
881   {
882     /**
883      * this implements the toggle label behaviour copied from the original
884      * structure viewer, MCView
885      */
886     if (strData != null)
887     {
888       System.err.println("Ignoring additional pick data string " + strData);
889     }
890     int chainSeparator = strInfo.indexOf(":");
891     int p = 0;
892     if (chainSeparator == -1)
893     {
894       chainSeparator = strInfo.indexOf(".");
895     }
896
897     String picked = strInfo.substring(strInfo.indexOf("]") + 1,
898             chainSeparator);
899     String mdlString = "";
900     if ((p = strInfo.indexOf(":")) > -1)
901     {
902       picked += strInfo.substring(p, strInfo.indexOf("."));
903     }
904
905     if ((p = strInfo.indexOf("/")) > -1)
906     {
907       mdlString += strInfo.substring(p, strInfo.indexOf(" #"));
908     }
909     picked = "((" + picked + ".CA" + mdlString + ")|(" + picked + ".P"
910             + mdlString + "))";
911     jmolHistory(false);
912
913     if (!atomsPicked.contains(picked))
914     {
915       viewer.evalStringQuiet("select " + picked + ";label %n %r:%c");
916       atomsPicked.addElement(picked);
917     }
918     else
919     {
920       viewer.evalString("select " + picked + ";label off");
921       atomsPicked.removeElement(picked);
922     }
923     jmolHistory(true);
924     // TODO: in application this happens
925     //
926     // if (scriptWindow != null)
927     // {
928     // scriptWindow.sendConsoleMessage(strInfo);
929     // scriptWindow.sendConsoleMessage("\n");
930     // }
931
932   }
933
934   @Override
935   public void notifyCallback(CBK type, Object[] data)
936   {
937     try
938     {
939       switch (type)
940       {
941       case LOADSTRUCT:
942         notifyFileLoaded((String) data[1], (String) data[2],
943                 (String) data[3], (String) data[4],
944                 ((Integer) data[5]).intValue());
945
946         break;
947       case PICK:
948         notifyAtomPicked(((Integer) data[2]).intValue(), (String) data[1],
949                 (String) data[0]);
950         // also highlight in alignment
951       case HOVER:
952         notifyAtomHovered(((Integer) data[2]).intValue(), (String) data[1],
953                 (String) data[0]);
954         break;
955       case SCRIPT:
956         notifyScriptTermination((String) data[2],
957                 ((Integer) data[3]).intValue());
958         break;
959       case ECHO:
960         sendConsoleEcho((String) data[1]);
961         break;
962       case MESSAGE:
963         sendConsoleMessage((data == null) ? ((String) null)
964                 : (String) data[1]);
965         break;
966       case ERROR:
967         // System.err.println("Ignoring error callback.");
968         break;
969       case SYNC:
970       case RESIZE:
971         refreshGUI();
972         break;
973       case MEASURE:
974
975       case CLICK:
976       default:
977         System.err.println("Unhandled callback " + type + " "
978                 + data[1].toString());
979         break;
980       }
981     } catch (Exception e)
982     {
983       System.err.println("Squashed Jmol callback handler error:");
984       e.printStackTrace();
985     }
986   }
987
988   @Override
989   public boolean notifyEnabled(CBK callbackPick)
990   {
991     switch (callbackPick)
992     {
993     case ECHO:
994     case LOADSTRUCT:
995     case MEASURE:
996     case MESSAGE:
997     case PICK:
998     case SCRIPT:
999     case HOVER:
1000     case ERROR:
1001       return true;
1002     default:
1003       return false;
1004     }
1005   }
1006
1007   // incremented every time a load notification is successfully handled -
1008   // lightweight mechanism for other threads to detect when they can start
1009   // referrring to new structures.
1010   private long loadNotifiesHandled = 0;
1011
1012   public long getLoadNotifiesHandled()
1013   {
1014     return loadNotifiesHandled;
1015   }
1016
1017   public void notifyFileLoaded(String fullPathName, String fileName2,
1018           String modelName, String errorMsg, int modelParts)
1019   {
1020     if (errorMsg != null)
1021     {
1022       fileLoadingError = errorMsg;
1023       refreshGUI();
1024       return;
1025     }
1026     // TODO: deal sensibly with models loaded inLine:
1027     // modelName will be null, as will fullPathName.
1028
1029     // the rest of this routine ignores the arguments, and simply interrogates
1030     // the Jmol view to find out what structures it contains, and adds them to
1031     // the structure selection manager.
1032     fileLoadingError = null;
1033     String[] oldmodels = modelFileNames;
1034     modelFileNames = null;
1035     chainNames = new ArrayList<String>();
1036     chainFile = new Hashtable<String, String>();
1037     boolean notifyLoaded = false;
1038     String[] modelfilenames = getPdbFile();
1039     // first check if we've lost any structures
1040     if (oldmodels != null && oldmodels.length > 0)
1041     {
1042       int oldm = 0;
1043       for (int i = 0; i < oldmodels.length; i++)
1044       {
1045         for (int n = 0; n < modelfilenames.length; n++)
1046         {
1047           if (modelfilenames[n] == oldmodels[i])
1048           {
1049             oldmodels[i] = null;
1050             break;
1051           }
1052         }
1053         if (oldmodels[i] != null)
1054         {
1055           oldm++;
1056         }
1057       }
1058       if (oldm > 0)
1059       {
1060         String[] oldmfn = new String[oldm];
1061         oldm = 0;
1062         for (int i = 0; i < oldmodels.length; i++)
1063         {
1064           if (oldmodels[i] != null)
1065           {
1066             oldmfn[oldm++] = oldmodels[i];
1067           }
1068         }
1069         // deregister the Jmol instance for these structures - we'll add
1070         // ourselves again at the end for the current structure set.
1071         getSsm().removeStructureViewerListener(this, oldmfn);
1072       }
1073     }
1074     refreshPdbEntries();
1075     for (int modelnum = 0; modelnum < modelfilenames.length; modelnum++)
1076     {
1077       String fileName = modelfilenames[modelnum];
1078       boolean foundEntry = false;
1079       StructureFile pdb = null;
1080       String pdbfile = null;
1081       // model was probably loaded inline - so check the pdb file hashcode
1082       if (loadedInline)
1083       {
1084         // calculate essential attributes for the pdb data imported inline.
1085         // prolly need to resolve modelnumber properly - for now just use our
1086         // 'best guess'
1087         pdbfile = viewer.getData("" + (1 + _modelFileNameMap[modelnum])
1088                 + ".0", "PDB");
1089       }
1090       // search pdbentries and sequences to find correct pdbentry for this
1091       // model
1092       for (int pe = 0; pe < getPdbCount(); pe++)
1093       {
1094         boolean matches = false;
1095         addSequence(pe, getSequence()[pe]);
1096         if (fileName == null)
1097         {
1098           if (false)
1099           // see JAL-623 - need method of matching pasted data up
1100           {
1101             pdb = getSsm().setMapping(getSequence()[pe], getChains()[pe],
1102                     pdbfile, DataSourceType.PASTE);
1103             getPdbEntry(modelnum).setFile("INLINE" + pdb.getId());
1104             matches = true;
1105             foundEntry = true;
1106           }
1107         }
1108         else
1109         {
1110           File fl = new File(getPdbEntry(pe).getFile());
1111           matches = fl.equals(new File(fileName));
1112           if (matches)
1113           {
1114             foundEntry = true;
1115             // TODO: Jmol can in principle retrieve from CLASSLOADER but
1116             // this
1117             // needs
1118             // to be tested. See mantis bug
1119             // https://mantis.lifesci.dundee.ac.uk/view.php?id=36605
1120             DataSourceType protocol = DataSourceType.URL;
1121             try
1122             {
1123               if (fl.exists())
1124               {
1125                 protocol = DataSourceType.FILE;
1126               }
1127             } catch (Exception e)
1128             {
1129             } catch (Error e)
1130             {
1131             }
1132             // Explicitly map to the filename used by Jmol ;
1133             pdb = getSsm().setMapping(getSequence()[pe], getChains()[pe],
1134                     fileName, protocol);
1135             // pdbentry[pe].getFile(), protocol);
1136
1137           }
1138         }
1139         if (matches)
1140         {
1141           // add an entry for every chain in the model
1142           for (int i = 0; i < pdb.getChains().size(); i++)
1143           {
1144             String chid = new String(pdb.getId() + ":"
1145                     + pdb.getChains().elementAt(i).id);
1146             chainFile.put(chid, fileName);
1147             chainNames.add(chid);
1148           }
1149           notifyLoaded = true;
1150         }
1151       }
1152
1153       if (!foundEntry && associateNewStructs)
1154       {
1155         // this is a foreign pdb file that jalview doesn't know about - add
1156         // it to the dataset and try to find a home - either on a matching
1157         // sequence or as a new sequence.
1158         String pdbcontent = viewer.getData("/" + (modelnum + 1) + ".1",
1159                 "PDB");
1160         // parse pdb file into a chain, etc.
1161         // locate best match for pdb in associated views and add mapping to
1162         // ssm
1163         // if properly registered then
1164         notifyLoaded = true;
1165
1166       }
1167     }
1168     // FILE LOADED OK
1169     // so finally, update the jmol bits and pieces
1170     // if (jmolpopup != null)
1171     // {
1172     // // potential for deadlock here:
1173     // // jmolpopup.updateComputedMenus();
1174     // }
1175     if (!isLoadingFromArchive())
1176     {
1177       viewer.evalStringQuiet("model *; select backbone;restrict;cartoon;wireframe off;spacefill off");
1178     }
1179     // register ourselves as a listener and notify the gui that it needs to
1180     // update itself.
1181     getSsm().addStructureViewerListener(this);
1182     if (notifyLoaded)
1183     {
1184       FeatureRenderer fr = getFeatureRenderer(null);
1185       fr.featuresAdded();
1186       refreshGUI();
1187       loadNotifiesHandled++;
1188     }
1189     setLoadingFromArchive(false);
1190   }
1191
1192   @Override
1193   public List<String> getChainNames()
1194   {
1195     return chainNames;
1196   }
1197
1198   public void notifyNewPickingModeMeasurement(int iatom, String strMeasure)
1199   {
1200     notifyAtomPicked(iatom, strMeasure, null);
1201   }
1202
1203   public abstract void notifyScriptTermination(String strStatus,
1204           int msWalltime);
1205
1206   /**
1207    * display a message echoed from the jmol viewer
1208    * 
1209    * @param strEcho
1210    */
1211   public abstract void sendConsoleEcho(String strEcho); /*
1212                                                          * { showConsole(true);
1213                                                          * 
1214                                                          * history.append("\n" +
1215                                                          * strEcho); }
1216                                                          */
1217
1218   // /End JmolStatusListener
1219   // /////////////////////////////
1220
1221   /**
1222    * @param strStatus
1223    *          status message - usually the response received after a script
1224    *          executed
1225    */
1226   public abstract void sendConsoleMessage(String strStatus);
1227
1228   @Override
1229   public void setCallbackFunction(String callbackType,
1230           String callbackFunction)
1231   {
1232     System.err.println("Ignoring set-callback request to associate "
1233             + callbackType + " with function " + callbackFunction);
1234
1235   }
1236
1237   @Override
1238   public void setJalviewColourScheme(ColourSchemeI cs)
1239   {
1240     colourBySequence = false;
1241
1242     if (cs == null)
1243     {
1244       return;
1245     }
1246
1247     jmolHistory(false);
1248     StringBuilder command = new StringBuilder(128);
1249     command.append("select *;color white;");
1250     List<String> residueSet = ResidueProperties.getResidues(isNucleotide(),
1251             false);
1252     for (String resName : residueSet)
1253     {
1254       char res = resName.length() == 3 ? ResidueProperties
1255               .getSingleCharacterCode(resName) : resName.charAt(0);
1256       Color col = cs.findColour(res, 0, null, null, 0f);
1257       command.append("select " + resName + ";color[" + col.getRed() + ","
1258               + col.getGreen() + "," + col.getBlue() + "];");
1259     }
1260
1261     evalStateCommand(command.toString());
1262     jmolHistory(true);
1263   }
1264
1265   public void showHelp()
1266   {
1267     showUrl("http://jmol.sourceforge.net/docs/JmolUserGuide/", "jmolHelp");
1268   }
1269
1270   /**
1271    * open the URL somehow
1272    * 
1273    * @param target
1274    */
1275   public abstract void showUrl(String url, String target);
1276
1277   /**
1278    * called when the binding thinks the UI needs to be refreshed after a Jmol
1279    * state change. this could be because structures were loaded, or because an
1280    * error has occured.
1281    */
1282   public abstract void refreshGUI();
1283
1284   /**
1285    * called to show or hide the associated console window container.
1286    * 
1287    * @param show
1288    */
1289   public abstract void showConsole(boolean show);
1290
1291   /**
1292    * @param renderPanel
1293    * @param jmolfileio
1294    *          - when true will initialise jmol's file IO system (should be false
1295    *          in applet context)
1296    * @param htmlName
1297    * @param documentBase
1298    * @param codeBase
1299    * @param commandOptions
1300    */
1301   public void allocateViewer(Container renderPanel, boolean jmolfileio,
1302           String htmlName, URL documentBase, URL codeBase,
1303           String commandOptions)
1304   {
1305     allocateViewer(renderPanel, jmolfileio, htmlName, documentBase,
1306             codeBase, commandOptions, null, null);
1307   }
1308
1309   /**
1310    * 
1311    * @param renderPanel
1312    * @param jmolfileio
1313    *          - when true will initialise jmol's file IO system (should be false
1314    *          in applet context)
1315    * @param htmlName
1316    * @param documentBase
1317    * @param codeBase
1318    * @param commandOptions
1319    * @param consolePanel
1320    *          - panel to contain Jmol console
1321    * @param buttonsToShow
1322    *          - buttons to show on the console, in ordr
1323    */
1324   public void allocateViewer(Container renderPanel, boolean jmolfileio,
1325           String htmlName, URL documentBase, URL codeBase,
1326           String commandOptions, final Container consolePanel,
1327           String buttonsToShow)
1328   {
1329     if (commandOptions == null)
1330     {
1331       commandOptions = "";
1332     }
1333     viewer = (Viewer) JmolViewer.allocateViewer(renderPanel,
1334             (jmolfileio ? new SmarterJmolAdapter() : null), htmlName
1335                     + ((Object) this).toString(), documentBase, codeBase,
1336             commandOptions, this);
1337
1338     viewer.setJmolStatusListener(this); // extends JmolCallbackListener
1339
1340     console = createJmolConsole(consolePanel, buttonsToShow);
1341     if (consolePanel != null)
1342     {
1343       consolePanel.addComponentListener(this);
1344
1345     }
1346
1347   }
1348
1349   protected abstract JmolAppConsoleInterface createJmolConsole(
1350           Container consolePanel, String buttonsToShow);
1351
1352   protected org.jmol.api.JmolAppConsoleInterface console = null;
1353
1354   @Override
1355   public void setBackgroundColour(java.awt.Color col)
1356   {
1357     jmolHistory(false);
1358     viewer.evalStringQuiet("background [" + col.getRed() + ","
1359             + col.getGreen() + "," + col.getBlue() + "];");
1360     jmolHistory(true);
1361   }
1362
1363   @Override
1364   public int[] resizeInnerPanel(String data)
1365   {
1366     // Jalview doesn't honour resize panel requests
1367     return null;
1368   }
1369
1370   /**
1371    * 
1372    */
1373   protected void closeConsole()
1374   {
1375     if (console != null)
1376     {
1377       try
1378       {
1379         console.setVisible(false);
1380       } catch (Error e)
1381       {
1382       } catch (Exception x)
1383       {
1384       }
1385       ;
1386       console = null;
1387     }
1388   }
1389
1390   /**
1391    * ComponentListener method
1392    */
1393   @Override
1394   public void componentMoved(ComponentEvent e)
1395   {
1396   }
1397
1398   /**
1399    * ComponentListener method
1400    */
1401   @Override
1402   public void componentResized(ComponentEvent e)
1403   {
1404   }
1405
1406   /**
1407    * ComponentListener method
1408    */
1409   @Override
1410   public void componentShown(ComponentEvent e)
1411   {
1412     showConsole(true);
1413   }
1414
1415   /**
1416    * ComponentListener method
1417    */
1418   @Override
1419   public void componentHidden(ComponentEvent e)
1420   {
1421     showConsole(false);
1422   }
1423 }