5de554bbcf1246f9efc15d70cf17563bc28e7ebf
[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.HiddenColumns;
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.getStructureFiles());
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           HiddenColumns hiddenCols)
226   {
227     superposeStructures(new AlignmentI[] { alignment },
228             new int[] { refStructure },
229  new HiddenColumns[] { hiddenCols });
230   }
231
232   /**
233    * {@inheritDoc}
234    */
235   @Override
236   public String superposeStructures(AlignmentI[] _alignment,
237           int[] _refStructure, HiddenColumns[] _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 = getStructureFiles();
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       HiddenColumns 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 = getStructureFiles();
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[] getPdbFilex()
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   @Override
671   public synchronized String[] getStructureFiles()
672   {
673     List<String> mset = new ArrayList<String>();
674     if (viewer == null)
675     {
676       return new String[0];
677     }
678
679     if (modelFileNames == null)
680     {
681       int modelCount = viewer.ms.mc;
682       String filePath = null;
683       for (int i = 0; i < modelCount; ++i)
684       {
685         filePath = viewer.ms.getModelFileName(i);
686         if (!mset.contains(filePath))
687         {
688           mset.add(filePath);
689         }
690       }
691       modelFileNames = mset.toArray(new String[mset.size()]);
692     }
693
694     return modelFileNames;
695   }
696   /**
697    * map from string to applet
698    */
699   @Override
700   public Map<String, Object> getRegistryInfo()
701   {
702     // TODO Auto-generated method stub
703     return null;
704   }
705
706   
707
708   // ///////////////////////////////
709   // JmolStatusListener
710
711   public void handlePopupMenu(int x, int y)
712   {
713     // jmolpopup.show(x, y);
714     // jmolpopup.jpiShow(x, y);
715   }
716
717   /**
718    * Highlight zero, one or more atoms on the structure
719    */
720   @Override
721   public void highlightAtoms(List<AtomSpec> atoms)
722   {
723     if (atoms != null)
724     {
725       if (resetLastRes.length() > 0)
726       {
727         viewer.evalStringQuiet(resetLastRes.toString());
728         resetLastRes.setLength(0);
729       }
730       for (AtomSpec atom : atoms)
731       {
732         highlightAtom(atom.getAtomIndex(), atom.getPdbResNum(),
733                 atom.getChain(), atom.getPdbFile());
734       }
735     }
736   }
737
738   // jmol/ssm only
739   public void highlightAtom(int atomIndex, int pdbResNum, String chain,
740           String pdbfile)
741   {
742     if (modelFileNames == null)
743     {
744       return;
745     }
746
747     // look up file model number for this pdbfile
748     int mdlNum = 0;
749     // may need to adjust for URLencoding here - we don't worry about that yet.
750     while (mdlNum < modelFileNames.length
751             && !pdbfile.equals(modelFileNames[mdlNum]))
752     {
753       mdlNum++;
754     }
755     if (mdlNum == modelFileNames.length)
756     {
757       return;
758     }
759
760     jmolHistory(false);
761
762     StringBuilder cmd = new StringBuilder(64);
763     cmd.append("select " + pdbResNum); // +modelNum
764
765     resetLastRes.append("select " + pdbResNum); // +modelNum
766
767     cmd.append(":");
768     resetLastRes.append(":");
769     if (!chain.equals(" "))
770     {
771       cmd.append(chain);
772       resetLastRes.append(chain);
773     }
774     {
775       cmd.append(" /" + (mdlNum + 1));
776       resetLastRes.append("/" + (mdlNum + 1));
777     }
778     cmd.append(";wireframe 100;" + cmd.toString() + " and not hetero;");
779
780     resetLastRes.append(";wireframe 0;" + resetLastRes.toString()
781             + " and not hetero; spacefill 0;");
782
783     cmd.append("spacefill 200;select none");
784
785     viewer.evalStringQuiet(cmd.toString());
786     jmolHistory(true);
787
788   }
789
790   boolean debug = true;
791
792   private void jmolHistory(boolean enable)
793   {
794     viewer.evalStringQuiet("History " + ((debug || enable) ? "on" : "off"));
795   }
796
797   public void loadInline(String string)
798   {
799     loadedInline = true;
800     // TODO: re JAL-623
801     // viewer.loadInline(strModel, isAppend);
802     // could do this:
803     // construct fake fullPathName and fileName so we can identify the file
804     // later.
805     // Then, construct pass a reader for the string to Jmol.
806     // ((org.jmol.Viewer.Viewer) viewer).loadModelFromFile(fullPathName,
807     // fileName, null, reader, false, null, null, 0);
808     viewer.openStringInline(string);
809   }
810
811   public void mouseOverStructure(int atomIndex, String strInfo)
812   {
813     int pdbResNum;
814     int alocsep = strInfo.indexOf("^");
815     int mdlSep = strInfo.indexOf("/");
816     int chainSeparator = strInfo.indexOf(":"), chainSeparator1 = -1;
817
818     if (chainSeparator == -1)
819     {
820       chainSeparator = strInfo.indexOf(".");
821       if (mdlSep > -1 && mdlSep < chainSeparator)
822       {
823         chainSeparator1 = chainSeparator;
824         chainSeparator = mdlSep;
825       }
826     }
827     // handle insertion codes
828     if (alocsep != -1)
829     {
830       pdbResNum = Integer.parseInt(strInfo.substring(
831               strInfo.indexOf("]") + 1, alocsep));
832
833     }
834     else
835     {
836       pdbResNum = Integer.parseInt(strInfo.substring(
837               strInfo.indexOf("]") + 1, chainSeparator));
838     }
839     String chainId;
840
841     if (strInfo.indexOf(":") > -1)
842     {
843       chainId = strInfo.substring(strInfo.indexOf(":") + 1,
844               strInfo.indexOf("."));
845     }
846     else
847     {
848       chainId = " ";
849     }
850
851     String pdbfilename = modelFileNames[frameNo]; // default is first or current
852     // model
853     if (mdlSep > -1)
854     {
855       if (chainSeparator1 == -1)
856       {
857         chainSeparator1 = strInfo.indexOf(".", mdlSep);
858       }
859       String mdlId = (chainSeparator1 > -1) ? strInfo.substring(mdlSep + 1,
860               chainSeparator1) : strInfo.substring(mdlSep + 1);
861       try
862       {
863         // recover PDB filename for the model hovered over.
864         int _mp = _modelFileNameMap.length - 1, mnumber = new Integer(mdlId)
865                 .intValue() - 1;
866         while (mnumber < _modelFileNameMap[_mp])
867         {
868           _mp--;
869         }
870         pdbfilename = modelFileNames[_mp];
871         if (pdbfilename == null)
872         {
873           pdbfilename = new File(viewer.ms.getModelFileName(mnumber))
874                   .getAbsolutePath();
875         }
876
877       } catch (Exception e)
878       {
879       }
880       ;
881     }
882     if (lastMessage == null || !lastMessage.equals(strInfo))
883     {
884       getSsm().mouseOverStructure(pdbResNum, chainId, pdbfilename);
885     }
886
887     lastMessage = strInfo;
888   }
889
890   public void notifyAtomHovered(int atomIndex, String strInfo, String data)
891   {
892     if (data != null)
893     {
894       System.err.println("Ignoring additional hover info: " + data
895               + " (other info: '" + strInfo + "' pos " + atomIndex + ")");
896     }
897     mouseOverStructure(atomIndex, strInfo);
898   }
899
900   /*
901    * { if (history != null && strStatus != null &&
902    * !strStatus.equals("Script completed")) { history.append("\n" + strStatus);
903    * } }
904    */
905
906   public void notifyAtomPicked(int atomIndex, String strInfo, String strData)
907   {
908     /**
909      * this implements the toggle label behaviour copied from the original
910      * structure viewer, MCView
911      */
912     if (strData != null)
913     {
914       System.err.println("Ignoring additional pick data string " + strData);
915     }
916     int chainSeparator = strInfo.indexOf(":");
917     int p = 0;
918     if (chainSeparator == -1)
919     {
920       chainSeparator = strInfo.indexOf(".");
921     }
922
923     String picked = strInfo.substring(strInfo.indexOf("]") + 1,
924             chainSeparator);
925     String mdlString = "";
926     if ((p = strInfo.indexOf(":")) > -1)
927     {
928       picked += strInfo.substring(p, strInfo.indexOf("."));
929     }
930
931     if ((p = strInfo.indexOf("/")) > -1)
932     {
933       mdlString += strInfo.substring(p, strInfo.indexOf(" #"));
934     }
935     picked = "((" + picked + ".CA" + mdlString + ")|(" + picked + ".P"
936             + mdlString + "))";
937     jmolHistory(false);
938
939     if (!atomsPicked.contains(picked))
940     {
941       viewer.evalStringQuiet("select " + picked + ";label %n %r:%c");
942       atomsPicked.addElement(picked);
943     }
944     else
945     {
946       viewer.evalString("select " + picked + ";label off");
947       atomsPicked.removeElement(picked);
948     }
949     jmolHistory(true);
950     // TODO: in application this happens
951     //
952     // if (scriptWindow != null)
953     // {
954     // scriptWindow.sendConsoleMessage(strInfo);
955     // scriptWindow.sendConsoleMessage("\n");
956     // }
957
958   }
959
960   @Override
961   public void notifyCallback(CBK type, Object[] data)
962   {
963     try
964     {
965       switch (type)
966       {
967       case LOADSTRUCT:
968         notifyFileLoaded((String) data[1], (String) data[2],
969                 (String) data[3], (String) data[4],
970                 ((Integer) data[5]).intValue());
971
972         break;
973       case PICK:
974         notifyAtomPicked(((Integer) data[2]).intValue(), (String) data[1],
975                 (String) data[0]);
976         // also highlight in alignment
977       case HOVER:
978         notifyAtomHovered(((Integer) data[2]).intValue(), (String) data[1],
979                 (String) data[0]);
980         break;
981       case SCRIPT:
982         notifyScriptTermination((String) data[2],
983                 ((Integer) data[3]).intValue());
984         break;
985       case ECHO:
986         sendConsoleEcho((String) data[1]);
987         break;
988       case MESSAGE:
989         sendConsoleMessage((data == null) ? ((String) null)
990                 : (String) data[1]);
991         break;
992       case ERROR:
993         // System.err.println("Ignoring error callback.");
994         break;
995       case SYNC:
996       case RESIZE:
997         refreshGUI();
998         break;
999       case MEASURE:
1000
1001       case CLICK:
1002       default:
1003         System.err.println("Unhandled callback " + type + " "
1004                 + data[1].toString());
1005         break;
1006       }
1007     } catch (Exception e)
1008     {
1009       System.err.println("Squashed Jmol callback handler error:");
1010       e.printStackTrace();
1011     }
1012   }
1013
1014   @Override
1015   public boolean notifyEnabled(CBK callbackPick)
1016   {
1017     switch (callbackPick)
1018     {
1019     case ECHO:
1020     case LOADSTRUCT:
1021     case MEASURE:
1022     case MESSAGE:
1023     case PICK:
1024     case SCRIPT:
1025     case HOVER:
1026     case ERROR:
1027       return true;
1028     default:
1029       return false;
1030     }
1031   }
1032
1033   // incremented every time a load notification is successfully handled -
1034   // lightweight mechanism for other threads to detect when they can start
1035   // referrring to new structures.
1036   private long loadNotifiesHandled = 0;
1037
1038   public long getLoadNotifiesHandled()
1039   {
1040     return loadNotifiesHandled;
1041   }
1042
1043   public void notifyFileLoaded(String fullPathName, String fileName2,
1044           String modelName, String errorMsg, int modelParts)
1045   {
1046     if (errorMsg != null)
1047     {
1048       fileLoadingError = errorMsg;
1049       refreshGUI();
1050       return;
1051     }
1052     // TODO: deal sensibly with models loaded inLine:
1053     // modelName will be null, as will fullPathName.
1054
1055     // the rest of this routine ignores the arguments, and simply interrogates
1056     // the Jmol view to find out what structures it contains, and adds them to
1057     // the structure selection manager.
1058     fileLoadingError = null;
1059     String[] oldmodels = modelFileNames;
1060     modelFileNames = null;
1061     chainNames = new ArrayList<String>();
1062     chainFile = new Hashtable<String, String>();
1063     boolean notifyLoaded = false;
1064     String[] modelfilenames = getStructureFiles();
1065     // first check if we've lost any structures
1066     if (oldmodels != null && oldmodels.length > 0)
1067     {
1068       int oldm = 0;
1069       for (int i = 0; i < oldmodels.length; i++)
1070       {
1071         for (int n = 0; n < modelfilenames.length; n++)
1072         {
1073           if (modelfilenames[n] == oldmodels[i])
1074           {
1075             oldmodels[i] = null;
1076             break;
1077           }
1078         }
1079         if (oldmodels[i] != null)
1080         {
1081           oldm++;
1082         }
1083       }
1084       if (oldm > 0)
1085       {
1086         String[] oldmfn = new String[oldm];
1087         oldm = 0;
1088         for (int i = 0; i < oldmodels.length; i++)
1089         {
1090           if (oldmodels[i] != null)
1091           {
1092             oldmfn[oldm++] = oldmodels[i];
1093           }
1094         }
1095         // deregister the Jmol instance for these structures - we'll add
1096         // ourselves again at the end for the current structure set.
1097         getSsm().removeStructureViewerListener(this, oldmfn);
1098       }
1099     }
1100     refreshPdbEntries();
1101     for (int modelnum = 0; modelnum < modelfilenames.length; modelnum++)
1102     {
1103       String fileName = modelfilenames[modelnum];
1104       boolean foundEntry = false;
1105       StructureFile pdb = null;
1106       String pdbfile = null;
1107       // model was probably loaded inline - so check the pdb file hashcode
1108       if (loadedInline)
1109       {
1110         // calculate essential attributes for the pdb data imported inline.
1111         // prolly need to resolve modelnumber properly - for now just use our
1112         // 'best guess'
1113         pdbfile = viewer.getData("" + (1 + _modelFileNameMap[modelnum])
1114                 + ".0", "PDB");
1115       }
1116       // search pdbentries and sequences to find correct pdbentry for this
1117       // model
1118       for (int pe = 0; pe < getPdbCount(); pe++)
1119       {
1120         boolean matches = false;
1121         addSequence(pe, getSequence()[pe]);
1122         if (fileName == null)
1123         {
1124           if (false)
1125           // see JAL-623 - need method of matching pasted data up
1126           {
1127             pdb = getSsm().setMapping(getSequence()[pe], getChains()[pe],
1128                     pdbfile, DataSourceType.PASTE);
1129             getPdbEntry(modelnum).setFile("INLINE" + pdb.getId());
1130             matches = true;
1131             foundEntry = true;
1132           }
1133         }
1134         else
1135         {
1136           File fl = new File(getPdbEntry(pe).getFile());
1137           matches = fl.equals(new File(fileName));
1138           if (matches)
1139           {
1140             foundEntry = true;
1141             // TODO: Jmol can in principle retrieve from CLASSLOADER but
1142             // this
1143             // needs
1144             // to be tested. See mantis bug
1145             // https://mantis.lifesci.dundee.ac.uk/view.php?id=36605
1146             DataSourceType protocol = DataSourceType.URL;
1147             try
1148             {
1149               if (fl.exists())
1150               {
1151                 protocol = DataSourceType.FILE;
1152               }
1153             } catch (Exception e)
1154             {
1155             } catch (Error e)
1156             {
1157             }
1158             // Explicitly map to the filename used by Jmol ;
1159             pdb = getSsm().setMapping(getSequence()[pe], getChains()[pe],
1160                     fileName, protocol);
1161             // pdbentry[pe].getFile(), protocol);
1162
1163           }
1164         }
1165         if (matches)
1166         {
1167           // add an entry for every chain in the model
1168           for (int i = 0; i < pdb.getChains().size(); i++)
1169           {
1170             String chid = new String(pdb.getId() + ":"
1171                     + pdb.getChains().elementAt(i).id);
1172             chainFile.put(chid, fileName);
1173             chainNames.add(chid);
1174           }
1175           notifyLoaded = true;
1176         }
1177       }
1178
1179       if (!foundEntry && associateNewStructs)
1180       {
1181         // this is a foreign pdb file that jalview doesn't know about - add
1182         // it to the dataset and try to find a home - either on a matching
1183         // sequence or as a new sequence.
1184         String pdbcontent = viewer.getData("/" + (modelnum + 1) + ".1",
1185                 "PDB");
1186         // parse pdb file into a chain, etc.
1187         // locate best match for pdb in associated views and add mapping to
1188         // ssm
1189         // if properly registered then
1190         notifyLoaded = true;
1191
1192       }
1193     }
1194     // FILE LOADED OK
1195     // so finally, update the jmol bits and pieces
1196     // if (jmolpopup != null)
1197     // {
1198     // // potential for deadlock here:
1199     // // jmolpopup.updateComputedMenus();
1200     // }
1201     if (!isLoadingFromArchive())
1202     {
1203       viewer.evalStringQuiet("model *; select backbone;restrict;cartoon;wireframe off;spacefill off");
1204     }
1205     // register ourselves as a listener and notify the gui that it needs to
1206     // update itself.
1207     getSsm().addStructureViewerListener(this);
1208     if (notifyLoaded)
1209     {
1210       FeatureRenderer fr = getFeatureRenderer(null);
1211       if (fr != null)
1212       {
1213         fr.featuresAdded();
1214       }
1215       refreshGUI();
1216       loadNotifiesHandled++;
1217     }
1218     setLoadingFromArchive(false);
1219   }
1220
1221   @Override
1222   public List<String> getChainNames()
1223   {
1224     return chainNames;
1225   }
1226
1227   public void notifyNewPickingModeMeasurement(int iatom, String strMeasure)
1228   {
1229     notifyAtomPicked(iatom, strMeasure, null);
1230   }
1231
1232   public abstract void notifyScriptTermination(String strStatus,
1233           int msWalltime);
1234
1235   /**
1236    * display a message echoed from the jmol viewer
1237    * 
1238    * @param strEcho
1239    */
1240   public abstract void sendConsoleEcho(String strEcho); /*
1241                                                          * { showConsole(true);
1242                                                          * 
1243                                                          * history.append("\n" +
1244                                                          * strEcho); }
1245                                                          */
1246
1247   // /End JmolStatusListener
1248   // /////////////////////////////
1249
1250   /**
1251    * @param strStatus
1252    *          status message - usually the response received after a script
1253    *          executed
1254    */
1255   public abstract void sendConsoleMessage(String strStatus);
1256
1257   @Override
1258   public void setCallbackFunction(String callbackType,
1259           String callbackFunction)
1260   {
1261     System.err.println("Ignoring set-callback request to associate "
1262             + callbackType + " with function " + callbackFunction);
1263
1264   }
1265
1266   @Override
1267   public void setJalviewColourScheme(ColourSchemeI cs)
1268   {
1269     colourBySequence = false;
1270
1271     if (cs == null)
1272     {
1273       return;
1274     }
1275
1276     jmolHistory(false);
1277     StringBuilder command = new StringBuilder(128);
1278     command.append("select *;color white;");
1279     List<String> residueSet = ResidueProperties.getResidues(isNucleotide(),
1280             false);
1281     for (String resName : residueSet)
1282     {
1283       char res = resName.length() == 3 ? ResidueProperties
1284               .getSingleCharacterCode(resName) : resName.charAt(0);
1285       Color col = cs.findColour(res, 0, null, null, 0f);
1286       command.append("select " + resName + ";color[" + col.getRed() + ","
1287               + col.getGreen() + "," + col.getBlue() + "];");
1288     }
1289
1290     evalStateCommand(command.toString());
1291     jmolHistory(true);
1292   }
1293
1294   public void showHelp()
1295   {
1296     showUrl("http://jmol.sourceforge.net/docs/JmolUserGuide/", "jmolHelp");
1297   }
1298
1299   /**
1300    * open the URL somehow
1301    * 
1302    * @param target
1303    */
1304   public abstract void showUrl(String url, String target);
1305
1306   /**
1307    * called when the binding thinks the UI needs to be refreshed after a Jmol
1308    * state change. this could be because structures were loaded, or because an
1309    * error has occured.
1310    */
1311   public abstract void refreshGUI();
1312
1313   /**
1314    * called to show or hide the associated console window container.
1315    * 
1316    * @param show
1317    */
1318   public abstract void showConsole(boolean show);
1319
1320   /**
1321    * @param renderPanel
1322    * @param jmolfileio
1323    *          - when true will initialise jmol's file IO system (should be false
1324    *          in applet context)
1325    * @param htmlName
1326    * @param documentBase
1327    * @param codeBase
1328    * @param commandOptions
1329    */
1330   public void allocateViewer(Container renderPanel, boolean jmolfileio,
1331           String htmlName, URL documentBase, URL codeBase,
1332           String commandOptions)
1333   {
1334     allocateViewer(renderPanel, jmolfileio, htmlName, documentBase,
1335             codeBase, commandOptions, null, null);
1336   }
1337
1338   /**
1339    * 
1340    * @param renderPanel
1341    * @param jmolfileio
1342    *          - when true will initialise jmol's file IO system (should be false
1343    *          in applet context)
1344    * @param htmlName
1345    * @param documentBase
1346    * @param codeBase
1347    * @param commandOptions
1348    * @param consolePanel
1349    *          - panel to contain Jmol console
1350    * @param buttonsToShow
1351    *          - buttons to show on the console, in ordr
1352    */
1353   public void allocateViewer(Container renderPanel, boolean jmolfileio,
1354           String htmlName, URL documentBase, URL codeBase,
1355           String commandOptions, final Container consolePanel,
1356           String buttonsToShow)
1357   {
1358     if (commandOptions == null)
1359     {
1360       commandOptions = "";
1361     }
1362     viewer = (Viewer) JmolViewer.allocateViewer(renderPanel,
1363             (jmolfileio ? new SmarterJmolAdapter() : null), htmlName
1364                     + ((Object) this).toString(), documentBase, codeBase,
1365             commandOptions, this);
1366
1367     viewer.setJmolStatusListener(this); // extends JmolCallbackListener
1368
1369     console = createJmolConsole(consolePanel, buttonsToShow);
1370     if (consolePanel != null)
1371     {
1372       consolePanel.addComponentListener(this);
1373
1374     }
1375
1376   }
1377
1378   protected abstract JmolAppConsoleInterface createJmolConsole(
1379           Container consolePanel, String buttonsToShow);
1380
1381   protected org.jmol.api.JmolAppConsoleInterface console = null;
1382
1383   @Override
1384   public void setBackgroundColour(java.awt.Color col)
1385   {
1386     jmolHistory(false);
1387     viewer.evalStringQuiet("background [" + col.getRed() + ","
1388             + col.getGreen() + "," + col.getBlue() + "];");
1389     jmolHistory(true);
1390   }
1391
1392   @Override
1393   public int[] resizeInnerPanel(String data)
1394   {
1395     // Jalview doesn't honour resize panel requests
1396     return null;
1397   }
1398
1399   /**
1400    * 
1401    */
1402   protected void closeConsole()
1403   {
1404     if (console != null)
1405     {
1406       try
1407       {
1408         console.setVisible(false);
1409       } catch (Error e)
1410       {
1411       } catch (Exception x)
1412       {
1413       }
1414       ;
1415       console = null;
1416     }
1417   }
1418
1419   /**
1420    * ComponentListener method
1421    */
1422   @Override
1423   public void componentMoved(ComponentEvent e)
1424   {
1425   }
1426
1427   /**
1428    * ComponentListener method
1429    */
1430   @Override
1431   public void componentResized(ComponentEvent e)
1432   {
1433   }
1434
1435   /**
1436    * ComponentListener method
1437    */
1438   @Override
1439   public void componentShown(ComponentEvent e)
1440   {
1441     showConsole(true);
1442   }
1443
1444   /**
1445    * ComponentListener method
1446    */
1447   @Override
1448   public void componentHidden(ComponentEvent e)
1449   {
1450     showConsole(false);
1451   }
1452 }