2 * Jalview - A Sequence Alignment Editor and Viewer ($$Version-Rel$$)
3 * Copyright (C) $$Year-Rel$$ The Jalview Authors
5 * This file is part of Jalview.
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.
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.
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.
21 package jalview.project;
23 import static jalview.math.RotatableMatrix.Axis.X;
24 import static jalview.math.RotatableMatrix.Axis.Y;
25 import static jalview.math.RotatableMatrix.Axis.Z;
27 import java.awt.Color;
29 import java.awt.Rectangle;
30 import java.io.BufferedReader;
31 import java.io.ByteArrayInputStream;
33 import java.io.FileInputStream;
34 import java.io.FileOutputStream;
35 import java.io.IOException;
36 import java.io.InputStream;
37 import java.io.InputStreamReader;
38 import java.io.OutputStream;
39 import java.io.OutputStreamWriter;
40 import java.io.PrintWriter;
41 import java.lang.reflect.InvocationTargetException;
42 import java.math.BigInteger;
43 import java.net.MalformedURLException;
45 import java.util.ArrayList;
46 import java.util.Arrays;
47 import java.util.Collections;
48 import java.util.Enumeration;
49 import java.util.GregorianCalendar;
50 import java.util.HashMap;
51 import java.util.HashSet;
52 import java.util.Hashtable;
53 import java.util.IdentityHashMap;
54 import java.util.Iterator;
55 import java.util.LinkedHashMap;
56 import java.util.List;
57 import java.util.Locale;
59 import java.util.Map.Entry;
61 import java.util.Vector;
62 import java.util.jar.JarEntry;
63 import java.util.jar.JarInputStream;
64 import java.util.jar.JarOutputStream;
66 import javax.swing.JInternalFrame;
67 import javax.swing.SwingUtilities;
68 import javax.xml.bind.JAXBContext;
69 import javax.xml.bind.JAXBElement;
70 import javax.xml.bind.Marshaller;
71 import javax.xml.datatype.DatatypeConfigurationException;
72 import javax.xml.datatype.DatatypeFactory;
73 import javax.xml.datatype.XMLGregorianCalendar;
74 import javax.xml.stream.XMLInputFactory;
75 import javax.xml.stream.XMLStreamReader;
77 import jalview.analysis.Conservation;
78 import jalview.analysis.PCA;
79 import jalview.analysis.scoremodels.ScoreModels;
80 import jalview.analysis.scoremodels.SimilarityParams;
81 import jalview.api.FeatureColourI;
82 import jalview.api.ViewStyleI;
83 import jalview.api.analysis.ScoreModelI;
84 import jalview.api.analysis.SimilarityParamsI;
85 import jalview.api.structures.JalviewStructureDisplayI;
86 import jalview.bin.Cache;
87 import jalview.bin.Console;
88 import jalview.datamodel.AlignedCodonFrame;
89 import jalview.datamodel.Alignment;
90 import jalview.datamodel.AlignmentAnnotation;
91 import jalview.datamodel.AlignmentI;
92 import jalview.datamodel.DBRefEntry;
93 import jalview.datamodel.GeneLocus;
94 import jalview.datamodel.GraphLine;
95 import jalview.datamodel.PDBEntry;
96 import jalview.datamodel.Point;
97 import jalview.datamodel.RnaViewerModel;
98 import jalview.datamodel.SequenceFeature;
99 import jalview.datamodel.SequenceGroup;
100 import jalview.datamodel.SequenceI;
101 import jalview.datamodel.StructureViewerModel;
102 import jalview.datamodel.StructureViewerModel.StructureData;
103 import jalview.datamodel.features.FeatureMatcher;
104 import jalview.datamodel.features.FeatureMatcherI;
105 import jalview.datamodel.features.FeatureMatcherSet;
106 import jalview.datamodel.features.FeatureMatcherSetI;
107 import jalview.ext.varna.RnaModel;
108 import jalview.gui.AlignFrame;
109 import jalview.gui.AlignViewport;
110 import jalview.gui.AlignmentPanel;
111 import jalview.gui.AppVarna;
112 import jalview.gui.Desktop;
113 import jalview.gui.JvOptionPane;
114 import jalview.gui.OOMWarning;
115 import jalview.gui.PCAPanel;
116 import jalview.gui.PaintRefresher;
117 import jalview.gui.SplitFrame;
118 import jalview.gui.StructureViewer;
119 import jalview.gui.StructureViewer.ViewerType;
120 import jalview.gui.StructureViewerBase;
121 import jalview.gui.TreePanel;
122 import jalview.io.BackupFiles;
123 import jalview.io.DataSourceType;
124 import jalview.io.FileFormat;
125 import jalview.io.NewickFile;
126 import jalview.math.Matrix;
127 import jalview.math.MatrixI;
128 import jalview.renderer.ResidueShaderI;
129 import jalview.schemes.AnnotationColourGradient;
130 import jalview.schemes.ColourSchemeI;
131 import jalview.schemes.ColourSchemeProperty;
132 import jalview.schemes.FeatureColour;
133 import jalview.schemes.ResidueProperties;
134 import jalview.schemes.UserColourScheme;
135 import jalview.structure.StructureSelectionManager;
136 import jalview.structures.models.AAStructureBindingModel;
137 import jalview.util.Format;
138 import jalview.util.HttpUtils;
139 import jalview.util.MessageManager;
140 import jalview.util.Platform;
141 import jalview.util.StringUtils;
142 import jalview.util.jarInputStreamProvider;
143 import jalview.util.matcher.Condition;
144 import jalview.viewmodel.AlignmentViewport;
145 import jalview.viewmodel.PCAModel;
146 import jalview.viewmodel.ViewportRanges;
147 import jalview.viewmodel.seqfeatures.FeatureRendererModel;
148 import jalview.viewmodel.seqfeatures.FeatureRendererSettings;
149 import jalview.viewmodel.seqfeatures.FeaturesDisplayed;
150 import jalview.ws.jws2.Jws2Discoverer;
151 import jalview.ws.jws2.dm.AAConSettings;
152 import jalview.ws.jws2.jabaws2.Jws2Instance;
153 import jalview.ws.params.ArgumentI;
154 import jalview.ws.params.AutoCalcSetting;
155 import jalview.ws.params.WsParamSetI;
156 import jalview.xml.binding.jalview.AlcodonFrame;
157 import jalview.xml.binding.jalview.AlcodonFrame.AlcodMap;
158 import jalview.xml.binding.jalview.Annotation;
159 import jalview.xml.binding.jalview.Annotation.ThresholdLine;
160 import jalview.xml.binding.jalview.AnnotationColourScheme;
161 import jalview.xml.binding.jalview.AnnotationElement;
162 import jalview.xml.binding.jalview.DoubleMatrix;
163 import jalview.xml.binding.jalview.DoubleVector;
164 import jalview.xml.binding.jalview.Feature;
165 import jalview.xml.binding.jalview.Feature.OtherData;
166 import jalview.xml.binding.jalview.FeatureMatcherSet.CompoundMatcher;
167 import jalview.xml.binding.jalview.FilterBy;
168 import jalview.xml.binding.jalview.JalviewModel;
169 import jalview.xml.binding.jalview.JalviewModel.FeatureSettings;
170 import jalview.xml.binding.jalview.JalviewModel.FeatureSettings.Group;
171 import jalview.xml.binding.jalview.JalviewModel.FeatureSettings.Setting;
172 import jalview.xml.binding.jalview.JalviewModel.JGroup;
173 import jalview.xml.binding.jalview.JalviewModel.JSeq;
174 import jalview.xml.binding.jalview.JalviewModel.JSeq.Pdbids;
175 import jalview.xml.binding.jalview.JalviewModel.JSeq.Pdbids.StructureState;
176 import jalview.xml.binding.jalview.JalviewModel.JSeq.RnaViewer;
177 import jalview.xml.binding.jalview.JalviewModel.JSeq.RnaViewer.SecondaryStructure;
178 import jalview.xml.binding.jalview.JalviewModel.PcaViewer;
179 import jalview.xml.binding.jalview.JalviewModel.PcaViewer.Axis;
180 import jalview.xml.binding.jalview.JalviewModel.PcaViewer.SeqPointMax;
181 import jalview.xml.binding.jalview.JalviewModel.PcaViewer.SeqPointMin;
182 import jalview.xml.binding.jalview.JalviewModel.PcaViewer.SequencePoint;
183 import jalview.xml.binding.jalview.JalviewModel.Tree;
184 import jalview.xml.binding.jalview.JalviewModel.UserColours;
185 import jalview.xml.binding.jalview.JalviewModel.Viewport;
186 import jalview.xml.binding.jalview.JalviewModel.Viewport.CalcIdParam;
187 import jalview.xml.binding.jalview.JalviewModel.Viewport.HiddenColumns;
188 import jalview.xml.binding.jalview.JalviewUserColours;
189 import jalview.xml.binding.jalview.JalviewUserColours.Colour;
190 import jalview.xml.binding.jalview.MapListType.MapListFrom;
191 import jalview.xml.binding.jalview.MapListType.MapListTo;
192 import jalview.xml.binding.jalview.Mapping;
193 import jalview.xml.binding.jalview.NoValueColour;
194 import jalview.xml.binding.jalview.ObjectFactory;
195 import jalview.xml.binding.jalview.PcaDataType;
196 import jalview.xml.binding.jalview.Pdbentry.Property;
197 import jalview.xml.binding.jalview.Sequence;
198 import jalview.xml.binding.jalview.Sequence.DBRef;
199 import jalview.xml.binding.jalview.SequenceSet;
200 import jalview.xml.binding.jalview.SequenceSet.SequenceSetProperties;
201 import jalview.xml.binding.jalview.ThresholdType;
202 import jalview.xml.binding.jalview.VAMSAS;
205 * Write out the current jalview desktop state as a Jalview XML stream.
207 * Note: the vamsas objects referred to here are primitive versions of the
208 * VAMSAS project schema elements - they are not the same and most likely never
212 * @version $Revision: 1.134 $
214 public class Jalview2XML
217 // BH 2018 we add the .jvp binary extension to J2S so that
218 // it will declare that binary when we do the file save from the browser
222 Platform.addJ2SBinaryType(".jvp?");
225 private static final String VIEWER_PREFIX = "viewer_";
227 private static final String RNA_PREFIX = "rna_";
229 private static final String UTF_8 = "UTF-8";
232 * prefix for recovering datasets for alignments with multiple views where
233 * non-existent dataset IDs were written for some views
235 private static final String UNIQSEQSETID = "uniqueSeqSetId.";
237 // use this with nextCounter() to make unique names for entities
238 private int counter = 0;
241 * SequenceI reference -> XML ID string in jalview XML. Populated as XML reps
242 * of sequence objects are created.
244 IdentityHashMap<SequenceI, String> seqsToIds = null;
247 * jalview XML Sequence ID to jalview sequence object reference (both dataset
248 * and alignment sequences. Populated as XML reps of sequence objects are
251 Map<String, SequenceI> seqRefIds = null;
253 Map<String, SequenceI> incompleteSeqs = null;
255 List<SeqFref> frefedSequence = null;
257 boolean raiseGUI = true; // whether errors are raised in dialog boxes or not
260 * Map of reconstructed AlignFrame objects that appear to have come from
261 * SplitFrame objects (have a dna/protein complement view).
263 private Map<Viewport, AlignFrame> splitFrameCandidates = new HashMap<>();
266 * Map from displayed rna structure models to their saved session state jar
269 private Map<RnaModel, String> rnaSessions = new HashMap<>();
272 * A helper method for safely using the value of an optional attribute that
273 * may be null if not present in the XML. Answers the boolean value, or false
279 public static boolean safeBoolean(Boolean b)
281 return b == null ? false : b.booleanValue();
285 * A helper method for safely using the value of an optional attribute that
286 * may be null if not present in the XML. Answers the integer value, or zero
292 public static int safeInt(Integer i)
294 return i == null ? 0 : i.intValue();
298 * A helper method for safely using the value of an optional attribute that
299 * may be null if not present in the XML. Answers the float value, or zero if
305 public static float safeFloat(Float f)
307 return f == null ? 0f : f.floatValue();
311 * create/return unique hash string for sq
314 * @return new or existing unique string for sq
316 String seqHash(SequenceI sq)
318 if (seqsToIds == null)
322 if (seqsToIds.containsKey(sq))
324 return seqsToIds.get(sq);
328 // create sequential key
329 String key = "sq" + (seqsToIds.size() + 1);
330 key = makeHashCode(sq, key); // check we don't have an external reference
332 seqsToIds.put(sq, key);
339 if (seqsToIds == null)
341 seqsToIds = new IdentityHashMap<>();
343 if (seqRefIds == null)
345 seqRefIds = new HashMap<>();
347 if (incompleteSeqs == null)
349 incompleteSeqs = new HashMap<>();
351 if (frefedSequence == null)
353 frefedSequence = new ArrayList<>();
361 public Jalview2XML(boolean raiseGUI)
363 this.raiseGUI = raiseGUI;
367 * base class for resolving forward references to sequences by their ID
372 abstract class SeqFref
378 public SeqFref(String _sref, String type)
384 public String getSref()
389 public SequenceI getSrefSeq()
391 return seqRefIds.get(sref);
394 public boolean isResolvable()
396 return seqRefIds.get(sref) != null;
399 public SequenceI getSrefDatasetSeq()
401 SequenceI sq = seqRefIds.get(sref);
404 while (sq.getDatasetSequence() != null)
406 sq = sq.getDatasetSequence();
413 * @return true if the forward reference was fully resolved
415 abstract boolean resolve();
418 public String toString()
420 return type + " reference to " + sref;
425 * create forward reference for a mapping
431 public SeqFref newMappingRef(final String sref,
432 final jalview.datamodel.Mapping _jmap)
434 SeqFref fref = new SeqFref(sref, "Mapping")
436 public jalview.datamodel.Mapping jmap = _jmap;
441 SequenceI seq = getSrefDatasetSeq();
453 public SeqFref newAlcodMapRef(final String sref,
454 final AlignedCodonFrame _cf,
455 final jalview.datamodel.Mapping _jmap)
458 SeqFref fref = new SeqFref(sref, "Codon Frame")
460 AlignedCodonFrame cf = _cf;
462 public jalview.datamodel.Mapping mp = _jmap;
465 public boolean isResolvable()
467 return super.isResolvable() && mp.getTo() != null;
473 SequenceI seq = getSrefDatasetSeq();
478 cf.addMap(seq, mp.getTo(), mp.getMap());
485 public void resolveFrefedSequences()
487 Iterator<SeqFref> nextFref = frefedSequence.iterator();
488 int toresolve = frefedSequence.size();
489 int unresolved = 0, failedtoresolve = 0;
490 while (nextFref.hasNext())
492 SeqFref ref = nextFref.next();
493 if (ref.isResolvable())
505 } catch (Exception x)
508 "IMPLEMENTATION ERROR: Failed to resolve forward reference for sequence "
521 System.err.println("Jalview Project Import: There were " + unresolved
522 + " forward references left unresolved on the stack.");
524 if (failedtoresolve > 0)
526 System.err.println("SERIOUS! " + failedtoresolve
527 + " resolvable forward references failed to resolve.");
529 if (incompleteSeqs != null && incompleteSeqs.size() > 0)
532 "Jalview Project Import: There are " + incompleteSeqs.size()
533 + " sequences which may have incomplete metadata.");
534 if (incompleteSeqs.size() < 10)
536 for (SequenceI s : incompleteSeqs.values())
538 System.err.println(s.toString());
544 "Too many to report. Skipping output of incomplete sequences.");
550 * This maintains a map of viewports, the key being the seqSetId. Important to
551 * set historyItem and redoList for multiple views
553 Map<String, AlignViewport> viewportsAdded = new HashMap<>();
555 Map<String, AlignmentAnnotation> annotationIds = new HashMap<>();
557 String uniqueSetSuffix = "";
560 * List of pdbfiles added to Jar
562 List<String> pdbfiles = null;
564 // SAVES SEVERAL ALIGNMENT WINDOWS TO SAME JARFILE
565 public void saveState(File statefile)
567 FileOutputStream fos = null;
572 fos = new FileOutputStream(statefile);
574 JarOutputStream jout = new JarOutputStream(fos);
578 } catch (Exception e)
580 Console.error("Couln't write Jalview state to " + statefile, e);
581 // TODO: inform user of the problem - they need to know if their data was
583 if (errorMessage == null)
585 errorMessage = "Did't write Jalview Archive to output file '"
586 + statefile + "' - See console error log for details";
590 errorMessage += "(Didn't write Jalview Archive to output file '"
601 } catch (IOException e)
611 * Writes a jalview project archive to the given Jar output stream.
615 public void saveState(JarOutputStream jout)
617 AlignFrame[] frames = Desktop.getAlignFrames();
623 saveAllFrames(Arrays.asList(frames), jout);
627 * core method for storing state for a set of AlignFrames.
630 * - frames involving all data to be exported (including containing
633 * - project output stream
635 private void saveAllFrames(List<AlignFrame> frames, JarOutputStream jout)
637 Hashtable<String, AlignFrame> dsses = new Hashtable<>();
640 * ensure cached data is clear before starting
642 // todo tidy up seqRefIds, seqsToIds initialisation / reset
644 splitFrameCandidates.clear();
649 // NOTE UTF-8 MUST BE USED FOR WRITING UNICODE CHARS
650 // //////////////////////////////////////////////////
652 List<String> shortNames = new ArrayList<>();
653 List<String> viewIds = new ArrayList<>();
656 for (int i = frames.size() - 1; i > -1; i--)
658 AlignFrame af = frames.get(i);
660 if (skipList != null && skipList
661 .containsKey(af.getViewport().getSequenceSetId()))
666 String shortName = makeFilename(af, shortNames);
668 int apSize = af.getAlignPanels().size();
670 for (int ap = 0; ap < apSize; ap++)
672 AlignmentPanel apanel = (AlignmentPanel) af.getAlignPanels()
674 String fileName = apSize == 1 ? shortName : ap + shortName;
675 if (!fileName.endsWith(".xml"))
677 fileName = fileName + ".xml";
680 saveState(apanel, fileName, jout, viewIds);
682 String dssid = getDatasetIdRef(
683 af.getViewport().getAlignment().getDataset());
684 if (!dsses.containsKey(dssid))
686 dsses.put(dssid, af);
691 writeDatasetFor(dsses, "" + jout.hashCode() + " " + uniqueSetSuffix,
697 } catch (Exception foo)
701 } catch (Exception ex)
703 // TODO: inform user of the problem - they need to know if their data was
705 if (errorMessage == null)
707 errorMessage = "Couldn't write Jalview Archive - see error output for details";
709 ex.printStackTrace();
714 * Generates a distinct file name, based on the title of the AlignFrame, by
715 * appending _n for increasing n until an unused name is generated. The new
716 * name (without its extension) is added to the list.
720 * @return the generated name, with .xml extension
722 protected String makeFilename(AlignFrame af, List<String> namesUsed)
724 String shortName = af.getTitle();
726 if (shortName.indexOf(File.separatorChar) > -1)
728 shortName = shortName
729 .substring(shortName.lastIndexOf(File.separatorChar) + 1);
734 while (namesUsed.contains(shortName))
736 if (shortName.endsWith("_" + (count - 1)))
738 shortName = shortName.substring(0, shortName.lastIndexOf("_"));
741 shortName = shortName.concat("_" + count);
745 namesUsed.add(shortName);
747 if (!shortName.endsWith(".xml"))
749 shortName = shortName + ".xml";
754 // USE THIS METHOD TO SAVE A SINGLE ALIGNMENT WINDOW
755 public boolean saveAlignment(AlignFrame af, String jarFile,
760 // create backupfiles object and get new temp filename destination
761 boolean doBackup = BackupFiles.getEnabled();
762 BackupFiles backupfiles = doBackup ? new BackupFiles(jarFile) : null;
763 FileOutputStream fos = new FileOutputStream(
764 doBackup ? backupfiles.getTempFilePath() : jarFile);
766 JarOutputStream jout = new JarOutputStream(fos);
767 List<AlignFrame> frames = new ArrayList<>();
769 // resolve splitframes
770 if (af.getViewport().getCodingComplement() != null)
772 frames = ((SplitFrame) af.getSplitViewContainer()).getAlignFrames();
778 saveAllFrames(frames, jout);
782 } catch (Exception foo)
786 boolean success = true;
790 backupfiles.setWriteSuccess(success);
791 success = backupfiles.rollBackupsAndRenameTempFile();
795 } catch (Exception ex)
797 errorMessage = "Couldn't Write alignment view to Jalview Archive - see error output for details";
798 ex.printStackTrace();
803 private void writeDatasetFor(Hashtable<String, AlignFrame> dsses,
804 String fileName, JarOutputStream jout)
807 for (String dssids : dsses.keySet())
809 AlignFrame _af = dsses.get(dssids);
810 String jfileName = fileName + " Dataset for " + _af.getTitle();
811 if (!jfileName.endsWith(".xml"))
813 jfileName = jfileName + ".xml";
815 saveState(_af.alignPanel, jfileName, true, jout, null);
820 * create a JalviewModel from an alignment view and marshall it to a
824 * panel to create jalview model for
826 * name of alignment panel written to output stream
833 public JalviewModel saveState(AlignmentPanel ap, String fileName,
834 JarOutputStream jout, List<String> viewIds)
836 return saveState(ap, fileName, false, jout, viewIds);
840 * create a JalviewModel from an alignment view and marshall it to a
844 * panel to create jalview model for
846 * name of alignment panel written to output stream
848 * when true, only write the dataset for the alignment, not the data
849 * associated with the view.
855 public JalviewModel saveState(AlignmentPanel ap, String fileName,
856 boolean storeDS, JarOutputStream jout, List<String> viewIds)
860 viewIds = new ArrayList<>();
865 List<UserColourScheme> userColours = new ArrayList<>();
867 AlignViewport av = ap.av;
868 ViewportRanges vpRanges = av.getRanges();
870 final ObjectFactory objectFactory = new ObjectFactory();
871 JalviewModel object = objectFactory.createJalviewModel();
872 object.setVamsasModel(new VAMSAS());
874 // object.setCreationDate(new java.util.Date(System.currentTimeMillis()));
877 GregorianCalendar c = new GregorianCalendar();
878 DatatypeFactory datatypeFactory = DatatypeFactory.newInstance();
879 XMLGregorianCalendar now = datatypeFactory.newXMLGregorianCalendar(c);// gregorianCalendar);
880 object.setCreationDate(now);
881 } catch (DatatypeConfigurationException e)
883 System.err.println("error writing date: " + e.toString());
885 object.setVersion(Cache.getDefault("VERSION", "Development Build"));
888 * rjal is full height alignment, jal is actual alignment with full metadata
889 * but excludes hidden sequences.
891 jalview.datamodel.AlignmentI rjal = av.getAlignment(), jal = rjal;
893 if (av.hasHiddenRows())
895 rjal = jal.getHiddenSequences().getFullAlignment();
898 SequenceSet vamsasSet = new SequenceSet();
900 // JalviewModelSequence jms = new JalviewModelSequence();
902 vamsasSet.setGapChar(jal.getGapCharacter() + "");
904 if (jal.getDataset() != null)
906 // dataset id is the dataset's hashcode
907 vamsasSet.setDatasetId(getDatasetIdRef(jal.getDataset()));
910 // switch jal and the dataset
911 jal = jal.getDataset();
915 if (jal.getProperties() != null)
917 Enumeration en = jal.getProperties().keys();
918 while (en.hasMoreElements())
920 String key = en.nextElement().toString();
921 SequenceSetProperties ssp = new SequenceSetProperties();
923 ssp.setValue(jal.getProperties().get(key).toString());
924 // vamsasSet.addSequenceSetProperties(ssp);
925 vamsasSet.getSequenceSetProperties().add(ssp);
930 Set<String> calcIdSet = new HashSet<>();
931 // record the set of vamsas sequence XML POJO we create.
932 HashMap<String, Sequence> vamsasSetIds = new HashMap<>();
934 for (final SequenceI jds : rjal.getSequences())
936 final SequenceI jdatasq = jds.getDatasetSequence() == null ? jds
937 : jds.getDatasetSequence();
938 String id = seqHash(jds);
939 if (vamsasSetIds.get(id) == null)
941 if (seqRefIds.get(id) != null && !storeDS)
943 // This happens for two reasons: 1. multiple views are being
945 // 2. the hashCode has collided with another sequence's code. This
947 // HAPPEN! (PF00072.15.stk does this)
948 // JBPNote: Uncomment to debug writing out of files that do not read
949 // back in due to ArrayOutOfBoundExceptions.
950 // System.err.println("vamsasSeq backref: "+id+"");
951 // System.err.println(jds.getName()+"
952 // "+jds.getStart()+"-"+jds.getEnd()+" "+jds.getSequenceAsString());
953 // System.err.println("Hashcode: "+seqHash(jds));
954 // SequenceI rsq = (SequenceI) seqRefIds.get(id + "");
955 // System.err.println(rsq.getName()+"
956 // "+rsq.getStart()+"-"+rsq.getEnd()+" "+rsq.getSequenceAsString());
957 // System.err.println("Hashcode: "+seqHash(rsq));
961 vamsasSeq = createVamsasSequence(id, jds);
962 // vamsasSet.addSequence(vamsasSeq);
963 vamsasSet.getSequence().add(vamsasSeq);
964 vamsasSetIds.put(id, vamsasSeq);
965 seqRefIds.put(id, jds);
969 jseq.setStart(jds.getStart());
970 jseq.setEnd(jds.getEnd());
971 jseq.setColour(av.getSequenceColour(jds).getRGB());
973 jseq.setId(id); // jseq id should be a string not a number
976 // Store any sequences this sequence represents
977 if (av.hasHiddenRows())
979 // use rjal, contains the full height alignment
981 av.getAlignment().getHiddenSequences().isHidden(jds));
983 if (av.isHiddenRepSequence(jds))
985 jalview.datamodel.SequenceI[] reps = av
986 .getRepresentedSequences(jds).getSequencesInOrder(rjal);
988 for (int h = 0; h < reps.length; h++)
992 // jseq.addHiddenSequences(rjal.findIndex(reps[h]));
993 jseq.getHiddenSequences().add(rjal.findIndex(reps[h]));
998 // mark sequence as reference - if it is the reference for this view
1001 jseq.setViewreference(jds == jal.getSeqrep());
1005 // TODO: omit sequence features from each alignment view's XML dump if we
1006 // are storing dataset
1007 List<SequenceFeature> sfs = jds.getSequenceFeatures();
1008 for (SequenceFeature sf : sfs)
1010 // Features features = new Features();
1011 Feature features = new Feature();
1013 features.setBegin(sf.getBegin());
1014 features.setEnd(sf.getEnd());
1015 features.setDescription(sf.getDescription());
1016 features.setType(sf.getType());
1017 features.setFeatureGroup(sf.getFeatureGroup());
1018 features.setScore(sf.getScore());
1019 if (sf.links != null)
1021 for (int l = 0; l < sf.links.size(); l++)
1023 OtherData keyValue = new OtherData();
1024 keyValue.setKey("LINK_" + l);
1025 keyValue.setValue(sf.links.elementAt(l).toString());
1026 // features.addOtherData(keyValue);
1027 features.getOtherData().add(keyValue);
1030 if (sf.otherDetails != null)
1033 * save feature attributes, which may be simple strings or
1034 * map valued (have sub-attributes)
1036 for (Entry<String, Object> entry : sf.otherDetails.entrySet())
1038 String key = entry.getKey();
1039 Object value = entry.getValue();
1040 if (value instanceof Map<?, ?>)
1042 for (Entry<String, Object> subAttribute : ((Map<String, Object>) value)
1045 OtherData otherData = new OtherData();
1046 otherData.setKey(key);
1047 otherData.setKey2(subAttribute.getKey());
1048 otherData.setValue(subAttribute.getValue().toString());
1049 // features.addOtherData(otherData);
1050 features.getOtherData().add(otherData);
1055 OtherData otherData = new OtherData();
1056 otherData.setKey(key);
1057 otherData.setValue(value.toString());
1058 // features.addOtherData(otherData);
1059 features.getOtherData().add(otherData);
1064 // jseq.addFeatures(features);
1065 jseq.getFeatures().add(features);
1068 if (jdatasq.getAllPDBEntries() != null)
1070 Enumeration<PDBEntry> en = jdatasq.getAllPDBEntries().elements();
1071 while (en.hasMoreElements())
1073 Pdbids pdb = new Pdbids();
1074 jalview.datamodel.PDBEntry entry = en.nextElement();
1076 String pdbId = entry.getId();
1078 pdb.setType(entry.getType());
1081 * Store any structure views associated with this sequence. This
1082 * section copes with duplicate entries in the project, so a dataset
1083 * only view *should* be coped with sensibly.
1085 // This must have been loaded, is it still visible?
1086 JInternalFrame[] frames = Desktop.desktop.getAllFrames();
1087 String matchedFile = null;
1088 for (int f = frames.length - 1; f > -1; f--)
1090 if (frames[f] instanceof StructureViewerBase)
1092 StructureViewerBase viewFrame = (StructureViewerBase) frames[f];
1093 matchedFile = saveStructureViewer(ap, jds, pdb, entry,
1094 viewIds, matchedFile, viewFrame);
1096 * Only store each structure viewer's state once in the project
1097 * jar. First time through only (storeDS==false)
1099 String viewId = viewFrame.getViewId();
1100 String viewerType = viewFrame.getViewerType().toString();
1101 if (!storeDS && !viewIds.contains(viewId))
1103 viewIds.add(viewId);
1104 File viewerState = viewFrame.saveSession();
1105 if (viewerState != null)
1107 copyFileToJar(jout, viewerState.getPath(),
1108 getViewerJarEntryName(viewId), viewerType);
1113 "Failed to save viewer state for " + viewerType);
1119 if (matchedFile != null || entry.getFile() != null)
1121 if (entry.getFile() != null)
1124 matchedFile = entry.getFile();
1126 pdb.setFile(matchedFile); // entry.getFile());
1127 if (pdbfiles == null)
1129 pdbfiles = new ArrayList<>();
1132 if (!pdbfiles.contains(pdbId))
1134 pdbfiles.add(pdbId);
1135 copyFileToJar(jout, matchedFile, pdbId, pdbId);
1139 Enumeration<String> props = entry.getProperties();
1140 if (props.hasMoreElements())
1142 // PdbentryItem item = new PdbentryItem();
1143 while (props.hasMoreElements())
1145 Property prop = new Property();
1146 String key = props.nextElement();
1148 prop.setValue(entry.getProperty(key).toString());
1149 // item.addProperty(prop);
1150 pdb.getProperty().add(prop);
1152 // pdb.addPdbentryItem(item);
1155 // jseq.addPdbids(pdb);
1156 jseq.getPdbids().add(pdb);
1160 saveRnaViewers(jout, jseq, jds, viewIds, ap, storeDS);
1162 // jms.addJSeq(jseq);
1163 object.getJSeq().add(jseq);
1166 if (!storeDS && av.hasHiddenRows())
1168 jal = av.getAlignment();
1172 if (storeDS && jal.getCodonFrames() != null)
1174 List<AlignedCodonFrame> jac = jal.getCodonFrames();
1175 for (AlignedCodonFrame acf : jac)
1177 AlcodonFrame alc = new AlcodonFrame();
1178 if (acf.getProtMappings() != null
1179 && acf.getProtMappings().length > 0)
1181 boolean hasMap = false;
1182 SequenceI[] dnas = acf.getdnaSeqs();
1183 jalview.datamodel.Mapping[] pmaps = acf.getProtMappings();
1184 for (int m = 0; m < pmaps.length; m++)
1186 AlcodMap alcmap = new AlcodMap();
1187 alcmap.setDnasq(seqHash(dnas[m]));
1189 createVamsasMapping(pmaps[m], dnas[m], null, false));
1190 // alc.addAlcodMap(alcmap);
1191 alc.getAlcodMap().add(alcmap);
1196 // vamsasSet.addAlcodonFrame(alc);
1197 vamsasSet.getAlcodonFrame().add(alc);
1200 // TODO: delete this ? dead code from 2.8.3->2.9 ?
1202 // AlcodonFrame alc = new AlcodonFrame();
1203 // vamsasSet.addAlcodonFrame(alc);
1204 // for (int p = 0; p < acf.aaWidth; p++)
1206 // Alcodon cmap = new Alcodon();
1207 // if (acf.codons[p] != null)
1209 // // Null codons indicate a gapped column in the translated peptide
1211 // cmap.setPos1(acf.codons[p][0]);
1212 // cmap.setPos2(acf.codons[p][1]);
1213 // cmap.setPos3(acf.codons[p][2]);
1215 // alc.addAlcodon(cmap);
1217 // if (acf.getProtMappings() != null
1218 // && acf.getProtMappings().length > 0)
1220 // SequenceI[] dnas = acf.getdnaSeqs();
1221 // jalview.datamodel.Mapping[] pmaps = acf.getProtMappings();
1222 // for (int m = 0; m < pmaps.length; m++)
1224 // AlcodMap alcmap = new AlcodMap();
1225 // alcmap.setDnasq(seqHash(dnas[m]));
1226 // alcmap.setMapping(createVamsasMapping(pmaps[m], dnas[m], null,
1228 // alc.addAlcodMap(alcmap);
1235 // /////////////////////////////////
1236 if (!storeDS && av.getCurrentTree() != null)
1238 // FIND ANY ASSOCIATED TREES
1239 // NOT IMPLEMENTED FOR HEADLESS STATE AT PRESENT
1240 if (Desktop.desktop != null)
1242 JInternalFrame[] frames = Desktop.desktop.getAllFrames();
1244 for (int t = 0; t < frames.length; t++)
1246 if (frames[t] instanceof TreePanel)
1248 TreePanel tp = (TreePanel) frames[t];
1250 if (tp.getTreeCanvas().getViewport().getAlignment() == jal)
1252 JalviewModel.Tree tree = new JalviewModel.Tree();
1253 tree.setTitle(tp.getTitle());
1254 tree.setCurrentTree((av.getCurrentTree() == tp.getTree()));
1255 tree.setNewick(tp.getTree().print());
1256 tree.setThreshold(tp.getTreeCanvas().getThreshold());
1258 tree.setFitToWindow(tp.fitToWindow.getState());
1259 tree.setFontName(tp.getTreeFont().getName());
1260 tree.setFontSize(tp.getTreeFont().getSize());
1261 tree.setFontStyle(tp.getTreeFont().getStyle());
1262 tree.setMarkUnlinked(tp.placeholdersMenu.getState());
1264 tree.setShowBootstrap(tp.bootstrapMenu.getState());
1265 tree.setShowDistances(tp.distanceMenu.getState());
1267 tree.setHeight(tp.getHeight());
1268 tree.setWidth(tp.getWidth());
1269 tree.setXpos(tp.getX());
1270 tree.setYpos(tp.getY());
1271 tree.setId(makeHashCode(tp, null));
1272 tree.setLinkToAllViews(
1273 tp.getTreeCanvas().isApplyToAllViews());
1275 // jms.addTree(tree);
1276 object.getTree().add(tree);
1286 if (!storeDS && Desktop.desktop != null)
1288 for (JInternalFrame frame : Desktop.desktop.getAllFrames())
1290 if (frame instanceof PCAPanel)
1292 PCAPanel panel = (PCAPanel) frame;
1293 if (panel.getAlignViewport().getAlignment() == jal)
1295 savePCA(panel, object);
1303 * store forward refs from an annotationRow to any groups
1305 IdentityHashMap<SequenceGroup, String> groupRefs = new IdentityHashMap<>();
1308 for (SequenceI sq : jal.getSequences())
1310 // Store annotation on dataset sequences only
1311 AlignmentAnnotation[] aa = sq.getAnnotation();
1312 if (aa != null && aa.length > 0)
1314 storeAlignmentAnnotation(aa, groupRefs, av, calcIdSet, storeDS,
1321 if (jal.getAlignmentAnnotation() != null)
1323 // Store the annotation shown on the alignment.
1324 AlignmentAnnotation[] aa = jal.getAlignmentAnnotation();
1325 storeAlignmentAnnotation(aa, groupRefs, av, calcIdSet, storeDS,
1330 if (jal.getGroups() != null)
1332 JGroup[] groups = new JGroup[jal.getGroups().size()];
1334 for (jalview.datamodel.SequenceGroup sg : jal.getGroups())
1336 JGroup jGroup = new JGroup();
1337 groups[++i] = jGroup;
1339 jGroup.setStart(sg.getStartRes());
1340 jGroup.setEnd(sg.getEndRes());
1341 jGroup.setName(sg.getName());
1342 if (groupRefs.containsKey(sg))
1344 // group has references so set its ID field
1345 jGroup.setId(groupRefs.get(sg));
1347 ColourSchemeI colourScheme = sg.getColourScheme();
1348 if (colourScheme != null)
1350 ResidueShaderI groupColourScheme = sg.getGroupColourScheme();
1351 if (groupColourScheme.conservationApplied())
1353 jGroup.setConsThreshold(groupColourScheme.getConservationInc());
1355 if (colourScheme instanceof jalview.schemes.UserColourScheme)
1357 jGroup.setColour(setUserColourScheme(colourScheme,
1358 userColours, object));
1362 jGroup.setColour(colourScheme.getSchemeName());
1365 else if (colourScheme instanceof jalview.schemes.AnnotationColourGradient)
1367 jGroup.setColour("AnnotationColourGradient");
1368 jGroup.setAnnotationColours(constructAnnotationColours(
1369 (jalview.schemes.AnnotationColourGradient) colourScheme,
1370 userColours, object));
1372 else if (colourScheme instanceof jalview.schemes.UserColourScheme)
1375 setUserColourScheme(colourScheme, userColours, object));
1379 jGroup.setColour(colourScheme.getSchemeName());
1382 jGroup.setPidThreshold(groupColourScheme.getThreshold());
1385 jGroup.setOutlineColour(sg.getOutlineColour().getRGB());
1386 jGroup.setDisplayBoxes(sg.getDisplayBoxes());
1387 jGroup.setDisplayText(sg.getDisplayText());
1388 jGroup.setColourText(sg.getColourText());
1389 jGroup.setTextCol1(sg.textColour.getRGB());
1390 jGroup.setTextCol2(sg.textColour2.getRGB());
1391 jGroup.setTextColThreshold(sg.thresholdTextColour);
1392 jGroup.setShowUnconserved(sg.getShowNonconserved());
1393 jGroup.setIgnoreGapsinConsensus(sg.getIgnoreGapsConsensus());
1394 jGroup.setShowConsensusHistogram(sg.isShowConsensusHistogram());
1395 jGroup.setShowSequenceLogo(sg.isShowSequenceLogo());
1396 jGroup.setNormaliseSequenceLogo(sg.isNormaliseSequenceLogo());
1397 for (SequenceI seq : sg.getSequences())
1399 // jGroup.addSeq(seqHash(seq));
1400 jGroup.getSeq().add(seqHash(seq));
1404 // jms.setJGroup(groups);
1406 for (JGroup grp : groups)
1408 object.getJGroup().add(grp);
1413 // /////////SAVE VIEWPORT
1414 Viewport view = new Viewport();
1415 view.setTitle(ap.alignFrame.getTitle());
1416 view.setSequenceSetId(
1417 makeHashCode(av.getSequenceSetId(), av.getSequenceSetId()));
1418 view.setId(av.getViewId());
1419 if (av.getCodingComplement() != null)
1421 view.setComplementId(av.getCodingComplement().getViewId());
1423 view.setViewName(av.getViewName());
1424 view.setGatheredViews(av.isGatherViewsHere());
1426 Rectangle size = ap.av.getExplodedGeometry();
1427 Rectangle position = size;
1430 size = ap.alignFrame.getBounds();
1431 if (av.getCodingComplement() != null)
1433 position = ((SplitFrame) ap.alignFrame.getSplitViewContainer())
1441 view.setXpos(position.x);
1442 view.setYpos(position.y);
1444 view.setWidth(size.width);
1445 view.setHeight(size.height);
1447 view.setStartRes(vpRanges.getStartRes());
1448 view.setStartSeq(vpRanges.getStartSeq());
1450 if (av.getGlobalColourScheme() instanceof jalview.schemes.UserColourScheme)
1452 view.setBgColour(setUserColourScheme(av.getGlobalColourScheme(),
1453 userColours, object));
1456 .getGlobalColourScheme() instanceof jalview.schemes.AnnotationColourGradient)
1458 AnnotationColourScheme ac = constructAnnotationColours(
1459 (jalview.schemes.AnnotationColourGradient) av
1460 .getGlobalColourScheme(),
1461 userColours, object);
1463 view.setAnnotationColours(ac);
1464 view.setBgColour("AnnotationColourGradient");
1468 view.setBgColour(ColourSchemeProperty
1469 .getColourName(av.getGlobalColourScheme()));
1472 ResidueShaderI vcs = av.getResidueShading();
1473 ColourSchemeI cs = av.getGlobalColourScheme();
1477 if (vcs.conservationApplied())
1479 view.setConsThreshold(vcs.getConservationInc());
1480 if (cs instanceof jalview.schemes.UserColourScheme)
1482 view.setBgColour(setUserColourScheme(cs, userColours, object));
1485 view.setPidThreshold(vcs.getThreshold());
1488 view.setConservationSelected(av.getConservationSelected());
1489 view.setPidSelected(av.getAbovePIDThreshold());
1490 final Font font = av.getFont();
1491 view.setFontName(font.getName());
1492 view.setFontSize(font.getSize());
1493 view.setFontStyle(font.getStyle());
1494 view.setScaleProteinAsCdna(av.getViewStyle().isScaleProteinAsCdna());
1495 view.setRenderGaps(av.isRenderGaps());
1496 view.setShowAnnotation(av.isShowAnnotation());
1497 view.setShowBoxes(av.getShowBoxes());
1498 view.setShowColourText(av.getColourText());
1499 view.setShowFullId(av.getShowJVSuffix());
1500 view.setRightAlignIds(av.isRightAlignIds());
1501 view.setShowSequenceFeatures(av.isShowSequenceFeatures());
1502 view.setShowText(av.getShowText());
1503 view.setShowUnconserved(av.getShowUnconserved());
1504 view.setWrapAlignment(av.getWrapAlignment());
1505 view.setTextCol1(av.getTextColour().getRGB());
1506 view.setTextCol2(av.getTextColour2().getRGB());
1507 view.setTextColThreshold(av.getThresholdTextColour());
1508 view.setShowConsensusHistogram(av.isShowConsensusHistogram());
1509 view.setShowSequenceLogo(av.isShowSequenceLogo());
1510 view.setNormaliseSequenceLogo(av.isNormaliseSequenceLogo());
1511 view.setShowGroupConsensus(av.isShowGroupConsensus());
1512 view.setShowGroupConservation(av.isShowGroupConservation());
1513 view.setShowNPfeatureTooltip(av.isShowNPFeats());
1514 view.setShowDbRefTooltip(av.isShowDBRefs());
1515 view.setFollowHighlight(av.isFollowHighlight());
1516 view.setFollowSelection(av.followSelection);
1517 view.setIgnoreGapsinConsensus(av.isIgnoreGapsConsensus());
1518 view.setShowComplementFeatures(av.isShowComplementFeatures());
1519 view.setShowComplementFeaturesOnTop(
1520 av.isShowComplementFeaturesOnTop());
1521 if (av.getFeaturesDisplayed() != null)
1523 FeatureSettings fs = new FeatureSettings();
1525 FeatureRendererModel fr = ap.getSeqPanel().seqCanvas
1526 .getFeatureRenderer();
1527 String[] renderOrder = fr.getRenderOrder().toArray(new String[0]);
1529 Vector<String> settingsAdded = new Vector<>();
1530 if (renderOrder != null)
1532 for (String featureType : renderOrder)
1534 FeatureSettings.Setting setting = new FeatureSettings.Setting();
1535 setting.setType(featureType);
1538 * save any filter for the feature type
1540 FeatureMatcherSetI filter = fr.getFeatureFilter(featureType);
1543 Iterator<FeatureMatcherI> filters = filter.getMatchers()
1545 FeatureMatcherI firstFilter = filters.next();
1546 setting.setMatcherSet(Jalview2XML.marshalFilter(firstFilter,
1547 filters, filter.isAnded()));
1551 * save colour scheme for the feature type
1553 FeatureColourI fcol = fr.getFeatureStyle(featureType);
1554 if (!fcol.isSimpleColour())
1556 setting.setColour(fcol.getMaxColour().getRGB());
1557 setting.setMincolour(fcol.getMinColour().getRGB());
1558 setting.setMin(fcol.getMin());
1559 setting.setMax(fcol.getMax());
1560 setting.setColourByLabel(fcol.isColourByLabel());
1561 if (fcol.isColourByAttribute())
1563 String[] attName = fcol.getAttributeName();
1564 setting.getAttributeName().add(attName[0]);
1565 if (attName.length > 1)
1567 setting.getAttributeName().add(attName[1]);
1570 setting.setAutoScale(fcol.isAutoScaled());
1571 setting.setThreshold(fcol.getThreshold());
1572 Color noColour = fcol.getNoColour();
1573 if (noColour == null)
1575 setting.setNoValueColour(NoValueColour.NONE);
1577 else if (noColour.equals(fcol.getMaxColour()))
1579 setting.setNoValueColour(NoValueColour.MAX);
1583 setting.setNoValueColour(NoValueColour.MIN);
1585 // -1 = No threshold, 0 = Below, 1 = Above
1586 setting.setThreshstate(fcol.isAboveThreshold() ? 1
1587 : (fcol.isBelowThreshold() ? 0 : -1));
1591 setting.setColour(fcol.getColour().getRGB());
1595 av.getFeaturesDisplayed().isVisible(featureType));
1596 float rorder = fr.getOrder(featureType);
1599 setting.setOrder(rorder);
1601 /// fs.addSetting(setting);
1602 fs.getSetting().add(setting);
1603 settingsAdded.addElement(featureType);
1607 // is groups actually supposed to be a map here ?
1608 Iterator<String> en = fr.getFeatureGroups().iterator();
1609 Vector<String> groupsAdded = new Vector<>();
1610 while (en.hasNext())
1612 String grp = en.next();
1613 if (groupsAdded.contains(grp))
1617 Group g = new Group();
1619 g.setDisplay(((Boolean) fr.checkGroupVisibility(grp, false))
1622 fs.getGroup().add(g);
1623 groupsAdded.addElement(grp);
1625 // jms.setFeatureSettings(fs);
1626 object.setFeatureSettings(fs);
1629 if (av.hasHiddenColumns())
1631 jalview.datamodel.HiddenColumns hidden = av.getAlignment()
1632 .getHiddenColumns();
1636 "REPORT BUG: avoided null columnselection bug (DMAM reported). Please contact Jim about this.");
1640 Iterator<int[]> hiddenRegions = hidden.iterator();
1641 while (hiddenRegions.hasNext())
1643 int[] region = hiddenRegions.next();
1644 HiddenColumns hc = new HiddenColumns();
1645 hc.setStart(region[0]);
1646 hc.setEnd(region[1]);
1647 // view.addHiddenColumns(hc);
1648 view.getHiddenColumns().add(hc);
1652 if (calcIdSet.size() > 0)
1654 for (String calcId : calcIdSet)
1656 if (calcId.trim().length() > 0)
1658 CalcIdParam cidp = createCalcIdParam(calcId, av);
1659 // Some calcIds have no parameters.
1662 // view.addCalcIdParam(cidp);
1663 view.getCalcIdParam().add(cidp);
1669 // jms.addViewport(view);
1670 object.getViewport().add(view);
1672 // object.setJalviewModelSequence(jms);
1673 // object.getVamsasModel().addSequenceSet(vamsasSet);
1674 object.getVamsasModel().getSequenceSet().add(vamsasSet);
1676 if (jout != null && fileName != null)
1678 // We may not want to write the object to disk,
1679 // eg we can copy the alignViewport to a new view object
1680 // using save and then load
1683 fileName = fileName.replace('\\', '/');
1684 System.out.println("Writing jar entry " + fileName);
1685 JarEntry entry = new JarEntry(fileName);
1686 jout.putNextEntry(entry);
1687 PrintWriter pout = new PrintWriter(
1688 new OutputStreamWriter(jout, UTF_8));
1689 JAXBContext jaxbContext = JAXBContext
1690 .newInstance(JalviewModel.class);
1691 Marshaller jaxbMarshaller = jaxbContext.createMarshaller();
1693 // output pretty printed
1694 // jaxbMarshaller.setProperty(Marshaller.JAXB_FORMATTED_OUTPUT, true);
1695 jaxbMarshaller.marshal(
1696 new ObjectFactory().createJalviewModel(object), pout);
1698 // jaxbMarshaller.marshal(object, pout);
1699 // marshaller.marshal(object);
1702 } catch (Exception ex)
1704 // TODO: raise error in GUI if marshalling failed.
1705 System.err.println("Error writing Jalview project");
1706 ex.printStackTrace();
1713 * Writes PCA viewer attributes and computed values to an XML model object and
1714 * adds it to the JalviewModel. Any exceptions are reported by logging.
1716 protected void savePCA(PCAPanel panel, JalviewModel object)
1720 PcaViewer viewer = new PcaViewer();
1721 viewer.setHeight(panel.getHeight());
1722 viewer.setWidth(panel.getWidth());
1723 viewer.setXpos(panel.getX());
1724 viewer.setYpos(panel.getY());
1725 viewer.setTitle(panel.getTitle());
1726 PCAModel pcaModel = panel.getPcaModel();
1727 viewer.setScoreModelName(pcaModel.getScoreModelName());
1728 viewer.setXDim(panel.getSelectedDimensionIndex(X));
1729 viewer.setYDim(panel.getSelectedDimensionIndex(Y));
1730 viewer.setZDim(panel.getSelectedDimensionIndex(Z));
1732 panel.getRotatableCanvas().getBackgroundColour().getRGB());
1733 viewer.setScaleFactor(panel.getRotatableCanvas().getScaleFactor());
1734 float[] spMin = panel.getRotatableCanvas().getSeqMin();
1735 SeqPointMin spmin = new SeqPointMin();
1736 spmin.setXPos(spMin[0]);
1737 spmin.setYPos(spMin[1]);
1738 spmin.setZPos(spMin[2]);
1739 viewer.setSeqPointMin(spmin);
1740 float[] spMax = panel.getRotatableCanvas().getSeqMax();
1741 SeqPointMax spmax = new SeqPointMax();
1742 spmax.setXPos(spMax[0]);
1743 spmax.setYPos(spMax[1]);
1744 spmax.setZPos(spMax[2]);
1745 viewer.setSeqPointMax(spmax);
1746 viewer.setShowLabels(panel.getRotatableCanvas().isShowLabels());
1747 viewer.setLinkToAllViews(
1748 panel.getRotatableCanvas().isApplyToAllViews());
1749 SimilarityParamsI sp = pcaModel.getSimilarityParameters();
1750 viewer.setIncludeGaps(sp.includeGaps());
1751 viewer.setMatchGaps(sp.matchGaps());
1752 viewer.setIncludeGappedColumns(sp.includeGappedColumns());
1753 viewer.setDenominateByShortestLength(sp.denominateByShortestLength());
1756 * sequence points on display
1758 for (jalview.datamodel.SequencePoint spt : pcaModel
1759 .getSequencePoints())
1761 SequencePoint point = new SequencePoint();
1762 point.setSequenceRef(seqHash(spt.getSequence()));
1763 point.setXPos(spt.coord.x);
1764 point.setYPos(spt.coord.y);
1765 point.setZPos(spt.coord.z);
1766 viewer.getSequencePoint().add(point);
1770 * (end points of) axes on display
1772 for (Point p : panel.getRotatableCanvas().getAxisEndPoints())
1775 Axis axis = new Axis();
1779 viewer.getAxis().add(axis);
1783 * raw PCA data (note we are not restoring PCA inputs here -
1784 * alignment view, score model, similarity parameters)
1786 PcaDataType data = new PcaDataType();
1787 viewer.setPcaData(data);
1788 PCA pca = pcaModel.getPcaData();
1790 DoubleMatrix pm = new DoubleMatrix();
1791 saveDoubleMatrix(pca.getPairwiseScores(), pm);
1792 data.setPairwiseMatrix(pm);
1794 DoubleMatrix tm = new DoubleMatrix();
1795 saveDoubleMatrix(pca.getTridiagonal(), tm);
1796 data.setTridiagonalMatrix(tm);
1798 DoubleMatrix eigenMatrix = new DoubleMatrix();
1799 data.setEigenMatrix(eigenMatrix);
1800 saveDoubleMatrix(pca.getEigenmatrix(), eigenMatrix);
1802 object.getPcaViewer().add(viewer);
1803 } catch (Throwable t)
1805 Console.error("Error saving PCA: " + t.getMessage());
1810 * Stores values from a matrix into an XML element, including (if present) the
1815 * @see #loadDoubleMatrix(DoubleMatrix)
1817 protected void saveDoubleMatrix(MatrixI m, DoubleMatrix xmlMatrix)
1819 xmlMatrix.setRows(m.height());
1820 xmlMatrix.setColumns(m.width());
1821 for (int i = 0; i < m.height(); i++)
1823 DoubleVector row = new DoubleVector();
1824 for (int j = 0; j < m.width(); j++)
1826 row.getV().add(m.getValue(i, j));
1828 xmlMatrix.getRow().add(row);
1830 if (m.getD() != null)
1832 DoubleVector dVector = new DoubleVector();
1833 for (double d : m.getD())
1835 dVector.getV().add(d);
1837 xmlMatrix.setD(dVector);
1839 if (m.getE() != null)
1841 DoubleVector eVector = new DoubleVector();
1842 for (double e : m.getE())
1844 eVector.getV().add(e);
1846 xmlMatrix.setE(eVector);
1851 * Loads XML matrix data into a new Matrix object, including the D and/or E
1852 * vectors (if present)
1856 * @see Jalview2XML#saveDoubleMatrix(MatrixI, DoubleMatrix)
1858 protected MatrixI loadDoubleMatrix(DoubleMatrix mData)
1860 int rows = mData.getRows();
1861 double[][] vals = new double[rows][];
1863 for (int i = 0; i < rows; i++)
1865 List<Double> dVector = mData.getRow().get(i).getV();
1866 vals[i] = new double[dVector.size()];
1868 for (Double d : dVector)
1874 MatrixI m = new Matrix(vals);
1876 if (mData.getD() != null)
1878 List<Double> dVector = mData.getD().getV();
1879 double[] vec = new double[dVector.size()];
1881 for (Double d : dVector)
1887 if (mData.getE() != null)
1889 List<Double> dVector = mData.getE().getV();
1890 double[] vec = new double[dVector.size()];
1892 for (Double d : dVector)
1903 * Save any Varna viewers linked to this sequence. Writes an rnaViewer element
1904 * for each viewer, with
1906 * <li>viewer geometry (position, size, split pane divider location)</li>
1907 * <li>index of the selected structure in the viewer (currently shows gapped
1909 * <li>the id of the annotation holding RNA secondary structure</li>
1910 * <li>(currently only one SS is shown per viewer, may be more in future)</li>
1912 * Varna viewer state is also written out (in native Varna XML) to separate
1913 * project jar entries. A separate entry is written for each RNA structure
1914 * displayed, with the naming convention
1916 * <li>rna_viewId_sequenceId_annotationId_[gapped|trimmed]</li>
1924 * @param storeDataset
1926 protected void saveRnaViewers(JarOutputStream jout, JSeq jseq,
1927 final SequenceI jds, List<String> viewIds, AlignmentPanel ap,
1928 boolean storeDataset)
1930 if (Desktop.desktop == null)
1934 JInternalFrame[] frames = Desktop.desktop.getAllFrames();
1935 for (int f = frames.length - 1; f > -1; f--)
1937 if (frames[f] instanceof AppVarna)
1939 AppVarna varna = (AppVarna) frames[f];
1941 * link the sequence to every viewer that is showing it and is linked to
1942 * its alignment panel
1944 if (varna.isListeningFor(jds) && ap == varna.getAlignmentPanel())
1946 String viewId = varna.getViewId();
1947 RnaViewer rna = new RnaViewer();
1948 rna.setViewId(viewId);
1949 rna.setTitle(varna.getTitle());
1950 rna.setXpos(varna.getX());
1951 rna.setYpos(varna.getY());
1952 rna.setWidth(varna.getWidth());
1953 rna.setHeight(varna.getHeight());
1954 rna.setDividerLocation(varna.getDividerLocation());
1955 rna.setSelectedRna(varna.getSelectedIndex());
1956 // jseq.addRnaViewer(rna);
1957 jseq.getRnaViewer().add(rna);
1960 * Store each Varna panel's state once in the project per sequence.
1961 * First time through only (storeDataset==false)
1963 // boolean storeSessions = false;
1964 // String sequenceViewId = viewId + seqsToIds.get(jds);
1965 // if (!storeDataset && !viewIds.contains(sequenceViewId))
1967 // viewIds.add(sequenceViewId);
1968 // storeSessions = true;
1970 for (RnaModel model : varna.getModels())
1972 if (model.seq == jds)
1975 * VARNA saves each view (sequence or alignment secondary
1976 * structure, gapped or trimmed) as a separate XML file
1978 String jarEntryName = rnaSessions.get(model);
1979 if (jarEntryName == null)
1982 String varnaStateFile = varna.getStateInfo(model.rna);
1983 jarEntryName = RNA_PREFIX + viewId + "_" + nextCounter();
1984 copyFileToJar(jout, varnaStateFile, jarEntryName, "Varna");
1985 rnaSessions.put(model, jarEntryName);
1987 SecondaryStructure ss = new SecondaryStructure();
1988 String annotationId = varna.getAnnotation(jds).annotationId;
1989 ss.setAnnotationId(annotationId);
1990 ss.setViewerState(jarEntryName);
1991 ss.setGapped(model.gapped);
1992 ss.setTitle(model.title);
1993 // rna.addSecondaryStructure(ss);
1994 rna.getSecondaryStructure().add(ss);
2003 * Copy the contents of a file to a new entry added to the output jar
2007 * @param jarEntryName
2009 * additional identifying info to log to the console
2011 protected void copyFileToJar(JarOutputStream jout, String infilePath,
2012 String jarEntryName, String msg)
2014 try (InputStream is = new FileInputStream(infilePath))
2016 File file = new File(infilePath);
2017 if (file.exists() && jout != null)
2020 "Writing jar entry " + jarEntryName + " (" + msg + ")");
2021 jout.putNextEntry(new JarEntry(jarEntryName));
2024 // dis = new DataInputStream(new FileInputStream(file));
2025 // byte[] data = new byte[(int) file.length()];
2026 // dis.readFully(data);
2027 // writeJarEntry(jout, jarEntryName, data);
2029 } catch (Exception ex)
2031 ex.printStackTrace();
2036 * Copies input to output, in 4K buffers; handles any data (text or binary)
2040 * @throws IOException
2042 protected void copyAll(InputStream in, OutputStream out)
2045 byte[] buffer = new byte[4096];
2047 while ((bytesRead = in.read(buffer)) != -1)
2049 out.write(buffer, 0, bytesRead);
2054 * Save the state of a structure viewer
2059 * the archive XML element under which to save the state
2062 * @param matchedFile
2066 protected String saveStructureViewer(AlignmentPanel ap, SequenceI jds,
2067 Pdbids pdb, PDBEntry entry, List<String> viewIds,
2068 String matchedFile, StructureViewerBase viewFrame)
2070 final AAStructureBindingModel bindingModel = viewFrame.getBinding();
2073 * Look for any bindings for this viewer to the PDB file of interest
2074 * (including part matches excluding chain id)
2076 for (int peid = 0; peid < bindingModel.getPdbCount(); peid++)
2078 final PDBEntry pdbentry = bindingModel.getPdbEntry(peid);
2079 final String pdbId = pdbentry.getId();
2080 if (!pdbId.equals(entry.getId()) && !(entry.getId().length() > 4
2081 && entry.getId().toLowerCase(Locale.ROOT)
2082 .startsWith(pdbId.toLowerCase(Locale.ROOT))))
2085 * not interested in a binding to a different PDB entry here
2089 if (matchedFile == null)
2091 matchedFile = pdbentry.getFile();
2093 else if (!matchedFile.equals(pdbentry.getFile()))
2096 "Probably lost some PDB-Sequence mappings for this structure file (which apparently has same PDB Entry code): "
2097 + pdbentry.getFile());
2101 // can get at it if the ID
2102 // match is ambiguous (e.g.
2105 for (int smap = 0; smap < viewFrame.getBinding()
2106 .getSequence()[peid].length; smap++)
2108 // if (jal.findIndex(jmol.jmb.sequence[peid][smap]) > -1)
2109 if (jds == viewFrame.getBinding().getSequence()[peid][smap])
2111 StructureState state = new StructureState();
2112 state.setVisible(true);
2113 state.setXpos(viewFrame.getX());
2114 state.setYpos(viewFrame.getY());
2115 state.setWidth(viewFrame.getWidth());
2116 state.setHeight(viewFrame.getHeight());
2117 final String viewId = viewFrame.getViewId();
2118 state.setViewId(viewId);
2119 state.setAlignwithAlignPanel(viewFrame.isUsedforaligment(ap));
2120 state.setColourwithAlignPanel(viewFrame.isUsedForColourBy(ap));
2121 state.setColourByJmol(viewFrame.isColouredByViewer());
2122 state.setType(viewFrame.getViewerType().toString());
2123 // pdb.addStructureState(state);
2124 pdb.getStructureState().add(state);
2132 * Populates the AnnotationColourScheme xml for save. This captures the
2133 * settings of the options in the 'Colour by Annotation' dialog.
2136 * @param userColours
2140 private AnnotationColourScheme constructAnnotationColours(
2141 AnnotationColourGradient acg, List<UserColourScheme> userColours,
2144 AnnotationColourScheme ac = new AnnotationColourScheme();
2145 ac.setAboveThreshold(acg.getAboveThreshold());
2146 ac.setThreshold(acg.getAnnotationThreshold());
2147 // 2.10.2 save annotationId (unique) not annotation label
2148 ac.setAnnotation(acg.getAnnotation().annotationId);
2149 if (acg.getBaseColour() instanceof UserColourScheme)
2152 setUserColourScheme(acg.getBaseColour(), userColours, jm));
2157 ColourSchemeProperty.getColourName(acg.getBaseColour()));
2160 ac.setMaxColour(acg.getMaxColour().getRGB());
2161 ac.setMinColour(acg.getMinColour().getRGB());
2162 ac.setPerSequence(acg.isSeqAssociated());
2163 ac.setPredefinedColours(acg.isPredefinedColours());
2167 private void storeAlignmentAnnotation(AlignmentAnnotation[] aa,
2168 IdentityHashMap<SequenceGroup, String> groupRefs,
2169 AlignmentViewport av, Set<String> calcIdSet, boolean storeDS,
2170 SequenceSet vamsasSet)
2173 for (int i = 0; i < aa.length; i++)
2175 Annotation an = new Annotation();
2177 AlignmentAnnotation annotation = aa[i];
2178 if (annotation.annotationId != null)
2180 annotationIds.put(annotation.annotationId, annotation);
2183 an.setId(annotation.annotationId);
2185 an.setVisible(annotation.visible);
2187 an.setDescription(annotation.description);
2189 if (annotation.sequenceRef != null)
2191 // 2.9 JAL-1781 xref on sequence id rather than name
2192 an.setSequenceRef(seqsToIds.get(annotation.sequenceRef));
2194 if (annotation.groupRef != null)
2196 String groupIdr = groupRefs.get(annotation.groupRef);
2197 if (groupIdr == null)
2199 // make a locally unique String
2200 groupRefs.put(annotation.groupRef,
2201 groupIdr = ("" + System.currentTimeMillis()
2202 + annotation.groupRef.getName()
2203 + groupRefs.size()));
2205 an.setGroupRef(groupIdr.toString());
2208 // store all visualization attributes for annotation
2209 an.setGraphHeight(annotation.graphHeight);
2210 an.setCentreColLabels(annotation.centreColLabels);
2211 an.setScaleColLabels(annotation.scaleColLabel);
2212 an.setShowAllColLabels(annotation.showAllColLabels);
2213 an.setBelowAlignment(annotation.belowAlignment);
2215 if (annotation.graph > 0)
2218 an.setGraphType(annotation.graph);
2219 an.setGraphGroup(annotation.graphGroup);
2220 if (annotation.getThreshold() != null)
2222 ThresholdLine line = new ThresholdLine();
2223 line.setLabel(annotation.getThreshold().label);
2224 line.setValue(annotation.getThreshold().value);
2225 line.setColour(annotation.getThreshold().colour.getRGB());
2226 an.setThresholdLine(line);
2234 an.setLabel(annotation.label);
2236 if (annotation == av.getAlignmentQualityAnnot()
2237 || annotation == av.getAlignmentConservationAnnotation()
2238 || annotation == av.getAlignmentConsensusAnnotation()
2239 || annotation.autoCalculated)
2241 // new way of indicating autocalculated annotation -
2242 an.setAutoCalculated(annotation.autoCalculated);
2244 if (annotation.hasScore())
2246 an.setScore(annotation.getScore());
2249 if (annotation.getCalcId() != null)
2251 calcIdSet.add(annotation.getCalcId());
2252 an.setCalcId(annotation.getCalcId());
2254 if (annotation.hasProperties())
2256 for (String pr : annotation.getProperties())
2258 jalview.xml.binding.jalview.Annotation.Property prop = new jalview.xml.binding.jalview.Annotation.Property();
2260 prop.setValue(annotation.getProperty(pr));
2261 // an.addProperty(prop);
2262 an.getProperty().add(prop);
2266 AnnotationElement ae;
2267 if (annotation.annotations != null)
2269 an.setScoreOnly(false);
2270 for (int a = 0; a < annotation.annotations.length; a++)
2272 if ((annotation == null) || (annotation.annotations[a] == null))
2277 ae = new AnnotationElement();
2278 if (annotation.annotations[a].description != null)
2280 ae.setDescription(annotation.annotations[a].description);
2282 if (annotation.annotations[a].displayCharacter != null)
2284 ae.setDisplayCharacter(
2285 annotation.annotations[a].displayCharacter);
2288 if (!Float.isNaN(annotation.annotations[a].value))
2290 ae.setValue(annotation.annotations[a].value);
2294 if (annotation.annotations[a].secondaryStructure > ' ')
2296 ae.setSecondaryStructure(
2297 annotation.annotations[a].secondaryStructure + "");
2300 if (annotation.annotations[a].colour != null
2301 && annotation.annotations[a].colour != java.awt.Color.black)
2303 ae.setColour(annotation.annotations[a].colour.getRGB());
2306 // an.addAnnotationElement(ae);
2307 an.getAnnotationElement().add(ae);
2308 if (annotation.autoCalculated)
2310 // only write one non-null entry into the annotation row -
2311 // sufficient to get the visualization attributes necessary to
2319 an.setScoreOnly(true);
2321 if (!storeDS || (storeDS && !annotation.autoCalculated))
2323 // skip autocalculated annotation - these are only provided for
2325 // vamsasSet.addAnnotation(an);
2326 vamsasSet.getAnnotation().add(an);
2332 private CalcIdParam createCalcIdParam(String calcId, AlignViewport av)
2334 AutoCalcSetting settings = av.getCalcIdSettingsFor(calcId);
2335 if (settings != null)
2337 CalcIdParam vCalcIdParam = new CalcIdParam();
2338 vCalcIdParam.setCalcId(calcId);
2339 // vCalcIdParam.addServiceURL(settings.getServiceURI());
2340 vCalcIdParam.getServiceURL().add(settings.getServiceURI());
2341 // generic URI allowing a third party to resolve another instance of the
2342 // service used for this calculation
2343 for (String url : settings.getServiceURLs())
2345 // vCalcIdParam.addServiceURL(urls);
2346 vCalcIdParam.getServiceURL().add(url);
2348 vCalcIdParam.setVersion("1.0");
2349 if (settings.getPreset() != null)
2351 WsParamSetI setting = settings.getPreset();
2352 vCalcIdParam.setName(setting.getName());
2353 vCalcIdParam.setDescription(setting.getDescription());
2357 vCalcIdParam.setName("");
2358 vCalcIdParam.setDescription("Last used parameters");
2360 // need to be able to recover 1) settings 2) user-defined presets or
2361 // recreate settings from preset 3) predefined settings provided by
2362 // service - or settings that can be transferred (or discarded)
2363 vCalcIdParam.setParameters(
2364 settings.getWsParamFile().replace("\n", "|\\n|"));
2365 vCalcIdParam.setAutoUpdate(settings.isAutoUpdate());
2366 // todo - decide if updateImmediately is needed for any projects.
2368 return vCalcIdParam;
2373 private boolean recoverCalcIdParam(CalcIdParam calcIdParam,
2376 if (calcIdParam.getVersion().equals("1.0"))
2378 final String[] calcIds = calcIdParam.getServiceURL()
2379 .toArray(new String[0]);
2380 Jws2Instance service = Jws2Discoverer.getDiscoverer()
2381 .getPreferredServiceFor(calcIds);
2382 if (service != null)
2384 WsParamSetI parmSet = null;
2387 parmSet = service.getParamStore().parseServiceParameterFile(
2388 calcIdParam.getName(), calcIdParam.getDescription(),
2390 calcIdParam.getParameters().replace("|\\n|", "\n"));
2391 } catch (IOException x)
2393 Console.warn("Couldn't parse parameter data for "
2394 + calcIdParam.getCalcId(), x);
2397 List<ArgumentI> argList = null;
2398 if (calcIdParam.getName().length() > 0)
2400 parmSet = service.getParamStore()
2401 .getPreset(calcIdParam.getName());
2402 if (parmSet != null)
2404 // TODO : check we have a good match with settings in AACon -
2405 // otherwise we'll need to create a new preset
2410 argList = parmSet.getArguments();
2413 AAConSettings settings = new AAConSettings(
2414 calcIdParam.isAutoUpdate(), service, parmSet, argList);
2415 av.setCalcIdSettingsFor(calcIdParam.getCalcId(), settings,
2416 calcIdParam.isNeedsUpdate());
2422 "Cannot resolve a service for the parameters used in this project. Try configuring a JABAWS server.");
2426 throw new Error(MessageManager.formatMessage(
2427 "error.unsupported_version_calcIdparam", new Object[]
2428 { calcIdParam.toString() }));
2432 * External mapping between jalview objects and objects yielding a valid and
2433 * unique object ID string. This is null for normal Jalview project IO, but
2434 * non-null when a jalview project is being read or written as part of a
2437 IdentityHashMap jv2vobj = null;
2440 * Construct a unique ID for jvobj using either existing bindings or if none
2441 * exist, the result of the hashcode call for the object.
2444 * jalview data object
2445 * @return unique ID for referring to jvobj
2447 private String makeHashCode(Object jvobj, String altCode)
2449 if (jv2vobj != null)
2451 Object id = jv2vobj.get(jvobj);
2454 return id.toString();
2456 // check string ID mappings
2457 if (jvids2vobj != null && jvobj instanceof String)
2459 id = jvids2vobj.get(jvobj);
2463 return id.toString();
2465 // give up and warn that something has gone wrong
2467 "Cannot find ID for object in external mapping : " + jvobj);
2473 * return local jalview object mapped to ID, if it exists
2477 * @return null or object bound to idcode
2479 private Object retrieveExistingObj(String idcode)
2481 if (idcode != null && vobj2jv != null)
2483 return vobj2jv.get(idcode);
2489 * binding from ID strings from external mapping table to jalview data model
2492 private Hashtable vobj2jv;
2494 private Sequence createVamsasSequence(String id, SequenceI jds)
2496 return createVamsasSequence(true, id, jds, null);
2499 private Sequence createVamsasSequence(boolean recurse, String id,
2500 SequenceI jds, SequenceI parentseq)
2502 Sequence vamsasSeq = new Sequence();
2503 vamsasSeq.setId(id);
2504 vamsasSeq.setName(jds.getName());
2505 vamsasSeq.setSequence(jds.getSequenceAsString());
2506 vamsasSeq.setDescription(jds.getDescription());
2507 List<DBRefEntry> dbrefs = null;
2508 if (jds.getDatasetSequence() != null)
2510 vamsasSeq.setDsseqid(seqHash(jds.getDatasetSequence()));
2514 // seqId==dsseqid so we can tell which sequences really are
2515 // dataset sequences only
2516 vamsasSeq.setDsseqid(id);
2517 dbrefs = jds.getDBRefs();
2518 if (parentseq == null)
2525 * save any dbrefs; special subclass GeneLocus is flagged as 'locus'
2529 for (int d = 0, nd = dbrefs.size(); d < nd; d++)
2531 DBRef dbref = new DBRef();
2532 DBRefEntry ref = dbrefs.get(d);
2533 dbref.setSource(ref.getSource());
2534 dbref.setVersion(ref.getVersion());
2535 dbref.setAccessionId(ref.getAccessionId());
2536 dbref.setCanonical(ref.isCanonical());
2537 if (ref instanceof GeneLocus)
2539 dbref.setLocus(true);
2543 Mapping mp = createVamsasMapping(ref.getMap(), parentseq, jds,
2545 dbref.setMapping(mp);
2547 vamsasSeq.getDBRef().add(dbref);
2553 private Mapping createVamsasMapping(jalview.datamodel.Mapping jmp,
2554 SequenceI parentseq, SequenceI jds, boolean recurse)
2557 if (jmp.getMap() != null)
2561 jalview.util.MapList mlst = jmp.getMap();
2562 List<int[]> r = mlst.getFromRanges();
2563 for (int[] range : r)
2565 MapListFrom mfrom = new MapListFrom();
2566 mfrom.setStart(range[0]);
2567 mfrom.setEnd(range[1]);
2568 // mp.addMapListFrom(mfrom);
2569 mp.getMapListFrom().add(mfrom);
2571 r = mlst.getToRanges();
2572 for (int[] range : r)
2574 MapListTo mto = new MapListTo();
2575 mto.setStart(range[0]);
2576 mto.setEnd(range[1]);
2577 // mp.addMapListTo(mto);
2578 mp.getMapListTo().add(mto);
2580 mp.setMapFromUnit(BigInteger.valueOf(mlst.getFromRatio()));
2581 mp.setMapToUnit(BigInteger.valueOf(mlst.getToRatio()));
2582 if (jmp.getTo() != null)
2584 // MappingChoice mpc = new MappingChoice();
2586 // check/create ID for the sequence referenced by getTo()
2589 SequenceI ps = null;
2590 if (parentseq != jmp.getTo()
2591 && parentseq.getDatasetSequence() != jmp.getTo())
2593 // chaining dbref rather than a handshaking one
2594 jmpid = seqHash(ps = jmp.getTo());
2598 jmpid = seqHash(ps = parentseq);
2600 // mpc.setDseqFor(jmpid);
2601 mp.setDseqFor(jmpid);
2602 if (!seqRefIds.containsKey(jmpid))
2604 Console.debug("creatign new DseqFor ID");
2605 seqRefIds.put(jmpid, ps);
2609 Console.debug("reusing DseqFor ID");
2612 // mp.setMappingChoice(mpc);
2618 String setUserColourScheme(jalview.schemes.ColourSchemeI cs,
2619 List<UserColourScheme> userColours, JalviewModel jm)
2622 jalview.schemes.UserColourScheme ucs = (jalview.schemes.UserColourScheme) cs;
2623 boolean newucs = false;
2624 if (!userColours.contains(ucs))
2626 userColours.add(ucs);
2629 id = "ucs" + userColours.indexOf(ucs);
2632 // actually create the scheme's entry in the XML model
2633 java.awt.Color[] colours = ucs.getColours();
2634 UserColours uc = new UserColours();
2635 // UserColourScheme jbucs = new UserColourScheme();
2636 JalviewUserColours jbucs = new JalviewUserColours();
2638 for (int i = 0; i < colours.length; i++)
2640 Colour col = new Colour();
2641 col.setName(ResidueProperties.aa[i]);
2642 col.setRGB(jalview.util.Format.getHexString(colours[i]));
2643 // jbucs.addColour(col);
2644 jbucs.getColour().add(col);
2646 if (ucs.getLowerCaseColours() != null)
2648 colours = ucs.getLowerCaseColours();
2649 for (int i = 0; i < colours.length; i++)
2651 Colour col = new Colour();
2652 col.setName(ResidueProperties.aa[i].toLowerCase(Locale.ROOT));
2653 col.setRGB(jalview.util.Format.getHexString(colours[i]));
2654 // jbucs.addColour(col);
2655 jbucs.getColour().add(col);
2660 uc.setUserColourScheme(jbucs);
2661 // jm.addUserColours(uc);
2662 jm.getUserColours().add(uc);
2668 jalview.schemes.UserColourScheme getUserColourScheme(JalviewModel jm,
2671 List<UserColours> uc = jm.getUserColours();
2672 UserColours colours = null;
2674 for (int i = 0; i < uc.length; i++)
2676 if (uc[i].getId().equals(id))
2683 for (UserColours c : uc)
2685 if (c.getId().equals(id))
2692 java.awt.Color[] newColours = new java.awt.Color[24];
2694 for (int i = 0; i < 24; i++)
2696 newColours[i] = new java.awt.Color(Integer.parseInt(
2697 // colours.getUserColourScheme().getColour(i).getRGB(), 16));
2698 colours.getUserColourScheme().getColour().get(i).getRGB(),
2702 jalview.schemes.UserColourScheme ucs = new jalview.schemes.UserColourScheme(
2705 if (colours.getUserColourScheme().getColour().size()/*Count()*/ > 24)
2707 newColours = new java.awt.Color[23];
2708 for (int i = 0; i < 23; i++)
2710 newColours[i] = new java.awt.Color(
2711 Integer.parseInt(colours.getUserColourScheme().getColour()
2712 .get(i + 24).getRGB(), 16));
2714 ucs.setLowerCaseColours(newColours);
2721 * contains last error message (if any) encountered by XML loader.
2723 String errorMessage = null;
2726 * flag to control whether the Jalview2XML_V1 parser should be deferred to if
2727 * exceptions are raised during project XML parsing
2729 public boolean attemptversion1parse = false;
2732 * Load a jalview project archive from a jar file
2735 * - HTTP URL or filename
2737 public AlignFrame loadJalviewAlign(final Object file)
2740 jalview.gui.AlignFrame af = null;
2744 // create list to store references for any new Jmol viewers created
2745 newStructureViewers = new Vector<>();
2746 // UNMARSHALLER SEEMS TO CLOSE JARINPUTSTREAM, MOST ANNOYING
2747 // Workaround is to make sure caller implements the JarInputStreamProvider
2749 // so we can re-open the jar input stream for each entry.
2751 jarInputStreamProvider jprovider = createjarInputStreamProvider(file);
2752 af = loadJalviewAlign(jprovider);
2755 af.setMenusForViewport();
2757 } catch (MalformedURLException e)
2759 errorMessage = "Invalid URL format for '" + file + "'";
2765 SwingUtilities.invokeAndWait(new Runnable()
2770 setLoadingFinishedForNewStructureViewers();
2773 } catch (Exception x)
2775 System.err.println("Error loading alignment: " + x.getMessage());
2781 @SuppressWarnings("unused")
2782 private jarInputStreamProvider createjarInputStreamProvider(
2783 final Object ofile) throws MalformedURLException
2786 // BH 2018 allow for bytes already attached to File object
2789 String file = (ofile instanceof File
2790 ? ((File) ofile).getCanonicalPath()
2791 : ofile.toString());
2792 byte[] bytes = Platform.isJS() ? Platform.getFileBytes((File) ofile)
2795 errorMessage = null;
2796 uniqueSetSuffix = null;
2798 viewportsAdded.clear();
2799 frefedSequence = null;
2801 if (HttpUtils.startsWithHttpOrHttps(file))
2803 url = new URL(file);
2805 final URL _url = url;
2806 return new jarInputStreamProvider()
2810 public JarInputStream getJarInputStream() throws IOException
2814 // System.out.println("Jalview2XML: opening byte jarInputStream for
2815 // bytes.length=" + bytes.length);
2816 return new JarInputStream(new ByteArrayInputStream(bytes));
2820 // System.out.println("Jalview2XML: opening url jarInputStream for "
2822 return new JarInputStream(_url.openStream());
2826 // System.out.println("Jalview2XML: opening file jarInputStream for
2828 return new JarInputStream(new FileInputStream(file));
2833 public String getFilename()
2838 } catch (IOException e)
2840 e.printStackTrace();
2846 * Recover jalview session from a jalview project archive. Caller may
2847 * initialise uniqueSetSuffix, seqRefIds, viewportsAdded and frefedSequence
2848 * themselves. Any null fields will be initialised with default values,
2849 * non-null fields are left alone.
2854 public AlignFrame loadJalviewAlign(final jarInputStreamProvider jprovider)
2856 errorMessage = null;
2857 if (uniqueSetSuffix == null)
2859 uniqueSetSuffix = System.currentTimeMillis() % 100000 + "";
2861 if (seqRefIds == null)
2865 AlignFrame af = null, _af = null;
2866 IdentityHashMap<AlignmentI, AlignmentI> importedDatasets = new IdentityHashMap<>();
2867 Map<String, AlignFrame> gatherToThisFrame = new HashMap<>();
2868 final String file = jprovider.getFilename();
2871 JarInputStream jin = null;
2872 JarEntry jarentry = null;
2877 jin = jprovider.getJarInputStream();
2878 for (int i = 0; i < entryCount; i++)
2880 jarentry = jin.getNextJarEntry();
2883 if (jarentry != null && jarentry.getName().endsWith(".xml"))
2885 JAXBContext jc = JAXBContext
2886 .newInstance("jalview.xml.binding.jalview");
2887 XMLStreamReader streamReader = XMLInputFactory.newInstance()
2888 .createXMLStreamReader(jin);
2889 javax.xml.bind.Unmarshaller um = jc.createUnmarshaller();
2890 JAXBElement<JalviewModel> jbe = um.unmarshal(streamReader,
2891 JalviewModel.class);
2892 JalviewModel object = jbe.getValue();
2894 if (true) // !skipViewport(object))
2896 _af = loadFromObject(object, file, true, jprovider);
2897 if (_af != null && object.getViewport().size() > 0)
2898 // getJalviewModelSequence().getViewportCount() > 0)
2902 // store a reference to the first view
2905 if (_af.getViewport().isGatherViewsHere())
2907 // if this is a gathered view, keep its reference since
2908 // after gathering views, only this frame will remain
2910 gatherToThisFrame.put(_af.getViewport().getSequenceSetId(),
2913 // Save dataset to register mappings once all resolved
2914 importedDatasets.put(
2915 af.getViewport().getAlignment().getDataset(),
2916 af.getViewport().getAlignment().getDataset());
2921 else if (jarentry != null)
2923 // Some other file here.
2926 } while (jarentry != null);
2928 resolveFrefedSequences();
2929 } catch (IOException ex)
2931 ex.printStackTrace();
2932 errorMessage = "Couldn't locate Jalview XML file : " + file;
2934 "Exception whilst loading jalview XML file : " + ex + "\n");
2935 } catch (Exception ex)
2937 System.err.println("Parsing as Jalview Version 2 file failed.");
2938 ex.printStackTrace(System.err);
2939 if (attemptversion1parse)
2941 // used to attempt to parse as V1 castor-generated xml
2943 if (Desktop.instance != null)
2945 Desktop.instance.stopLoading();
2949 System.out.println("Successfully loaded archive file");
2952 ex.printStackTrace();
2955 "Exception whilst loading jalview XML file : " + ex + "\n");
2956 } catch (OutOfMemoryError e)
2958 // Don't use the OOM Window here
2959 errorMessage = "Out of memory loading jalview XML file";
2960 System.err.println("Out of memory whilst loading jalview XML file");
2961 e.printStackTrace();
2965 * Regather multiple views (with the same sequence set id) to the frame (if
2966 * any) that is flagged as the one to gather to, i.e. convert them to tabbed
2967 * views instead of separate frames. Note this doesn't restore a state where
2968 * some expanded views in turn have tabbed views - the last "first tab" read
2969 * in will play the role of gatherer for all.
2971 for (AlignFrame fr : gatherToThisFrame.values())
2973 Desktop.instance.gatherViews(fr);
2976 restoreSplitFrames();
2977 for (AlignmentI ds : importedDatasets.keySet())
2979 if (ds.getCodonFrames() != null)
2981 StructureSelectionManager
2982 .getStructureSelectionManager(Desktop.instance)
2983 .registerMappings(ds.getCodonFrames());
2986 if (errorMessage != null)
2991 if (Desktop.instance != null)
2993 Desktop.instance.stopLoading();
3000 * Try to reconstruct and display SplitFrame windows, where each contains
3001 * complementary dna and protein alignments. Done by pairing up AlignFrame
3002 * objects (created earlier) which have complementary viewport ids associated.
3004 protected void restoreSplitFrames()
3006 List<SplitFrame> gatherTo = new ArrayList<>();
3007 List<AlignFrame> addedToSplitFrames = new ArrayList<>();
3008 Map<String, AlignFrame> dna = new HashMap<>();
3011 * Identify the DNA alignments
3013 for (Entry<Viewport, AlignFrame> candidate : splitFrameCandidates
3016 AlignFrame af = candidate.getValue();
3017 if (af.getViewport().getAlignment().isNucleotide())
3019 dna.put(candidate.getKey().getId(), af);
3024 * Try to match up the protein complements
3026 for (Entry<Viewport, AlignFrame> candidate : splitFrameCandidates
3029 AlignFrame af = candidate.getValue();
3030 if (!af.getViewport().getAlignment().isNucleotide())
3032 String complementId = candidate.getKey().getComplementId();
3033 // only non-null complements should be in the Map
3034 if (complementId != null && dna.containsKey(complementId))
3036 final AlignFrame dnaFrame = dna.get(complementId);
3037 SplitFrame sf = createSplitFrame(dnaFrame, af);
3038 addedToSplitFrames.add(dnaFrame);
3039 addedToSplitFrames.add(af);
3040 dnaFrame.setMenusForViewport();
3041 af.setMenusForViewport();
3042 if (af.getViewport().isGatherViewsHere())
3051 * Open any that we failed to pair up (which shouldn't happen!) as
3052 * standalone AlignFrame's.
3054 for (Entry<Viewport, AlignFrame> candidate : splitFrameCandidates
3057 AlignFrame af = candidate.getValue();
3058 if (!addedToSplitFrames.contains(af))
3060 Viewport view = candidate.getKey();
3061 Desktop.addInternalFrame(af, view.getTitle(),
3062 safeInt(view.getWidth()), safeInt(view.getHeight()));
3063 af.setMenusForViewport();
3064 System.err.println("Failed to restore view " + view.getTitle()
3065 + " to split frame");
3070 * Gather back into tabbed views as flagged.
3072 for (SplitFrame sf : gatherTo)
3074 Desktop.instance.gatherViews(sf);
3077 splitFrameCandidates.clear();
3081 * Construct and display one SplitFrame holding DNA and protein alignments.
3084 * @param proteinFrame
3087 protected SplitFrame createSplitFrame(AlignFrame dnaFrame,
3088 AlignFrame proteinFrame)
3090 SplitFrame splitFrame = new SplitFrame(dnaFrame, proteinFrame);
3091 String title = MessageManager.getString("label.linked_view_title");
3092 int width = (int) dnaFrame.getBounds().getWidth();
3093 int height = (int) (dnaFrame.getBounds().getHeight()
3094 + proteinFrame.getBounds().getHeight() + 50);
3097 * SplitFrame location is saved to both enclosed frames
3099 splitFrame.setLocation(dnaFrame.getX(), dnaFrame.getY());
3100 Desktop.addInternalFrame(splitFrame, title, width, height);
3103 * And compute cDNA consensus (couldn't do earlier with consensus as
3104 * mappings were not yet present)
3106 proteinFrame.getViewport().alignmentChanged(proteinFrame.alignPanel);
3112 * check errorMessage for a valid error message and raise an error box in the
3113 * GUI or write the current errorMessage to stderr and then clear the error
3116 protected void reportErrors()
3118 reportErrors(false);
3121 protected void reportErrors(final boolean saving)
3123 if (errorMessage != null)
3125 final String finalErrorMessage = errorMessage;
3128 javax.swing.SwingUtilities.invokeLater(new Runnable()
3133 JvOptionPane.showInternalMessageDialog(Desktop.desktop,
3135 "Error " + (saving ? "saving" : "loading")
3137 JvOptionPane.WARNING_MESSAGE);
3143 System.err.println("Problem loading Jalview file: " + errorMessage);
3146 errorMessage = null;
3149 Map<String, String> alreadyLoadedPDB = new HashMap<>();
3152 * when set, local views will be updated from view stored in JalviewXML
3153 * Currently (28th Sep 2008) things will go horribly wrong in vamsas document
3154 * sync if this is set to true.
3156 private final boolean updateLocalViews = false;
3159 * Returns the path to a temporary file holding the PDB file for the given PDB
3160 * id. The first time of asking, searches for a file of that name in the
3161 * Jalview project jar, and copies it to a new temporary file. Any repeat
3162 * requests just return the path to the file previously created.
3168 String loadPDBFile(jarInputStreamProvider jprovider, String pdbId,
3171 if (alreadyLoadedPDB.containsKey(pdbId))
3173 return alreadyLoadedPDB.get(pdbId).toString();
3176 String tempFile = copyJarEntry(jprovider, pdbId, "jalview_pdb",
3178 if (tempFile != null)
3180 alreadyLoadedPDB.put(pdbId, tempFile);
3186 * Copies the jar entry of given name to a new temporary file and returns the
3187 * path to the file, or null if the entry is not found.
3190 * @param jarEntryName
3192 * a prefix for the temporary file name, must be at least three
3194 * @param suffixModel
3195 * null or original file - so new file can be given the same suffix
3199 protected String copyJarEntry(jarInputStreamProvider jprovider,
3200 String jarEntryName, String prefix, String suffixModel)
3202 String suffix = ".tmp";
3203 if (suffixModel == null)
3205 suffixModel = jarEntryName;
3207 int sfpos = suffixModel.lastIndexOf(".");
3208 if (sfpos > -1 && sfpos < (suffixModel.length() - 1))
3210 suffix = "." + suffixModel.substring(sfpos + 1);
3213 try (JarInputStream jin = jprovider.getJarInputStream())
3215 JarEntry entry = null;
3218 entry = jin.getNextJarEntry();
3219 } while (entry != null && !entry.getName().equals(jarEntryName));
3223 // in = new BufferedReader(new InputStreamReader(jin, UTF_8));
3224 File outFile = File.createTempFile(prefix, suffix);
3225 outFile.deleteOnExit();
3226 try (OutputStream os = new FileOutputStream(outFile))
3230 String t = outFile.getAbsolutePath();
3236 "Couldn't find entry in Jalview Jar for " + jarEntryName);
3238 } catch (Exception ex)
3240 ex.printStackTrace();
3246 private class JvAnnotRow
3248 public JvAnnotRow(int i, AlignmentAnnotation jaa)
3255 * persisted version of annotation row from which to take vis properties
3257 public jalview.datamodel.AlignmentAnnotation template;
3260 * original position of the annotation row in the alignment
3266 * Load alignment frame from jalview XML DOM object
3268 * @param jalviewModel
3271 * filename source string
3272 * @param loadTreesAndStructures
3273 * when false only create Viewport
3275 * data source provider
3276 * @return alignment frame created from view stored in DOM
3278 AlignFrame loadFromObject(JalviewModel jalviewModel, String file,
3279 boolean loadTreesAndStructures, jarInputStreamProvider jprovider)
3281 SequenceSet vamsasSet = jalviewModel.getVamsasModel().getSequenceSet()
3283 List<Sequence> vamsasSeqs = vamsasSet.getSequence();
3285 // JalviewModelSequence jms = object.getJalviewModelSequence();
3287 // Viewport view = (jms.getViewportCount() > 0) ? jms.getViewport(0)
3289 Viewport view = (jalviewModel.getViewport().size() > 0)
3290 ? jalviewModel.getViewport().get(0)
3293 // ////////////////////////////////
3294 // INITIALISE ALIGNMENT SEQUENCESETID AND VIEWID
3297 // If we just load in the same jar file again, the sequenceSetId
3298 // will be the same, and we end up with multiple references
3299 // to the same sequenceSet. We must modify this id on load
3300 // so that each load of the file gives a unique id
3303 * used to resolve correct alignment dataset for alignments with multiple
3306 String uniqueSeqSetId = null;
3307 String viewId = null;
3310 uniqueSeqSetId = view.getSequenceSetId() + uniqueSetSuffix;
3311 viewId = (view.getId() == null ? null
3312 : view.getId() + uniqueSetSuffix);
3315 // ////////////////////////////////
3318 List<SequenceI> hiddenSeqs = null;
3320 List<SequenceI> tmpseqs = new ArrayList<>();
3322 boolean multipleView = false;
3323 SequenceI referenceseqForView = null;
3324 // JSeq[] jseqs = object.getJalviewModelSequence().getJSeq();
3325 List<JSeq> jseqs = jalviewModel.getJSeq();
3326 int vi = 0; // counter in vamsasSeq array
3327 for (int i = 0; i < jseqs.size(); i++)
3329 JSeq jseq = jseqs.get(i);
3330 String seqId = jseq.getId();
3332 SequenceI tmpSeq = seqRefIds.get(seqId);
3335 if (!incompleteSeqs.containsKey(seqId))
3337 // may not need this check, but keep it for at least 2.9,1 release
3338 if (tmpSeq.getStart() != jseq.getStart()
3339 || tmpSeq.getEnd() != jseq.getEnd())
3341 System.err.println(String.format(
3342 "Warning JAL-2154 regression: updating start/end for sequence %s from %d/%d to %d/%d",
3343 tmpSeq.getName(), tmpSeq.getStart(), tmpSeq.getEnd(),
3344 jseq.getStart(), jseq.getEnd()));
3349 incompleteSeqs.remove(seqId);
3351 if (vamsasSeqs.size() > vi
3352 && vamsasSeqs.get(vi).getId().equals(seqId))
3354 // most likely we are reading a dataset XML document so
3355 // update from vamsasSeq section of XML for this sequence
3356 tmpSeq.setName(vamsasSeqs.get(vi).getName());
3357 tmpSeq.setDescription(vamsasSeqs.get(vi).getDescription());
3358 tmpSeq.setSequence(vamsasSeqs.get(vi).getSequence());
3363 // reading multiple views, so vamsasSeq set is a subset of JSeq
3364 multipleView = true;
3366 tmpSeq.setStart(jseq.getStart());
3367 tmpSeq.setEnd(jseq.getEnd());
3368 tmpseqs.add(tmpSeq);
3372 Sequence vamsasSeq = vamsasSeqs.get(vi);
3373 tmpSeq = new jalview.datamodel.Sequence(vamsasSeq.getName(),
3374 vamsasSeq.getSequence());
3375 tmpSeq.setDescription(vamsasSeq.getDescription());
3376 tmpSeq.setStart(jseq.getStart());
3377 tmpSeq.setEnd(jseq.getEnd());
3378 tmpSeq.setVamsasId(uniqueSetSuffix + seqId);
3379 seqRefIds.put(vamsasSeq.getId(), tmpSeq);
3380 tmpseqs.add(tmpSeq);
3384 if (safeBoolean(jseq.isViewreference()))
3386 referenceseqForView = tmpseqs.get(tmpseqs.size() - 1);
3389 if (jseq.isHidden() != null && jseq.isHidden().booleanValue())
3391 if (hiddenSeqs == null)
3393 hiddenSeqs = new ArrayList<>();
3396 hiddenSeqs.add(tmpSeq);
3401 // Create the alignment object from the sequence set
3402 // ///////////////////////////////
3403 SequenceI[] orderedSeqs = tmpseqs
3404 .toArray(new SequenceI[tmpseqs.size()]);
3406 AlignmentI al = null;
3407 // so we must create or recover the dataset alignment before going further
3408 // ///////////////////////////////
3409 if (vamsasSet.getDatasetId() == null || vamsasSet.getDatasetId() == "")
3411 // older jalview projects do not have a dataset - so creat alignment and
3413 al = new Alignment(orderedSeqs);
3414 al.setDataset(null);
3418 boolean isdsal = jalviewModel.getViewport().isEmpty();
3421 // we are importing a dataset record, so
3422 // recover reference to an alignment already materialsed as dataset
3423 al = getDatasetFor(vamsasSet.getDatasetId());
3427 // materialse the alignment
3428 al = new Alignment(orderedSeqs);
3432 addDatasetRef(vamsasSet.getDatasetId(), al);
3435 // finally, verify all data in vamsasSet is actually present in al
3436 // passing on flag indicating if it is actually a stored dataset
3437 recoverDatasetFor(vamsasSet, al, isdsal, uniqueSeqSetId);
3440 if (referenceseqForView != null)
3442 al.setSeqrep(referenceseqForView);
3444 // / Add the alignment properties
3445 for (int i = 0; i < vamsasSet.getSequenceSetProperties().size(); i++)
3447 SequenceSetProperties ssp = vamsasSet.getSequenceSetProperties()
3449 al.setProperty(ssp.getKey(), ssp.getValue());
3452 // ///////////////////////////////
3454 Hashtable pdbloaded = new Hashtable(); // TODO nothing writes to this??
3457 // load sequence features, database references and any associated PDB
3458 // structures for the alignment
3460 // prior to 2.10, this part would only be executed the first time a
3461 // sequence was encountered, but not afterwards.
3462 // now, for 2.10 projects, this is also done if the xml doc includes
3463 // dataset sequences not actually present in any particular view.
3465 for (int i = 0; i < vamsasSeqs.size(); i++)
3467 JSeq jseq = jseqs.get(i);
3468 if (jseq.getFeatures().size() > 0)
3470 List<Feature> features = jseq.getFeatures();
3471 for (int f = 0; f < features.size(); f++)
3473 Feature feat = features.get(f);
3474 SequenceFeature sf = new SequenceFeature(feat.getType(),
3475 feat.getDescription(), feat.getBegin(), feat.getEnd(),
3476 safeFloat(feat.getScore()), feat.getFeatureGroup());
3477 sf.setStatus(feat.getStatus());
3480 * load any feature attributes - include map-valued attributes
3482 Map<String, Map<String, String>> mapAttributes = new HashMap<>();
3483 for (int od = 0; od < feat.getOtherData().size(); od++)
3485 OtherData keyValue = feat.getOtherData().get(od);
3486 String attributeName = keyValue.getKey();
3487 String attributeValue = keyValue.getValue();
3488 if (attributeName.startsWith("LINK"))
3490 sf.addLink(attributeValue);
3494 String subAttribute = keyValue.getKey2();
3495 if (subAttribute == null)
3497 // simple string-valued attribute
3498 sf.setValue(attributeName, attributeValue);
3502 // attribute 'key' has sub-attribute 'key2'
3503 if (!mapAttributes.containsKey(attributeName))
3505 mapAttributes.put(attributeName, new HashMap<>());
3507 mapAttributes.get(attributeName).put(subAttribute,
3512 for (Entry<String, Map<String, String>> mapAttribute : mapAttributes
3515 sf.setValue(mapAttribute.getKey(), mapAttribute.getValue());
3518 // adds feature to datasequence's feature set (since Jalview 2.10)
3519 al.getSequenceAt(i).addSequenceFeature(sf);
3522 if (vamsasSeqs.get(i).getDBRef().size() > 0)
3524 // adds dbrefs to datasequence's set (since Jalview 2.10)
3526 al.getSequenceAt(i).getDatasetSequence() == null
3527 ? al.getSequenceAt(i)
3528 : al.getSequenceAt(i).getDatasetSequence(),
3531 if (jseq.getPdbids().size() > 0)
3533 List<Pdbids> ids = jseq.getPdbids();
3534 for (int p = 0; p < ids.size(); p++)
3536 Pdbids pdbid = ids.get(p);
3537 jalview.datamodel.PDBEntry entry = new jalview.datamodel.PDBEntry();
3538 entry.setId(pdbid.getId());
3539 if (pdbid.getType() != null)
3541 if (PDBEntry.Type.getType(pdbid.getType()) != null)
3543 entry.setType(PDBEntry.Type.getType(pdbid.getType()));
3547 entry.setType(PDBEntry.Type.FILE);
3550 // jprovider is null when executing 'New View'
3551 if (pdbid.getFile() != null && jprovider != null)
3553 if (!pdbloaded.containsKey(pdbid.getFile()))
3555 entry.setFile(loadPDBFile(jprovider, pdbid.getId(),
3560 entry.setFile(pdbloaded.get(pdbid.getId()).toString());
3564 if (pdbid.getPdbentryItem() != null)
3566 for (PdbentryItem item : pdbid.getPdbentryItem())
3568 for (Property pr : item.getProperty())
3570 entry.setProperty(pr.getName(), pr.getValue());
3575 for (Property prop : pdbid.getProperty())
3577 entry.setProperty(prop.getName(), prop.getValue());
3579 StructureSelectionManager
3580 .getStructureSelectionManager(Desktop.instance)
3581 .registerPDBEntry(entry);
3582 // adds PDBEntry to datasequence's set (since Jalview 2.10)
3583 if (al.getSequenceAt(i).getDatasetSequence() != null)
3585 al.getSequenceAt(i).getDatasetSequence().addPDBId(entry);
3589 al.getSequenceAt(i).addPDBId(entry);
3594 } // end !multipleview
3596 // ///////////////////////////////
3597 // LOAD SEQUENCE MAPPINGS
3599 if (vamsasSet.getAlcodonFrame().size() > 0)
3601 // TODO Potentially this should only be done once for all views of an
3603 List<AlcodonFrame> alc = vamsasSet.getAlcodonFrame();
3604 for (int i = 0; i < alc.size(); i++)
3606 AlignedCodonFrame cf = new AlignedCodonFrame();
3607 if (alc.get(i).getAlcodMap().size() > 0)
3609 List<AlcodMap> maps = alc.get(i).getAlcodMap();
3610 for (int m = 0; m < maps.size(); m++)
3612 AlcodMap map = maps.get(m);
3613 SequenceI dnaseq = seqRefIds.get(map.getDnasq());
3615 jalview.datamodel.Mapping mapping = null;
3616 // attach to dna sequence reference.
3617 if (map.getMapping() != null)
3619 mapping = addMapping(map.getMapping());
3620 if (dnaseq != null && mapping.getTo() != null)
3622 cf.addMap(dnaseq, mapping.getTo(), mapping.getMap());
3628 .add(newAlcodMapRef(map.getDnasq(), cf, mapping));
3632 al.addCodonFrame(cf);
3637 // ////////////////////////////////
3639 List<JvAnnotRow> autoAlan = new ArrayList<>();
3642 * store any annotations which forward reference a group's ID
3644 Map<String, List<AlignmentAnnotation>> groupAnnotRefs = new Hashtable<>();
3646 if (vamsasSet.getAnnotation().size()/*Count()*/ > 0)
3648 List<Annotation> an = vamsasSet.getAnnotation();
3650 for (int i = 0; i < an.size(); i++)
3652 Annotation annotation = an.get(i);
3655 * test if annotation is automatically calculated for this view only
3657 boolean autoForView = false;
3658 if (annotation.getLabel().equals("Quality")
3659 || annotation.getLabel().equals("Conservation")
3660 || annotation.getLabel().equals("Consensus"))
3662 // Kludge for pre 2.5 projects which lacked the autocalculated flag
3664 // JAXB has no has() test; schema defaults value to false
3665 // if (!annotation.hasAutoCalculated())
3667 // annotation.setAutoCalculated(true);
3670 if (autoForView || annotation.isAutoCalculated())
3672 // remove ID - we don't recover annotation from other views for
3673 // view-specific annotation
3674 annotation.setId(null);
3677 // set visibility for other annotation in this view
3678 String annotationId = annotation.getId();
3679 if (annotationId != null && annotationIds.containsKey(annotationId))
3681 AlignmentAnnotation jda = annotationIds.get(annotationId);
3682 // in principle Visible should always be true for annotation displayed
3683 // in multiple views
3684 if (annotation.isVisible() != null)
3686 jda.visible = annotation.isVisible();
3689 al.addAnnotation(jda);
3693 // Construct new annotation from model.
3694 List<AnnotationElement> ae = annotation.getAnnotationElement();
3695 jalview.datamodel.Annotation[] anot = null;
3696 java.awt.Color firstColour = null;
3698 if (!annotation.isScoreOnly())
3700 anot = new jalview.datamodel.Annotation[al.getWidth()];
3701 for (int aa = 0; aa < ae.size() && aa < anot.length; aa++)
3703 AnnotationElement annElement = ae.get(aa);
3704 anpos = annElement.getPosition();
3706 if (anpos >= anot.length)
3711 float value = safeFloat(annElement.getValue());
3712 anot[anpos] = new jalview.datamodel.Annotation(
3713 annElement.getDisplayCharacter(),
3714 annElement.getDescription(),
3715 (annElement.getSecondaryStructure() == null
3716 || annElement.getSecondaryStructure()
3720 .getSecondaryStructure()
3723 anot[anpos].colour = new Color(safeInt(annElement.getColour()));
3724 if (firstColour == null)
3726 firstColour = anot[anpos].colour;
3730 jalview.datamodel.AlignmentAnnotation jaa = null;
3732 if (annotation.isGraph())
3734 float llim = 0, hlim = 0;
3735 // if (autoForView || an[i].isAutoCalculated()) {
3738 jaa = new jalview.datamodel.AlignmentAnnotation(
3739 annotation.getLabel(), annotation.getDescription(), anot,
3740 llim, hlim, safeInt(annotation.getGraphType()));
3742 jaa.graphGroup = safeInt(annotation.getGraphGroup());
3743 jaa._linecolour = firstColour;
3744 if (annotation.getThresholdLine() != null)
3746 jaa.setThreshold(new jalview.datamodel.GraphLine(
3747 safeFloat(annotation.getThresholdLine().getValue()),
3748 annotation.getThresholdLine().getLabel(),
3749 new java.awt.Color(safeInt(
3750 annotation.getThresholdLine().getColour()))));
3752 if (autoForView || annotation.isAutoCalculated())
3754 // Hardwire the symbol display line to ensure that labels for
3755 // histograms are displayed
3761 jaa = new jalview.datamodel.AlignmentAnnotation(
3762 annotation.getLabel(), annotation.getDescription(), anot);
3763 jaa._linecolour = firstColour;
3765 // register new annotation
3766 if (annotation.getId() != null)
3768 annotationIds.put(annotation.getId(), jaa);
3769 jaa.annotationId = annotation.getId();
3771 // recover sequence association
3772 String sequenceRef = annotation.getSequenceRef();
3773 if (sequenceRef != null)
3775 // from 2.9 sequenceRef is to sequence id (JAL-1781)
3776 SequenceI sequence = seqRefIds.get(sequenceRef);
3777 if (sequence == null)
3779 // in pre-2.9 projects sequence ref is to sequence name
3780 sequence = al.findName(sequenceRef);
3782 if (sequence != null)
3784 jaa.createSequenceMapping(sequence, 1, true);
3785 sequence.addAlignmentAnnotation(jaa);
3788 // and make a note of any group association
3789 if (annotation.getGroupRef() != null
3790 && annotation.getGroupRef().length() > 0)
3792 List<jalview.datamodel.AlignmentAnnotation> aal = groupAnnotRefs
3793 .get(annotation.getGroupRef());
3796 aal = new ArrayList<>();
3797 groupAnnotRefs.put(annotation.getGroupRef(), aal);
3802 if (annotation.getScore() != null)
3804 jaa.setScore(annotation.getScore().doubleValue());
3806 if (annotation.isVisible() != null)
3808 jaa.visible = annotation.isVisible().booleanValue();
3811 if (annotation.isCentreColLabels() != null)
3813 jaa.centreColLabels = annotation.isCentreColLabels()
3817 if (annotation.isScaleColLabels() != null)
3819 jaa.scaleColLabel = annotation.isScaleColLabels().booleanValue();
3821 if (annotation.isAutoCalculated())
3823 // newer files have an 'autoCalculated' flag and store calculation
3824 // state in viewport properties
3825 jaa.autoCalculated = true; // means annotation will be marked for
3826 // update at end of load.
3828 if (annotation.getGraphHeight() != null)
3830 jaa.graphHeight = annotation.getGraphHeight().intValue();
3832 jaa.belowAlignment = annotation.isBelowAlignment();
3833 jaa.setCalcId(annotation.getCalcId());
3834 if (annotation.getProperty().size() > 0)
3836 for (Annotation.Property prop : annotation.getProperty())
3838 jaa.setProperty(prop.getName(), prop.getValue());
3841 if (jaa.autoCalculated)
3843 autoAlan.add(new JvAnnotRow(i, jaa));
3846 // if (!autoForView)
3848 // add autocalculated group annotation and any user created annotation
3850 al.addAnnotation(jaa);
3854 // ///////////////////////
3856 // Create alignment markup and styles for this view
3857 if (jalviewModel.getJGroup().size() > 0)
3859 List<JGroup> groups = jalviewModel.getJGroup();
3860 boolean addAnnotSchemeGroup = false;
3861 for (int i = 0; i < groups.size(); i++)
3863 JGroup jGroup = groups.get(i);
3864 ColourSchemeI cs = null;
3865 if (jGroup.getColour() != null)
3867 if (jGroup.getColour().startsWith("ucs"))
3869 cs = getUserColourScheme(jalviewModel, jGroup.getColour());
3871 else if (jGroup.getColour().equals("AnnotationColourGradient")
3872 && jGroup.getAnnotationColours() != null)
3874 addAnnotSchemeGroup = true;
3878 cs = ColourSchemeProperty.getColourScheme(null, al,
3879 jGroup.getColour());
3882 int pidThreshold = safeInt(jGroup.getPidThreshold());
3884 Vector<SequenceI> seqs = new Vector<>();
3886 for (int s = 0; s < jGroup.getSeq().size(); s++)
3888 String seqId = jGroup.getSeq().get(s);
3889 SequenceI ts = seqRefIds.get(seqId);
3893 seqs.addElement(ts);
3897 if (seqs.size() < 1)
3902 SequenceGroup sg = new SequenceGroup(seqs, jGroup.getName(), cs,
3903 safeBoolean(jGroup.isDisplayBoxes()),
3904 safeBoolean(jGroup.isDisplayText()),
3905 safeBoolean(jGroup.isColourText()),
3906 safeInt(jGroup.getStart()), safeInt(jGroup.getEnd()));
3907 sg.getGroupColourScheme().setThreshold(pidThreshold, true);
3908 sg.getGroupColourScheme()
3909 .setConservationInc(safeInt(jGroup.getConsThreshold()));
3910 sg.setOutlineColour(new Color(safeInt(jGroup.getOutlineColour())));
3912 sg.textColour = new Color(safeInt(jGroup.getTextCol1()));
3913 sg.textColour2 = new Color(safeInt(jGroup.getTextCol2()));
3914 sg.setShowNonconserved(safeBoolean(jGroup.isShowUnconserved()));
3915 sg.thresholdTextColour = safeInt(jGroup.getTextColThreshold());
3916 // attributes with a default in the schema are never null
3917 sg.setShowConsensusHistogram(jGroup.isShowConsensusHistogram());
3918 sg.setshowSequenceLogo(jGroup.isShowSequenceLogo());
3919 sg.setNormaliseSequenceLogo(jGroup.isNormaliseSequenceLogo());
3920 sg.setIgnoreGapsConsensus(jGroup.isIgnoreGapsinConsensus());
3921 if (jGroup.getConsThreshold() != null
3922 && jGroup.getConsThreshold().intValue() != 0)
3924 Conservation c = new Conservation("All", sg.getSequences(null), 0,
3927 c.verdict(false, 25);
3928 sg.cs.setConservation(c);
3931 if (jGroup.getId() != null && groupAnnotRefs.size() > 0)
3933 // re-instate unique group/annotation row reference
3934 List<AlignmentAnnotation> jaal = groupAnnotRefs
3935 .get(jGroup.getId());
3938 for (AlignmentAnnotation jaa : jaal)
3941 if (jaa.autoCalculated)
3943 // match up and try to set group autocalc alignment row for this
3945 if (jaa.label.startsWith("Consensus for "))
3947 sg.setConsensus(jaa);
3949 // match up and try to set group autocalc alignment row for this
3951 if (jaa.label.startsWith("Conservation for "))
3953 sg.setConservationRow(jaa);
3960 if (addAnnotSchemeGroup)
3962 // reconstruct the annotation colourscheme
3964 constructAnnotationColour(jGroup.getAnnotationColours(),
3965 null, al, jalviewModel, false));
3971 // only dataset in this model, so just return.
3974 // ///////////////////////////////
3977 AlignFrame af = null;
3978 AlignViewport av = null;
3979 // now check to see if we really need to create a new viewport.
3980 if (multipleView && viewportsAdded.size() == 0)
3982 // We recovered an alignment for which a viewport already exists.
3983 // TODO: fix up any settings necessary for overlaying stored state onto
3984 // state recovered from another document. (may not be necessary).
3985 // we may need a binding from a viewport in memory to one recovered from
3987 // and then recover its containing af to allow the settings to be applied.
3988 // TODO: fix for vamsas demo
3990 "About to recover a viewport for existing alignment: Sequence set ID is "
3992 Object seqsetobj = retrieveExistingObj(uniqueSeqSetId);
3993 if (seqsetobj != null)
3995 if (seqsetobj instanceof String)
3997 uniqueSeqSetId = (String) seqsetobj;
3999 "Recovered extant sequence set ID mapping for ID : New Sequence set ID is "
4005 "Warning : Collision between sequence set ID string and existing jalview object mapping.");
4011 * indicate that annotation colours are applied across all groups (pre
4012 * Jalview 2.8.1 behaviour)
4014 boolean doGroupAnnColour = Jalview2XML.isVersionStringLaterThan("2.8.1",
4015 jalviewModel.getVersion());
4017 AlignmentPanel ap = null;
4018 boolean isnewview = true;
4021 // Check to see if this alignment already has a view id == viewId
4022 jalview.gui.AlignmentPanel views[] = Desktop
4023 .getAlignmentPanels(uniqueSeqSetId);
4024 if (views != null && views.length > 0)
4026 for (int v = 0; v < views.length; v++)
4028 if (views[v].av.getViewId().equalsIgnoreCase(viewId))
4030 // recover the existing alignpanel, alignframe, viewport
4031 af = views[v].alignFrame;
4034 // TODO: could even skip resetting view settings if we don't want to
4035 // change the local settings from other jalview processes
4044 af = loadViewport(file, jseqs, hiddenSeqs, al, jalviewModel, view,
4045 uniqueSeqSetId, viewId, autoAlan);
4046 av = af.getViewport();
4051 * Load any trees, PDB structures and viewers
4053 * Not done if flag is false (when this method is used for New View)
4055 if (loadTreesAndStructures)
4057 loadTrees(jalviewModel, view, af, av, ap);
4058 loadPCAViewers(jalviewModel, ap);
4059 loadPDBStructures(jprovider, jseqs, af, ap);
4060 loadRnaViewers(jprovider, jseqs, ap);
4062 // and finally return.
4067 * Instantiate and link any saved RNA (Varna) viewers. The state of the Varna
4068 * panel is restored from separate jar entries, two (gapped and trimmed) per
4069 * sequence and secondary structure.
4071 * Currently each viewer shows just one sequence and structure (gapped and
4072 * trimmed), however this method is designed to support multiple sequences or
4073 * structures in viewers if wanted in future.
4079 private void loadRnaViewers(jarInputStreamProvider jprovider,
4080 List<JSeq> jseqs, AlignmentPanel ap)
4083 * scan the sequences for references to viewers; create each one the first
4084 * time it is referenced, add Rna models to existing viewers
4086 for (JSeq jseq : jseqs)
4088 for (int i = 0; i < jseq.getRnaViewer().size(); i++)
4090 RnaViewer viewer = jseq.getRnaViewer().get(i);
4091 AppVarna appVarna = findOrCreateVarnaViewer(viewer, uniqueSetSuffix,
4094 for (int j = 0; j < viewer.getSecondaryStructure().size(); j++)
4096 SecondaryStructure ss = viewer.getSecondaryStructure().get(j);
4097 SequenceI seq = seqRefIds.get(jseq.getId());
4098 AlignmentAnnotation ann = this.annotationIds
4099 .get(ss.getAnnotationId());
4102 * add the structure to the Varna display (with session state copied
4103 * from the jar to a temporary file)
4105 boolean gapped = safeBoolean(ss.isGapped());
4106 String rnaTitle = ss.getTitle();
4107 String sessionState = ss.getViewerState();
4108 String tempStateFile = copyJarEntry(jprovider, sessionState,
4110 RnaModel rna = new RnaModel(rnaTitle, ann, seq, null, gapped);
4111 appVarna.addModelSession(rna, rnaTitle, tempStateFile);
4113 appVarna.setInitialSelection(safeInt(viewer.getSelectedRna()));
4119 * Locate and return an already instantiated matching AppVarna, or create one
4123 * @param viewIdSuffix
4127 protected AppVarna findOrCreateVarnaViewer(RnaViewer viewer,
4128 String viewIdSuffix, AlignmentPanel ap)
4131 * on each load a suffix is appended to the saved viewId, to avoid conflicts
4132 * if load is repeated
4134 String postLoadId = viewer.getViewId() + viewIdSuffix;
4135 for (JInternalFrame frame : getAllFrames())
4137 if (frame instanceof AppVarna)
4139 AppVarna varna = (AppVarna) frame;
4140 if (postLoadId.equals(varna.getViewId()))
4142 // this viewer is already instantiated
4143 // could in future here add ap as another 'parent' of the
4144 // AppVarna window; currently just 1-to-many
4151 * viewer not found - make it
4153 RnaViewerModel model = new RnaViewerModel(postLoadId, viewer.getTitle(),
4154 safeInt(viewer.getXpos()), safeInt(viewer.getYpos()),
4155 safeInt(viewer.getWidth()), safeInt(viewer.getHeight()),
4156 safeInt(viewer.getDividerLocation()));
4157 AppVarna varna = new AppVarna(model, ap);
4163 * Load any saved trees
4171 protected void loadTrees(JalviewModel jm, Viewport view, AlignFrame af,
4172 AlignViewport av, AlignmentPanel ap)
4174 // TODO result of automated refactoring - are all these parameters needed?
4177 for (int t = 0; t < jm.getTree().size(); t++)
4180 Tree tree = jm.getTree().get(t);
4182 TreePanel tp = (TreePanel) retrieveExistingObj(tree.getId());
4185 tp = af.showNewickTree(new NewickFile(tree.getNewick()),
4186 tree.getTitle(), safeInt(tree.getWidth()),
4187 safeInt(tree.getHeight()), safeInt(tree.getXpos()),
4188 safeInt(tree.getYpos()));
4189 if (tree.getId() != null)
4191 // perhaps bind the tree id to something ?
4196 // update local tree attributes ?
4197 // TODO: should check if tp has been manipulated by user - if so its
4198 // settings shouldn't be modified
4199 tp.setTitle(tree.getTitle());
4200 tp.setBounds(new Rectangle(safeInt(tree.getXpos()),
4201 safeInt(tree.getYpos()), safeInt(tree.getWidth()),
4202 safeInt(tree.getHeight())));
4203 tp.setViewport(av); // af.viewport;
4204 // TODO: verify 'associate with all views' works still
4205 tp.getTreeCanvas().setViewport(av); // af.viewport;
4206 tp.getTreeCanvas().setAssociatedPanel(ap); // af.alignPanel;
4208 tp.getTreeCanvas().setApplyToAllViews(tree.isLinkToAllViews());
4212 "There was a problem recovering stored Newick tree: \n"
4213 + tree.getNewick());
4217 tp.fitToWindow.setState(safeBoolean(tree.isFitToWindow()));
4218 tp.fitToWindow_actionPerformed(null);
4220 if (tree.getFontName() != null)
4223 new Font(tree.getFontName(), safeInt(tree.getFontStyle()),
4224 safeInt(tree.getFontSize())));
4229 new Font(view.getFontName(), safeInt(view.getFontStyle()),
4230 safeInt(view.getFontSize())));
4233 tp.showPlaceholders(safeBoolean(tree.isMarkUnlinked()));
4234 tp.showBootstrap(safeBoolean(tree.isShowBootstrap()));
4235 tp.showDistances(safeBoolean(tree.isShowDistances()));
4237 tp.getTreeCanvas().setThreshold(safeFloat(tree.getThreshold()));
4239 if (safeBoolean(tree.isCurrentTree()))
4241 af.getViewport().setCurrentTree(tp.getTree());
4245 } catch (Exception ex)
4247 ex.printStackTrace();
4252 * Load and link any saved structure viewers.
4259 protected void loadPDBStructures(jarInputStreamProvider jprovider,
4260 List<JSeq> jseqs, AlignFrame af, AlignmentPanel ap)
4263 * Run through all PDB ids on the alignment, and collect mappings between
4264 * distinct view ids and all sequences referring to that view.
4266 Map<String, StructureViewerModel> structureViewers = new LinkedHashMap<>();
4268 for (int i = 0; i < jseqs.size(); i++)
4270 JSeq jseq = jseqs.get(i);
4271 if (jseq.getPdbids().size() > 0)
4273 List<Pdbids> ids = jseq.getPdbids();
4274 for (int p = 0; p < ids.size(); p++)
4276 Pdbids pdbid = ids.get(p);
4277 final int structureStateCount = pdbid.getStructureState().size();
4278 for (int s = 0; s < structureStateCount; s++)
4280 // check to see if we haven't already created this structure view
4281 final StructureState structureState = pdbid.getStructureState()
4283 String sviewid = (structureState.getViewId() == null) ? null
4284 : structureState.getViewId() + uniqueSetSuffix;
4285 jalview.datamodel.PDBEntry jpdb = new jalview.datamodel.PDBEntry();
4286 // Originally : pdbid.getFile()
4287 // : TODO: verify external PDB file recovery still works in normal
4288 // jalview project load
4290 loadPDBFile(jprovider, pdbid.getId(), pdbid.getFile()));
4291 jpdb.setId(pdbid.getId());
4293 int x = safeInt(structureState.getXpos());
4294 int y = safeInt(structureState.getYpos());
4295 int width = safeInt(structureState.getWidth());
4296 int height = safeInt(structureState.getHeight());
4298 // Probably don't need to do this anymore...
4299 // Desktop.desktop.getComponentAt(x, y);
4300 // TODO: NOW: check that this recovers the PDB file correctly.
4301 String pdbFile = loadPDBFile(jprovider, pdbid.getId(),
4303 jalview.datamodel.SequenceI seq = seqRefIds
4304 .get(jseq.getId() + "");
4305 if (sviewid == null)
4307 sviewid = "_jalview_pre2_4_" + x + "," + y + "," + width + ","
4310 if (!structureViewers.containsKey(sviewid))
4312 String viewerType = structureState.getType();
4313 if (viewerType == null) // pre Jalview 2.9
4315 viewerType = ViewerType.JMOL.toString();
4317 structureViewers.put(sviewid,
4318 new StructureViewerModel(x, y, width, height, false,
4319 false, true, structureState.getViewId(),
4321 // Legacy pre-2.7 conversion JAL-823 :
4322 // do not assume any view has to be linked for colour by
4326 // assemble String[] { pdb files }, String[] { id for each
4327 // file }, orig_fileloc, SequenceI[][] {{ seqs_file 1 }, {
4328 // seqs_file 2}, boolean[] {
4329 // linkAlignPanel,superposeWithAlignpanel}} from hash
4330 StructureViewerModel jmoldat = structureViewers.get(sviewid);
4331 jmoldat.setAlignWithPanel(jmoldat.isAlignWithPanel()
4332 || structureState.isAlignwithAlignPanel());
4335 * Default colour by linked panel to false if not specified (e.g.
4336 * for pre-2.7 projects)
4338 boolean colourWithAlignPanel = jmoldat.isColourWithAlignPanel();
4339 colourWithAlignPanel |= structureState.isColourwithAlignPanel();
4340 jmoldat.setColourWithAlignPanel(colourWithAlignPanel);
4343 * Default colour by viewer to true if not specified (e.g. for
4346 boolean colourByViewer = jmoldat.isColourByViewer();
4347 colourByViewer &= structureState.isColourByJmol();
4348 jmoldat.setColourByViewer(colourByViewer);
4350 if (jmoldat.getStateData().length() < structureState.getValue()
4351 /*Content()*/.length())
4353 jmoldat.setStateData(structureState.getValue());// Content());
4355 if (pdbid.getFile() != null)
4357 File mapkey = new File(pdbid.getFile());
4358 StructureData seqstrmaps = jmoldat.getFileData().get(mapkey);
4359 if (seqstrmaps == null)
4361 jmoldat.getFileData().put(mapkey,
4362 seqstrmaps = jmoldat.new StructureData(pdbFile,
4365 if (!seqstrmaps.getSeqList().contains(seq))
4367 seqstrmaps.getSeqList().add(seq);
4373 errorMessage = ("The Jmol views in this project were imported\nfrom an older version of Jalview.\nPlease review the sequence colour associations\nin the Colour by section of the Jmol View menu.\n\nIn the case of problems, see note at\nhttp://issues.jalview.org/browse/JAL-747");
4374 Console.warn(errorMessage);
4380 // Instantiate the associated structure views
4381 for (Entry<String, StructureViewerModel> entry : structureViewers
4386 createOrLinkStructureViewer(entry, af, ap, jprovider);
4387 } catch (Exception e)
4390 "Error loading structure viewer: " + e.getMessage());
4391 // failed - try the next one
4403 protected void createOrLinkStructureViewer(
4404 Entry<String, StructureViewerModel> viewerData, AlignFrame af,
4405 AlignmentPanel ap, jarInputStreamProvider jprovider)
4407 final StructureViewerModel stateData = viewerData.getValue();
4410 * Search for any viewer windows already open from other alignment views
4411 * that exactly match the stored structure state
4413 StructureViewerBase comp = findMatchingViewer(viewerData);
4417 linkStructureViewer(ap, comp, stateData);
4421 String type = stateData.getType();
4424 ViewerType viewerType = ViewerType.valueOf(type);
4425 createStructureViewer(viewerType, viewerData, af, jprovider);
4426 } catch (IllegalArgumentException | NullPointerException e)
4428 // TODO JAL-3619 show error dialog / offer an alternative viewer
4429 Console.error("Invalid structure viewer type: " + type);
4434 * Generates a name for the entry in the project jar file to hold state
4435 * information for a structure viewer
4440 protected String getViewerJarEntryName(String viewId)
4442 return VIEWER_PREFIX + viewId;
4446 * Returns any open frame that matches given structure viewer data. The match
4447 * is based on the unique viewId, or (for older project versions) the frame's
4453 protected StructureViewerBase findMatchingViewer(
4454 Entry<String, StructureViewerModel> viewerData)
4456 final String sviewid = viewerData.getKey();
4457 final StructureViewerModel svattrib = viewerData.getValue();
4458 StructureViewerBase comp = null;
4459 JInternalFrame[] frames = getAllFrames();
4460 for (JInternalFrame frame : frames)
4462 if (frame instanceof StructureViewerBase)
4465 * Post jalview 2.4 schema includes structure view id
4467 if (sviewid != null && ((StructureViewerBase) frame).getViewId()
4470 comp = (StructureViewerBase) frame;
4471 break; // break added in 2.9
4474 * Otherwise test for matching position and size of viewer frame
4476 else if (frame.getX() == svattrib.getX()
4477 && frame.getY() == svattrib.getY()
4478 && frame.getHeight() == svattrib.getHeight()
4479 && frame.getWidth() == svattrib.getWidth())
4481 comp = (StructureViewerBase) frame;
4482 // no break in faint hope of an exact match on viewId
4490 * Link an AlignmentPanel to an existing structure viewer.
4495 * @param useinViewerSuperpos
4496 * @param usetoColourbyseq
4497 * @param viewerColouring
4499 protected void linkStructureViewer(AlignmentPanel ap,
4500 StructureViewerBase viewer, StructureViewerModel stateData)
4502 // NOTE: if the jalview project is part of a shared session then
4503 // view synchronization should/could be done here.
4505 final boolean useinViewerSuperpos = stateData.isAlignWithPanel();
4506 final boolean usetoColourbyseq = stateData.isColourWithAlignPanel();
4507 final boolean viewerColouring = stateData.isColourByViewer();
4508 Map<File, StructureData> oldFiles = stateData.getFileData();
4511 * Add mapping for sequences in this view to an already open viewer
4513 final AAStructureBindingModel binding = viewer.getBinding();
4514 for (File id : oldFiles.keySet())
4516 // add this and any other pdb files that should be present in the
4518 StructureData filedat = oldFiles.get(id);
4519 String pdbFile = filedat.getFilePath();
4520 SequenceI[] seq = filedat.getSeqList().toArray(new SequenceI[0]);
4521 binding.getSsm().setMapping(seq, null, pdbFile, DataSourceType.FILE,
4523 binding.addSequenceForStructFile(pdbFile, seq);
4525 // and add the AlignmentPanel's reference to the view panel
4526 viewer.addAlignmentPanel(ap);
4527 if (useinViewerSuperpos)
4529 viewer.useAlignmentPanelForSuperposition(ap);
4533 viewer.excludeAlignmentPanelForSuperposition(ap);
4535 if (usetoColourbyseq)
4537 viewer.useAlignmentPanelForColourbyseq(ap, !viewerColouring);
4541 viewer.excludeAlignmentPanelForColourbyseq(ap);
4546 * Get all frames within the Desktop.
4550 protected JInternalFrame[] getAllFrames()
4552 JInternalFrame[] frames = null;
4553 // TODO is this necessary - is it safe - risk of hanging?
4558 frames = Desktop.desktop.getAllFrames();
4559 } catch (ArrayIndexOutOfBoundsException e)
4561 // occasional No such child exceptions are thrown here...
4565 } catch (InterruptedException f)
4569 } while (frames == null);
4574 * Answers true if 'version' is equal to or later than 'supported', where each
4575 * is formatted as major/minor versions like "2.8.3" or "2.3.4b1" for bugfix
4576 * changes. Development and test values for 'version' are leniently treated
4580 * - minimum version we are comparing against
4582 * - version of data being processsed
4585 public static boolean isVersionStringLaterThan(String supported,
4588 if (supported == null || version == null
4589 || version.equalsIgnoreCase("DEVELOPMENT BUILD")
4590 || version.equalsIgnoreCase("Test")
4591 || version.equalsIgnoreCase("AUTOMATED BUILD"))
4593 System.err.println("Assuming project file with "
4594 + (version == null ? "null" : version)
4595 + " is compatible with Jalview version " + supported);
4600 return StringUtils.compareVersions(version, supported, "b") >= 0;
4604 Vector<JalviewStructureDisplayI> newStructureViewers = null;
4606 protected void addNewStructureViewer(JalviewStructureDisplayI sview)
4608 if (newStructureViewers != null)
4610 sview.getBinding().setFinishedLoadingFromArchive(false);
4611 newStructureViewers.add(sview);
4615 protected void setLoadingFinishedForNewStructureViewers()
4617 if (newStructureViewers != null)
4619 for (JalviewStructureDisplayI sview : newStructureViewers)
4621 sview.getBinding().setFinishedLoadingFromArchive(true);
4623 newStructureViewers.clear();
4624 newStructureViewers = null;
4628 AlignFrame loadViewport(String file, List<JSeq> JSEQ,
4629 List<SequenceI> hiddenSeqs, AlignmentI al, JalviewModel jm,
4630 Viewport view, String uniqueSeqSetId, String viewId,
4631 List<JvAnnotRow> autoAlan)
4633 AlignFrame af = null;
4634 af = new AlignFrame(al, safeInt(view.getWidth()),
4635 safeInt(view.getHeight()), uniqueSeqSetId, viewId)
4639 // protected void processKeyEvent(java.awt.event.KeyEvent e) {
4640 // System.out.println("Jalview2XML AF " + e);
4641 // super.processKeyEvent(e);
4648 af.setFileName(file, FileFormat.Jalview);
4650 final AlignViewport viewport = af.getViewport();
4651 for (int i = 0; i < JSEQ.size(); i++)
4653 int colour = safeInt(JSEQ.get(i).getColour());
4654 viewport.setSequenceColour(viewport.getAlignment().getSequenceAt(i),
4660 viewport.setColourByReferenceSeq(true);
4661 viewport.setDisplayReferenceSeq(true);
4664 viewport.setGatherViewsHere(safeBoolean(view.isGatheredViews()));
4666 if (view.getSequenceSetId() != null)
4668 AlignmentViewport av = viewportsAdded.get(uniqueSeqSetId);
4670 viewport.setSequenceSetId(uniqueSeqSetId);
4673 // propagate shared settings to this new view
4674 viewport.setHistoryList(av.getHistoryList());
4675 viewport.setRedoList(av.getRedoList());
4679 viewportsAdded.put(uniqueSeqSetId, viewport);
4681 // TODO: check if this method can be called repeatedly without
4682 // side-effects if alignpanel already registered.
4683 PaintRefresher.Register(af.alignPanel, uniqueSeqSetId);
4685 // apply Hidden regions to view.
4686 if (hiddenSeqs != null)
4688 for (int s = 0; s < JSEQ.size(); s++)
4690 SequenceGroup hidden = new SequenceGroup();
4691 boolean isRepresentative = false;
4692 for (int r = 0; r < JSEQ.get(s).getHiddenSequences().size(); r++)
4694 isRepresentative = true;
4695 SequenceI sequenceToHide = al
4696 .getSequenceAt(JSEQ.get(s).getHiddenSequences().get(r));
4697 hidden.addSequence(sequenceToHide, false);
4698 // remove from hiddenSeqs list so we don't try to hide it twice
4699 hiddenSeqs.remove(sequenceToHide);
4701 if (isRepresentative)
4703 SequenceI representativeSequence = al.getSequenceAt(s);
4704 hidden.addSequence(representativeSequence, false);
4705 viewport.hideRepSequences(representativeSequence, hidden);
4709 SequenceI[] hseqs = hiddenSeqs
4710 .toArray(new SequenceI[hiddenSeqs.size()]);
4711 viewport.hideSequence(hseqs);
4714 // recover view properties and display parameters
4716 viewport.setShowAnnotation(safeBoolean(view.isShowAnnotation()));
4717 viewport.setAbovePIDThreshold(safeBoolean(view.isPidSelected()));
4718 final int pidThreshold = safeInt(view.getPidThreshold());
4719 viewport.setThreshold(pidThreshold);
4721 viewport.setColourText(safeBoolean(view.isShowColourText()));
4723 viewport.setConservationSelected(
4724 safeBoolean(view.isConservationSelected()));
4725 viewport.setIncrement(safeInt(view.getConsThreshold()));
4726 viewport.setShowJVSuffix(safeBoolean(view.isShowFullId()));
4727 viewport.setRightAlignIds(safeBoolean(view.isRightAlignIds()));
4728 viewport.setFont(new Font(view.getFontName(),
4729 safeInt(view.getFontStyle()), safeInt(view.getFontSize())),
4731 ViewStyleI vs = viewport.getViewStyle();
4732 vs.setScaleProteinAsCdna(view.isScaleProteinAsCdna());
4733 viewport.setViewStyle(vs);
4734 // TODO: allow custom charWidth/Heights to be restored by updating them
4735 // after setting font - which means set above to false
4736 viewport.setRenderGaps(safeBoolean(view.isRenderGaps()));
4737 viewport.setWrapAlignment(safeBoolean(view.isWrapAlignment()));
4738 viewport.setShowAnnotation(safeBoolean(view.isShowAnnotation()));
4740 viewport.setShowBoxes(safeBoolean(view.isShowBoxes()));
4742 viewport.setShowText(safeBoolean(view.isShowText()));
4744 viewport.setTextColour(new Color(safeInt(view.getTextCol1())));
4745 viewport.setTextColour2(new Color(safeInt(view.getTextCol2())));
4746 viewport.setThresholdTextColour(safeInt(view.getTextColThreshold()));
4747 viewport.setShowUnconserved(view.isShowUnconserved());
4748 viewport.getRanges().setStartRes(safeInt(view.getStartRes()));
4750 if (view.getViewName() != null)
4752 viewport.setViewName(view.getViewName());
4753 af.setInitialTabVisible();
4755 af.setBounds(safeInt(view.getXpos()), safeInt(view.getYpos()),
4756 safeInt(view.getWidth()), safeInt(view.getHeight()));
4757 // startSeq set in af.alignPanel.updateLayout below
4758 af.alignPanel.updateLayout();
4759 ColourSchemeI cs = null;
4760 // apply colourschemes
4761 if (view.getBgColour() != null)
4763 if (view.getBgColour().startsWith("ucs"))
4765 cs = getUserColourScheme(jm, view.getBgColour());
4767 else if (view.getBgColour().startsWith("Annotation"))
4769 AnnotationColourScheme viewAnnColour = view.getAnnotationColours();
4770 cs = constructAnnotationColour(viewAnnColour, af, al, jm, true);
4777 cs = ColourSchemeProperty.getColourScheme(af.getViewport(), al,
4778 view.getBgColour());
4783 * turn off 'alignment colour applies to all groups'
4784 * while restoring global colour scheme
4786 viewport.setColourAppliesToAllGroups(false);
4787 viewport.setGlobalColourScheme(cs);
4788 viewport.getResidueShading().setThreshold(pidThreshold,
4789 view.isIgnoreGapsinConsensus());
4790 viewport.getResidueShading()
4791 .setConsensus(viewport.getSequenceConsensusHash());
4792 if (safeBoolean(view.isConservationSelected()) && cs != null)
4794 viewport.getResidueShading()
4795 .setConservationInc(safeInt(view.getConsThreshold()));
4797 af.changeColour(cs);
4798 viewport.setColourAppliesToAllGroups(true);
4800 viewport.setShowSequenceFeatures(
4801 safeBoolean(view.isShowSequenceFeatures()));
4803 viewport.setCentreColumnLabels(view.isCentreColumnLabels());
4804 viewport.setIgnoreGapsConsensus(view.isIgnoreGapsinConsensus(), null);
4805 viewport.setFollowHighlight(view.isFollowHighlight());
4806 viewport.followSelection = view.isFollowSelection();
4807 viewport.setShowConsensusHistogram(view.isShowConsensusHistogram());
4808 viewport.setShowSequenceLogo(view.isShowSequenceLogo());
4809 viewport.setNormaliseSequenceLogo(view.isNormaliseSequenceLogo());
4810 viewport.setShowDBRefs(safeBoolean(view.isShowDbRefTooltip()));
4811 viewport.setShowNPFeats(safeBoolean(view.isShowNPfeatureTooltip()));
4812 viewport.setShowGroupConsensus(view.isShowGroupConsensus());
4813 viewport.setShowGroupConservation(view.isShowGroupConservation());
4814 viewport.setShowComplementFeatures(view.isShowComplementFeatures());
4815 viewport.setShowComplementFeaturesOnTop(
4816 view.isShowComplementFeaturesOnTop());
4818 // recover feature settings
4819 if (jm.getFeatureSettings() != null)
4821 FeatureRendererModel fr = af.alignPanel.getSeqPanel().seqCanvas
4822 .getFeatureRenderer();
4823 FeaturesDisplayed fdi;
4824 viewport.setFeaturesDisplayed(fdi = new FeaturesDisplayed());
4825 String[] renderOrder = new String[jm.getFeatureSettings().getSetting()
4827 Map<String, FeatureColourI> featureColours = new Hashtable<>();
4828 Map<String, Float> featureOrder = new Hashtable<>();
4830 for (int fs = 0; fs < jm.getFeatureSettings().getSetting()
4833 Setting setting = jm.getFeatureSettings().getSetting().get(fs);
4834 String featureType = setting.getType();
4837 * restore feature filters (if any)
4839 jalview.xml.binding.jalview.FeatureMatcherSet filters = setting
4841 if (filters != null)
4843 FeatureMatcherSetI filter = Jalview2XML.parseFilter(featureType,
4845 if (!filter.isEmpty())
4847 fr.setFeatureFilter(featureType, filter);
4852 * restore feature colour scheme
4854 Color maxColour = new Color(setting.getColour());
4855 if (setting.getMincolour() != null)
4858 * minColour is always set unless a simple colour
4859 * (including for colour by label though it doesn't use it)
4861 Color minColour = new Color(setting.getMincolour().intValue());
4862 Color noValueColour = minColour;
4863 NoValueColour noColour = setting.getNoValueColour();
4864 if (noColour == NoValueColour.NONE)
4866 noValueColour = null;
4868 else if (noColour == NoValueColour.MAX)
4870 noValueColour = maxColour;
4872 float min = safeFloat(safeFloat(setting.getMin()));
4873 float max = setting.getMax() == null ? 1f
4874 : setting.getMax().floatValue();
4875 FeatureColourI gc = new FeatureColour(maxColour, minColour,
4876 maxColour, noValueColour, min, max);
4877 if (setting.getAttributeName().size() > 0)
4879 gc.setAttributeName(setting.getAttributeName().toArray(
4880 new String[setting.getAttributeName().size()]));
4882 if (setting.getThreshold() != null)
4884 gc.setThreshold(setting.getThreshold().floatValue());
4885 int threshstate = safeInt(setting.getThreshstate());
4886 // -1 = None, 0 = Below, 1 = Above threshold
4887 if (threshstate == 0)
4889 gc.setBelowThreshold(true);
4891 else if (threshstate == 1)
4893 gc.setAboveThreshold(true);
4896 gc.setAutoScaled(true); // default
4897 if (setting.isAutoScale() != null)
4899 gc.setAutoScaled(setting.isAutoScale());
4901 if (setting.isColourByLabel() != null)
4903 gc.setColourByLabel(setting.isColourByLabel());
4905 // and put in the feature colour table.
4906 featureColours.put(featureType, gc);
4910 featureColours.put(featureType, new FeatureColour(maxColour));
4912 renderOrder[fs] = featureType;
4913 if (setting.getOrder() != null)
4915 featureOrder.put(featureType, setting.getOrder().floatValue());
4919 featureOrder.put(featureType, Float.valueOf(
4920 fs / jm.getFeatureSettings().getSetting().size()));
4922 if (safeBoolean(setting.isDisplay()))
4924 fdi.setVisible(featureType);
4927 Map<String, Boolean> fgtable = new Hashtable<>();
4928 for (int gs = 0; gs < jm.getFeatureSettings().getGroup().size(); gs++)
4930 Group grp = jm.getFeatureSettings().getGroup().get(gs);
4931 fgtable.put(grp.getName(), Boolean.valueOf(grp.isDisplay()));
4933 // FeatureRendererSettings frs = new FeatureRendererSettings(renderOrder,
4934 // fgtable, featureColours, jms.getFeatureSettings().hasTransparency() ?
4935 // jms.getFeatureSettings().getTransparency() : 0.0, featureOrder);
4936 FeatureRendererSettings frs = new FeatureRendererSettings(renderOrder,
4937 fgtable, featureColours, 1.0f, featureOrder);
4938 fr.transferSettings(frs);
4941 if (view.getHiddenColumns().size() > 0)
4943 for (int c = 0; c < view.getHiddenColumns().size(); c++)
4945 final HiddenColumns hc = view.getHiddenColumns().get(c);
4946 viewport.hideColumns(safeInt(hc.getStart()),
4947 safeInt(hc.getEnd()) /* +1 */);
4950 if (view.getCalcIdParam() != null)
4952 for (CalcIdParam calcIdParam : view.getCalcIdParam())
4954 if (calcIdParam != null)
4956 if (recoverCalcIdParam(calcIdParam, viewport))
4961 Console.warn("Couldn't recover parameters for "
4962 + calcIdParam.getCalcId());
4967 af.setMenusFromViewport(viewport);
4968 af.setTitle(view.getTitle());
4969 // TODO: we don't need to do this if the viewport is aready visible.
4971 * Add the AlignFrame to the desktop (it may be 'gathered' later), unless it
4972 * has a 'cdna/protein complement' view, in which case save it in order to
4973 * populate a SplitFrame once all views have been read in.
4975 String complementaryViewId = view.getComplementId();
4976 if (complementaryViewId == null)
4978 Desktop.addInternalFrame(af, view.getTitle(),
4979 safeInt(view.getWidth()), safeInt(view.getHeight()));
4980 // recompute any autoannotation
4981 af.alignPanel.updateAnnotation(false, true);
4982 reorderAutoannotation(af, al, autoAlan);
4983 af.alignPanel.alignmentChanged();
4987 splitFrameCandidates.put(view, af);
4993 * Reads saved data to restore Colour by Annotation settings
4995 * @param viewAnnColour
4999 * @param checkGroupAnnColour
5002 private ColourSchemeI constructAnnotationColour(
5003 AnnotationColourScheme viewAnnColour, AlignFrame af,
5004 AlignmentI al, JalviewModel model, boolean checkGroupAnnColour)
5006 boolean propagateAnnColour = false;
5007 AlignmentI annAlignment = af != null ? af.getViewport().getAlignment()
5009 if (checkGroupAnnColour && al.getGroups() != null
5010 && al.getGroups().size() > 0)
5012 // pre 2.8.1 behaviour
5013 // check to see if we should transfer annotation colours
5014 propagateAnnColour = true;
5015 for (SequenceGroup sg : al.getGroups())
5017 if (sg.getColourScheme() instanceof AnnotationColourGradient)
5019 propagateAnnColour = false;
5025 * 2.10.2- : saved annotationId is AlignmentAnnotation.annotationId
5027 String annotationId = viewAnnColour.getAnnotation();
5028 AlignmentAnnotation matchedAnnotation = annotationIds.get(annotationId);
5031 * pre 2.10.2: saved annotationId is AlignmentAnnotation.label
5033 if (matchedAnnotation == null
5034 && annAlignment.getAlignmentAnnotation() != null)
5036 for (int i = 0; i < annAlignment.getAlignmentAnnotation().length; i++)
5039 .equals(annAlignment.getAlignmentAnnotation()[i].label))
5041 matchedAnnotation = annAlignment.getAlignmentAnnotation()[i];
5046 if (matchedAnnotation == null)
5048 System.err.println("Failed to match annotation colour scheme for "
5052 if (matchedAnnotation.getThreshold() == null)
5054 matchedAnnotation.setThreshold(
5055 new GraphLine(safeFloat(viewAnnColour.getThreshold()),
5056 "Threshold", Color.black));
5059 AnnotationColourGradient cs = null;
5060 if (viewAnnColour.getColourScheme().equals("None"))
5062 cs = new AnnotationColourGradient(matchedAnnotation,
5063 new Color(safeInt(viewAnnColour.getMinColour())),
5064 new Color(safeInt(viewAnnColour.getMaxColour())),
5065 safeInt(viewAnnColour.getAboveThreshold()));
5067 else if (viewAnnColour.getColourScheme().startsWith("ucs"))
5069 cs = new AnnotationColourGradient(matchedAnnotation,
5070 getUserColourScheme(model, viewAnnColour.getColourScheme()),
5071 safeInt(viewAnnColour.getAboveThreshold()));
5075 cs = new AnnotationColourGradient(matchedAnnotation,
5076 ColourSchemeProperty.getColourScheme(af.getViewport(), al,
5077 viewAnnColour.getColourScheme()),
5078 safeInt(viewAnnColour.getAboveThreshold()));
5081 boolean perSequenceOnly = safeBoolean(viewAnnColour.isPerSequence());
5082 boolean useOriginalColours = safeBoolean(
5083 viewAnnColour.isPredefinedColours());
5084 cs.setSeqAssociated(perSequenceOnly);
5085 cs.setPredefinedColours(useOriginalColours);
5087 if (propagateAnnColour && al.getGroups() != null)
5089 // Also use these settings for all the groups
5090 for (int g = 0; g < al.getGroups().size(); g++)
5092 SequenceGroup sg = al.getGroups().get(g);
5093 if (sg.getGroupColourScheme() == null)
5098 AnnotationColourGradient groupScheme = new AnnotationColourGradient(
5099 matchedAnnotation, sg.getColourScheme(),
5100 safeInt(viewAnnColour.getAboveThreshold()));
5101 sg.setColourScheme(groupScheme);
5102 groupScheme.setSeqAssociated(perSequenceOnly);
5103 groupScheme.setPredefinedColours(useOriginalColours);
5109 private void reorderAutoannotation(AlignFrame af, AlignmentI al,
5110 List<JvAnnotRow> autoAlan)
5112 // copy over visualization settings for autocalculated annotation in the
5114 if (al.getAlignmentAnnotation() != null)
5117 * Kludge for magic autoannotation names (see JAL-811)
5119 String[] magicNames = new String[] { "Consensus", "Quality",
5121 JvAnnotRow nullAnnot = new JvAnnotRow(-1, null);
5122 Hashtable<String, JvAnnotRow> visan = new Hashtable<>();
5123 for (String nm : magicNames)
5125 visan.put(nm, nullAnnot);
5127 for (JvAnnotRow auan : autoAlan)
5129 visan.put(auan.template.label
5130 + (auan.template.getCalcId() == null ? ""
5131 : "\t" + auan.template.getCalcId()),
5134 int hSize = al.getAlignmentAnnotation().length;
5135 List<JvAnnotRow> reorder = new ArrayList<>();
5136 // work through any autoCalculated annotation already on the view
5137 // removing it if it should be placed in a different location on the
5138 // annotation panel.
5139 List<String> remains = new ArrayList<>(visan.keySet());
5140 for (int h = 0; h < hSize; h++)
5142 jalview.datamodel.AlignmentAnnotation jalan = al
5143 .getAlignmentAnnotation()[h];
5144 if (jalan.autoCalculated)
5147 JvAnnotRow valan = visan.get(k = jalan.label);
5148 if (jalan.getCalcId() != null)
5150 valan = visan.get(k = jalan.label + "\t" + jalan.getCalcId());
5155 // delete the auto calculated row from the alignment
5156 al.deleteAnnotation(jalan, false);
5160 if (valan != nullAnnot)
5162 if (jalan != valan.template)
5164 // newly created autoannotation row instance
5165 // so keep a reference to the visible annotation row
5166 // and copy over all relevant attributes
5167 if (valan.template.graphHeight >= 0)
5170 jalan.graphHeight = valan.template.graphHeight;
5172 jalan.visible = valan.template.visible;
5174 reorder.add(new JvAnnotRow(valan.order, jalan));
5179 // Add any (possibly stale) autocalculated rows that were not appended to
5180 // the view during construction
5181 for (String other : remains)
5183 JvAnnotRow othera = visan.get(other);
5184 if (othera != nullAnnot && othera.template.getCalcId() != null
5185 && othera.template.getCalcId().length() > 0)
5187 reorder.add(othera);
5190 // now put the automatic annotation in its correct place
5191 int s = 0, srt[] = new int[reorder.size()];
5192 JvAnnotRow[] rws = new JvAnnotRow[reorder.size()];
5193 for (JvAnnotRow jvar : reorder)
5196 srt[s++] = jvar.order;
5199 jalview.util.QuickSort.sort(srt, rws);
5200 // and re-insert the annotation at its correct position
5201 for (JvAnnotRow jvar : rws)
5203 al.addAnnotation(jvar.template, jvar.order);
5205 af.alignPanel.adjustAnnotationHeight();
5209 Hashtable skipList = null;
5212 * TODO remove this method
5215 * @return AlignFrame bound to sequenceSetId from view, if one exists. private
5216 * AlignFrame getSkippedFrame(Viewport view) { if (skipList==null) {
5217 * throw new Error("Implementation Error. No skipList defined for this
5218 * Jalview2XML instance."); } return (AlignFrame)
5219 * skipList.get(view.getSequenceSetId()); }
5223 * Check if the Jalview view contained in object should be skipped or not.
5226 * @return true if view's sequenceSetId is a key in skipList
5228 private boolean skipViewport(JalviewModel object)
5230 if (skipList == null)
5234 String id = object.getViewport().get(0).getSequenceSetId();
5235 if (skipList.containsKey(id))
5237 Console.debug("Skipping seuqence set id " + id);
5243 public void addToSkipList(AlignFrame af)
5245 if (skipList == null)
5247 skipList = new Hashtable();
5249 skipList.put(af.getViewport().getSequenceSetId(), af);
5252 public void clearSkipList()
5254 if (skipList != null)
5261 private void recoverDatasetFor(SequenceSet vamsasSet, AlignmentI al,
5262 boolean ignoreUnrefed, String uniqueSeqSetId)
5264 jalview.datamodel.AlignmentI ds = getDatasetFor(
5265 vamsasSet.getDatasetId());
5266 AlignmentI xtant_ds = ds;
5267 if (xtant_ds == null)
5269 // good chance we are about to create a new dataset, but check if we've
5270 // seen some of the dataset sequence IDs before.
5271 // TODO: skip this check if we are working with project generated by
5272 // version 2.11 or later
5273 xtant_ds = checkIfHasDataset(vamsasSet.getSequence());
5274 if (xtant_ds != null)
5277 addDatasetRef(vamsasSet.getDatasetId(), ds);
5280 Vector<SequenceI> dseqs = null;
5283 // recovering an alignment View
5284 AlignmentI seqSetDS = getDatasetFor(UNIQSEQSETID + uniqueSeqSetId);
5285 if (seqSetDS != null)
5287 if (ds != null && ds != seqSetDS)
5290 "JAL-3171 regression: Overwriting a dataset reference for an alignment"
5291 + " - CDS/Protein crossreference data may be lost");
5292 if (xtant_ds != null)
5294 // This can only happen if the unique sequence set ID was bound to a
5295 // dataset that did not contain any of the sequences in the view
5296 // currently being restored.
5298 "JAL-3171 SERIOUS! TOTAL CONFUSION - please consider contacting the Jalview Development team so they can investigate why your project caused this message to be displayed.");
5302 addDatasetRef(vamsasSet.getDatasetId(), ds);
5307 // try even harder to restore dataset
5308 AlignmentI xtantDS = checkIfHasDataset(vamsasSet.getSequence());
5309 // create a list of new dataset sequences
5310 dseqs = new Vector<>();
5312 for (int i = 0, iSize = vamsasSet.getSequence().size(); i < iSize; i++)
5314 Sequence vamsasSeq = vamsasSet.getSequence().get(i);
5315 ensureJalviewDatasetSequence(vamsasSeq, ds, dseqs, ignoreUnrefed, i);
5317 // create a new dataset
5320 SequenceI[] dsseqs = new SequenceI[dseqs.size()];
5321 dseqs.copyInto(dsseqs);
5322 ds = new jalview.datamodel.Alignment(dsseqs);
5323 Console.debug("Created new dataset " + vamsasSet.getDatasetId()
5324 + " for alignment " + System.identityHashCode(al));
5325 addDatasetRef(vamsasSet.getDatasetId(), ds);
5327 // set the dataset for the newly imported alignment.
5328 if (al.getDataset() == null && !ignoreUnrefed)
5331 // register dataset for the alignment's uniqueSeqSetId for legacy projects
5332 addDatasetRef(UNIQSEQSETID + uniqueSeqSetId, ds);
5334 updateSeqDatasetBinding(vamsasSet.getSequence(), ds);
5338 * XML dataset sequence ID to materialised dataset reference
5340 HashMap<String, AlignmentI> seqToDataset = new HashMap<>();
5343 * @return the first materialised dataset reference containing a dataset
5344 * sequence referenced in the given view
5346 * - sequences from the view
5348 AlignmentI checkIfHasDataset(List<Sequence> list)
5350 for (Sequence restoredSeq : list)
5352 AlignmentI datasetFor = seqToDataset.get(restoredSeq.getDsseqid());
5353 if (datasetFor != null)
5362 * Register ds as the containing dataset for the dataset sequences referenced
5363 * by sequences in list
5366 * - sequences in a view
5369 void updateSeqDatasetBinding(List<Sequence> list, AlignmentI ds)
5371 for (Sequence restoredSeq : list)
5373 AlignmentI prevDS = seqToDataset.put(restoredSeq.getDsseqid(), ds);
5374 if (prevDS != null && prevDS != ds)
5376 Console.warn("Dataset sequence appears in many datasets: "
5377 + restoredSeq.getDsseqid());
5378 // TODO: try to merge!
5386 * sequence definition to create/merge dataset sequence for
5390 * vector to add new dataset sequence to
5391 * @param ignoreUnrefed
5392 * - when true, don't create new sequences from vamsasSeq if it's id
5393 * doesn't already have an asssociated Jalview sequence.
5395 * - used to reorder the sequence in the alignment according to the
5396 * vamsasSeq array ordering, to preserve ordering of dataset
5398 private void ensureJalviewDatasetSequence(Sequence vamsasSeq,
5399 AlignmentI ds, Vector<SequenceI> dseqs, boolean ignoreUnrefed,
5402 // JBP TODO: Check this is called for AlCodonFrames to support recovery of
5404 SequenceI sq = seqRefIds.get(vamsasSeq.getId());
5405 boolean reorder = false;
5406 SequenceI dsq = null;
5407 if (sq != null && sq.getDatasetSequence() != null)
5409 dsq = sq.getDatasetSequence();
5415 if (sq == null && ignoreUnrefed)
5419 String sqid = vamsasSeq.getDsseqid();
5422 // need to create or add a new dataset sequence reference to this sequence
5425 dsq = seqRefIds.get(sqid);
5430 // make a new dataset sequence
5431 dsq = sq.createDatasetSequence();
5434 // make up a new dataset reference for this sequence
5435 sqid = seqHash(dsq);
5437 dsq.setVamsasId(uniqueSetSuffix + sqid);
5438 seqRefIds.put(sqid, dsq);
5443 dseqs.addElement(dsq);
5448 ds.addSequence(dsq);
5454 { // make this dataset sequence sq's dataset sequence
5455 sq.setDatasetSequence(dsq);
5456 // and update the current dataset alignment
5461 if (!dseqs.contains(dsq))
5468 if (ds.findIndex(dsq) < 0)
5470 ds.addSequence(dsq);
5477 // TODO: refactor this as a merge dataset sequence function
5478 // now check that sq (the dataset sequence) sequence really is the union of
5479 // all references to it
5480 // boolean pre = sq.getStart() < dsq.getStart();
5481 // boolean post = sq.getEnd() > dsq.getEnd();
5485 // StringBuffer sb = new StringBuffer();
5486 String newres = jalview.analysis.AlignSeq.extractGaps(
5487 jalview.util.Comparison.GapChars, sq.getSequenceAsString());
5488 if (!newres.equalsIgnoreCase(dsq.getSequenceAsString())
5489 && newres.length() > dsq.getLength())
5491 // Update with the longer sequence.
5495 * if (pre) { sb.insert(0, newres .substring(0, dsq.getStart() -
5496 * sq.getStart())); dsq.setStart(sq.getStart()); } if (post) {
5497 * sb.append(newres.substring(newres.length() - sq.getEnd() -
5498 * dsq.getEnd())); dsq.setEnd(sq.getEnd()); }
5500 dsq.setSequence(newres);
5502 // TODO: merges will never happen if we 'know' we have the real dataset
5503 // sequence - this should be detected when id==dssid
5505 "DEBUG Notice: Merged dataset sequence (if you see this often, post at http://issues.jalview.org/browse/JAL-1474)"); // ("
5506 // + (pre ? "prepended" : "") + " "
5507 // + (post ? "appended" : ""));
5512 // sequence refs are identical. We may need to update the existing dataset
5513 // alignment with this one, though.
5514 if (ds != null && dseqs == null)
5516 int opos = ds.findIndex(dsq);
5517 SequenceI tseq = null;
5518 if (opos != -1 && vseqpos != opos)
5520 // remove from old position
5521 ds.deleteSequence(dsq);
5523 if (vseqpos < ds.getHeight())
5525 if (vseqpos != opos)
5527 // save sequence at destination position
5528 tseq = ds.getSequenceAt(vseqpos);
5529 ds.replaceSequenceAt(vseqpos, dsq);
5530 ds.addSequence(tseq);
5535 ds.addSequence(dsq);
5542 * TODO use AlignmentI here and in related methods - needs
5543 * AlignmentI.getDataset() changed to return AlignmentI instead of Alignment
5545 Hashtable<String, AlignmentI> datasetIds = null;
5547 IdentityHashMap<AlignmentI, String> dataset2Ids = null;
5549 private AlignmentI getDatasetFor(String datasetId)
5551 if (datasetIds == null)
5553 datasetIds = new Hashtable<>();
5556 if (datasetIds.containsKey(datasetId))
5558 return datasetIds.get(datasetId);
5563 private void addDatasetRef(String datasetId, AlignmentI dataset)
5565 if (datasetIds == null)
5567 datasetIds = new Hashtable<>();
5569 datasetIds.put(datasetId, dataset);
5573 * make a new dataset ID for this jalview dataset alignment
5578 private String getDatasetIdRef(AlignmentI dataset)
5580 if (dataset.getDataset() != null)
5583 "Serious issue! Dataset Object passed to getDatasetIdRef is not a Jalview DATASET alignment...");
5585 String datasetId = makeHashCode(dataset, null);
5586 if (datasetId == null)
5588 // make a new datasetId and record it
5589 if (dataset2Ids == null)
5591 dataset2Ids = new IdentityHashMap<>();
5595 datasetId = dataset2Ids.get(dataset);
5597 if (datasetId == null)
5599 datasetId = "ds" + dataset2Ids.size() + 1;
5600 dataset2Ids.put(dataset, datasetId);
5607 * Add any saved DBRefEntry's to the sequence. An entry flagged as 'locus' is
5608 * constructed as a special subclass GeneLocus.
5610 * @param datasetSequence
5613 private void addDBRefs(SequenceI datasetSequence, Sequence sequence)
5615 for (int d = 0; d < sequence.getDBRef().size(); d++)
5617 DBRef dr = sequence.getDBRef().get(d);
5621 entry = new GeneLocus(dr.getSource(), dr.getVersion(),
5622 dr.getAccessionId());
5626 entry = new DBRefEntry(dr.getSource(), dr.getVersion(),
5627 dr.getAccessionId());
5629 if (dr.getMapping() != null)
5631 entry.setMap(addMapping(dr.getMapping()));
5633 entry.setCanonical(dr.isCanonical());
5634 datasetSequence.addDBRef(entry);
5638 private jalview.datamodel.Mapping addMapping(Mapping m)
5640 SequenceI dsto = null;
5641 // Mapping m = dr.getMapping();
5642 int fr[] = new int[m.getMapListFrom().size() * 2];
5643 Iterator<MapListFrom> from = m.getMapListFrom().iterator();// enumerateMapListFrom();
5644 for (int _i = 0; from.hasNext(); _i += 2)
5646 MapListFrom mf = from.next();
5647 fr[_i] = mf.getStart();
5648 fr[_i + 1] = mf.getEnd();
5650 int fto[] = new int[m.getMapListTo().size() * 2];
5651 Iterator<MapListTo> to = m.getMapListTo().iterator();// enumerateMapListTo();
5652 for (int _i = 0; to.hasNext(); _i += 2)
5654 MapListTo mf = to.next();
5655 fto[_i] = mf.getStart();
5656 fto[_i + 1] = mf.getEnd();
5658 jalview.datamodel.Mapping jmap = new jalview.datamodel.Mapping(dsto, fr,
5659 fto, m.getMapFromUnit().intValue(),
5660 m.getMapToUnit().intValue());
5663 * (optional) choice of dseqFor or Sequence
5665 if (m.getDseqFor() != null)
5667 String dsfor = m.getDseqFor();
5668 if (seqRefIds.containsKey(dsfor))
5673 jmap.setTo(seqRefIds.get(dsfor));
5677 frefedSequence.add(newMappingRef(dsfor, jmap));
5680 else if (m.getSequence() != null)
5683 * local sequence definition
5685 Sequence ms = m.getSequence();
5686 SequenceI djs = null;
5687 String sqid = ms.getDsseqid();
5688 if (sqid != null && sqid.length() > 0)
5691 * recover dataset sequence
5693 djs = seqRefIds.get(sqid);
5698 "Warning - making up dataset sequence id for DbRef sequence map reference");
5699 sqid = ((Object) ms).toString(); // make up a new hascode for
5700 // undefined dataset sequence hash
5701 // (unlikely to happen)
5707 * make a new dataset sequence and add it to refIds hash
5709 djs = new jalview.datamodel.Sequence(ms.getName(),
5711 djs.setStart(jmap.getMap().getToLowest());
5712 djs.setEnd(jmap.getMap().getToHighest());
5713 djs.setVamsasId(uniqueSetSuffix + sqid);
5715 incompleteSeqs.put(sqid, djs);
5716 seqRefIds.put(sqid, djs);
5719 Console.debug("about to recurse on addDBRefs.");
5728 * Provides a 'copy' of an alignment view (on action New View) by 'saving' the
5729 * view as XML (but not to file), and then reloading it
5734 public AlignmentPanel copyAlignPanel(AlignmentPanel ap)
5737 JalviewModel jm = saveState(ap, null, null, null);
5740 jm.getVamsasModel().getSequenceSet().get(0).getDatasetId(),
5741 ap.getAlignment().getDataset());
5743 uniqueSetSuffix = "";
5744 // jm.getJalviewModelSequence().getViewport(0).setId(null);
5745 jm.getViewport().get(0).setId(null);
5746 // we don't overwrite the view we just copied
5748 if (this.frefedSequence == null)
5750 frefedSequence = new Vector<>();
5753 viewportsAdded.clear();
5755 AlignFrame af = loadFromObject(jm, null, false, null);
5756 af.getAlignPanels().clear();
5757 af.closeMenuItem_actionPerformed(true);
5760 * if(ap.av.getAlignment().getAlignmentAnnotation()!=null) { for(int i=0;
5761 * i<ap.av.getAlignment().getAlignmentAnnotation().length; i++) {
5762 * if(!ap.av.getAlignment().getAlignmentAnnotation()[i].autoCalculated) {
5763 * af.alignPanel.av.getAlignment().getAlignmentAnnotation()[i] =
5764 * ap.av.getAlignment().getAlignmentAnnotation()[i]; } } }
5767 return af.alignPanel;
5770 private Hashtable jvids2vobj;
5773 * set the object to ID mapping tables used to write/recover objects and XML
5774 * ID strings for the jalview project. If external tables are provided then
5775 * finalize and clearSeqRefs will not clear the tables when the Jalview2XML
5776 * object goes out of scope. - also populates the datasetIds hashtable with
5777 * alignment objects containing dataset sequences
5780 * Map from ID strings to jalview datamodel
5782 * Map from jalview datamodel to ID strings
5786 public void setObjectMappingTables(Hashtable vobj2jv,
5787 IdentityHashMap jv2vobj)
5789 this.jv2vobj = jv2vobj;
5790 this.vobj2jv = vobj2jv;
5791 Iterator ds = jv2vobj.keySet().iterator();
5793 while (ds.hasNext())
5795 Object jvobj = ds.next();
5796 id = jv2vobj.get(jvobj).toString();
5797 if (jvobj instanceof jalview.datamodel.Alignment)
5799 if (((jalview.datamodel.Alignment) jvobj).getDataset() == null)
5801 addDatasetRef(id, (jalview.datamodel.Alignment) jvobj);
5804 else if (jvobj instanceof jalview.datamodel.Sequence)
5806 // register sequence object so the XML parser can recover it.
5807 if (seqRefIds == null)
5809 seqRefIds = new HashMap<>();
5811 if (seqsToIds == null)
5813 seqsToIds = new IdentityHashMap<>();
5815 seqRefIds.put(jv2vobj.get(jvobj).toString(), (SequenceI) jvobj);
5816 seqsToIds.put((SequenceI) jvobj, id);
5818 else if (jvobj instanceof jalview.datamodel.AlignmentAnnotation)
5821 AlignmentAnnotation jvann = (AlignmentAnnotation) jvobj;
5822 annotationIds.put(anid = jv2vobj.get(jvobj).toString(), jvann);
5823 if (jvann.annotationId == null)
5825 jvann.annotationId = anid;
5827 if (!jvann.annotationId.equals(anid))
5829 // TODO verify that this is the correct behaviour
5830 Console.warn("Overriding Annotation ID for " + anid
5831 + " from different id : " + jvann.annotationId);
5832 jvann.annotationId = anid;
5835 else if (jvobj instanceof String)
5837 if (jvids2vobj == null)
5839 jvids2vobj = new Hashtable();
5840 jvids2vobj.put(jvobj, jv2vobj.get(jvobj).toString());
5845 Console.debug("Ignoring " + jvobj.getClass() + " (ID = " + id);
5851 * set the uniqueSetSuffix used to prefix/suffix object IDs for jalview
5852 * objects created from the project archive. If string is null (default for
5853 * construction) then suffix will be set automatically.
5857 public void setUniqueSetSuffix(String string)
5859 uniqueSetSuffix = string;
5864 * uses skipList2 as the skipList for skipping views on sequence sets
5865 * associated with keys in the skipList
5869 public void setSkipList(Hashtable skipList2)
5871 skipList = skipList2;
5875 * Reads the jar entry of given name and returns its contents, or null if the
5876 * entry is not found.
5879 * @param jarEntryName
5882 protected String readJarEntry(jarInputStreamProvider jprovider,
5883 String jarEntryName)
5885 String result = null;
5886 BufferedReader in = null;
5891 * Reopen the jar input stream and traverse its entries to find a matching
5894 JarInputStream jin = jprovider.getJarInputStream();
5895 JarEntry entry = null;
5898 entry = jin.getNextJarEntry();
5899 } while (entry != null && !entry.getName().equals(jarEntryName));
5903 StringBuilder out = new StringBuilder(256);
5904 in = new BufferedReader(new InputStreamReader(jin, UTF_8));
5907 while ((data = in.readLine()) != null)
5911 result = out.toString();
5916 "Couldn't find entry in Jalview Jar for " + jarEntryName);
5918 } catch (Exception ex)
5920 ex.printStackTrace();
5928 } catch (IOException e)
5939 * Returns an incrementing counter (0, 1, 2...)
5943 private synchronized int nextCounter()
5949 * Loads any saved PCA viewers
5954 protected void loadPCAViewers(JalviewModel model, AlignmentPanel ap)
5958 List<PcaViewer> pcaviewers = model.getPcaViewer();
5959 for (PcaViewer viewer : pcaviewers)
5961 String modelName = viewer.getScoreModelName();
5962 SimilarityParamsI params = new SimilarityParams(
5963 viewer.isIncludeGappedColumns(), viewer.isMatchGaps(),
5964 viewer.isIncludeGaps(),
5965 viewer.isDenominateByShortestLength());
5968 * create the panel (without computing the PCA)
5970 PCAPanel panel = new PCAPanel(ap, modelName, params);
5972 panel.setTitle(viewer.getTitle());
5973 panel.setBounds(new Rectangle(viewer.getXpos(), viewer.getYpos(),
5974 viewer.getWidth(), viewer.getHeight()));
5976 boolean showLabels = viewer.isShowLabels();
5977 panel.setShowLabels(showLabels);
5978 panel.getRotatableCanvas().setShowLabels(showLabels);
5979 panel.getRotatableCanvas()
5980 .setBgColour(new Color(viewer.getBgColour()));
5981 panel.getRotatableCanvas()
5982 .setApplyToAllViews(viewer.isLinkToAllViews());
5985 * load PCA output data
5987 ScoreModelI scoreModel = ScoreModels.getInstance()
5988 .getScoreModel(modelName, ap);
5989 PCA pca = new PCA(null, scoreModel, params);
5990 PcaDataType pcaData = viewer.getPcaData();
5992 MatrixI pairwise = loadDoubleMatrix(pcaData.getPairwiseMatrix());
5993 pca.setPairwiseScores(pairwise);
5995 MatrixI triDiag = loadDoubleMatrix(pcaData.getTridiagonalMatrix());
5996 pca.setTridiagonal(triDiag);
5998 MatrixI result = loadDoubleMatrix(pcaData.getEigenMatrix());
5999 pca.setEigenmatrix(result);
6001 panel.getPcaModel().setPCA(pca);
6004 * we haven't saved the input data! (JAL-2647 to do)
6006 panel.setInputData(null);
6009 * add the sequence points for the PCA display
6011 List<jalview.datamodel.SequencePoint> seqPoints = new ArrayList<>();
6012 for (SequencePoint sp : viewer.getSequencePoint())
6014 String seqId = sp.getSequenceRef();
6015 SequenceI seq = seqRefIds.get(seqId);
6018 throw new IllegalStateException(
6019 "Unmatched seqref for PCA: " + seqId);
6021 Point pt = new Point(sp.getXPos(), sp.getYPos(), sp.getZPos());
6022 jalview.datamodel.SequencePoint seqPoint = new jalview.datamodel.SequencePoint(
6024 seqPoints.add(seqPoint);
6026 panel.getRotatableCanvas().setPoints(seqPoints, seqPoints.size());
6029 * set min-max ranges and scale after setPoints (which recomputes them)
6031 panel.getRotatableCanvas().setScaleFactor(viewer.getScaleFactor());
6032 SeqPointMin spMin = viewer.getSeqPointMin();
6033 float[] min = new float[] { spMin.getXPos(), spMin.getYPos(),
6035 SeqPointMax spMax = viewer.getSeqPointMax();
6036 float[] max = new float[] { spMax.getXPos(), spMax.getYPos(),
6038 panel.getRotatableCanvas().setSeqMinMax(min, max);
6040 // todo: hold points list in PCAModel only
6041 panel.getPcaModel().setSequencePoints(seqPoints);
6043 panel.setSelectedDimensionIndex(viewer.getXDim(), X);
6044 panel.setSelectedDimensionIndex(viewer.getYDim(), Y);
6045 panel.setSelectedDimensionIndex(viewer.getZDim(), Z);
6047 // is this duplication needed?
6048 panel.setTop(seqPoints.size() - 1);
6049 panel.getPcaModel().setTop(seqPoints.size() - 1);
6052 * add the axes' end points for the display
6054 for (int i = 0; i < 3; i++)
6056 Axis axis = viewer.getAxis().get(i);
6057 panel.getRotatableCanvas().getAxisEndPoints()[i] = new Point(
6058 axis.getXPos(), axis.getYPos(), axis.getZPos());
6061 Desktop.addInternalFrame(panel, MessageManager.formatMessage(
6062 "label.calc_title", "PCA", modelName), 475, 450);
6064 } catch (Exception ex)
6066 Console.error("Error loading PCA: " + ex.toString());
6071 * Creates a new structure viewer window
6078 protected void createStructureViewer(ViewerType viewerType,
6079 final Entry<String, StructureViewerModel> viewerData,
6080 AlignFrame af, jarInputStreamProvider jprovider)
6082 final StructureViewerModel viewerModel = viewerData.getValue();
6083 String sessionFilePath = null;
6085 if (viewerType == ViewerType.JMOL)
6087 sessionFilePath = rewriteJmolSession(viewerModel, jprovider);
6091 String viewerJarEntryName = getViewerJarEntryName(
6092 viewerModel.getViewId());
6093 sessionFilePath = copyJarEntry(jprovider, viewerJarEntryName,
6094 "viewerSession", ".tmp");
6096 final String sessionPath = sessionFilePath;
6097 final String sviewid = viewerData.getKey();
6100 SwingUtilities.invokeAndWait(new Runnable()
6105 JalviewStructureDisplayI sview = null;
6108 sview = StructureViewer.createView(viewerType, af.alignPanel,
6109 viewerModel, sessionPath, sviewid);
6110 addNewStructureViewer(sview);
6111 } catch (OutOfMemoryError ex)
6113 new OOMWarning("Restoring structure view for " + viewerType,
6114 (OutOfMemoryError) ex.getCause());
6115 if (sview != null && sview.isVisible())
6117 sview.closeViewer(false);
6118 sview.setVisible(false);
6124 } catch (InvocationTargetException | InterruptedException ex)
6126 Console.warn("Unexpected error when opening " + viewerType
6127 + " structure viewer", ex);
6132 * Rewrites a Jmol session script, saves it to a temporary file, and returns
6133 * the path of the file. "load file" commands are rewritten to change the
6134 * original PDB file names to those created as the Jalview project is loaded.
6140 private String rewriteJmolSession(StructureViewerModel svattrib,
6141 jarInputStreamProvider jprovider)
6143 String state = svattrib.getStateData(); // Jalview < 2.9
6144 if (state == null || state.isEmpty()) // Jalview >= 2.9
6146 String jarEntryName = getViewerJarEntryName(svattrib.getViewId());
6147 state = readJarEntry(jprovider, jarEntryName);
6149 // TODO or simpler? for each key in oldFiles,
6150 // replace key.getPath() in state with oldFiles.get(key).getFilePath()
6151 // (allowing for different path escapings)
6152 StringBuilder rewritten = new StringBuilder(state.length());
6153 int cp = 0, ncp, ecp;
6154 Map<File, StructureData> oldFiles = svattrib.getFileData();
6155 while ((ncp = state.indexOf("load ", cp)) > -1)
6159 // look for next filename in load statement
6160 rewritten.append(state.substring(cp,
6161 ncp = (state.indexOf("\"", ncp + 1) + 1)));
6162 String oldfilenam = state.substring(ncp,
6163 ecp = state.indexOf("\"", ncp));
6164 // recover the new mapping data for this old filename
6165 // have to normalize filename - since Jmol and jalview do
6166 // filename translation differently.
6167 StructureData filedat = oldFiles.get(new File(oldfilenam));
6168 if (filedat == null)
6170 String reformatedOldFilename = oldfilenam.replaceAll("/", "\\\\");
6171 filedat = oldFiles.get(new File(reformatedOldFilename));
6173 rewritten.append(Platform.escapeBackslashes(filedat.getFilePath()));
6174 rewritten.append("\"");
6175 cp = ecp + 1; // advance beyond last \" and set cursor so we can
6176 // look for next file statement.
6177 } while ((ncp = state.indexOf("/*file*/", cp)) > -1);
6181 // just append rest of state
6182 rewritten.append(state.substring(cp));
6186 System.err.print("Ignoring incomplete Jmol state for PDB ids: ");
6187 rewritten = new StringBuilder(state);
6188 rewritten.append("; load append ");
6189 for (File id : oldFiles.keySet())
6191 // add pdb files that should be present in the viewer
6192 StructureData filedat = oldFiles.get(id);
6193 rewritten.append(" \"").append(filedat.getFilePath()).append("\"");
6195 rewritten.append(";");
6198 if (rewritten.length() == 0)
6202 final String history = "history = ";
6203 int historyIndex = rewritten.indexOf(history);
6204 if (historyIndex > -1)
6207 * change "history = [true|false];" to "history = [1|0];"
6209 historyIndex += history.length();
6210 String val = rewritten.substring(historyIndex, historyIndex + 5);
6211 if (val.startsWith("true"))
6213 rewritten.replace(historyIndex, historyIndex + 4, "1");
6215 else if (val.startsWith("false"))
6217 rewritten.replace(historyIndex, historyIndex + 5, "0");
6223 File tmp = File.createTempFile("viewerSession", ".tmp");
6224 try (OutputStream os = new FileOutputStream(tmp))
6226 InputStream is = new ByteArrayInputStream(
6227 rewritten.toString().getBytes());
6229 return tmp.getAbsolutePath();
6231 } catch (IOException e)
6233 Console.error("Error restoring Jmol session: " + e.toString());
6239 * Populates an XML model of the feature colour scheme for one feature type
6241 * @param featureType
6245 public static Colour marshalColour(String featureType,
6246 FeatureColourI fcol)
6248 Colour col = new Colour();
6249 if (fcol.isSimpleColour())
6251 col.setRGB(Format.getHexString(fcol.getColour()));
6255 col.setRGB(Format.getHexString(fcol.getMaxColour()));
6256 col.setMin(fcol.getMin());
6257 col.setMax(fcol.getMax());
6258 col.setMinRGB(jalview.util.Format.getHexString(fcol.getMinColour()));
6259 col.setAutoScale(fcol.isAutoScaled());
6260 col.setThreshold(fcol.getThreshold());
6261 col.setColourByLabel(fcol.isColourByLabel());
6262 col.setThreshType(fcol.isAboveThreshold() ? ThresholdType.ABOVE
6263 : (fcol.isBelowThreshold() ? ThresholdType.BELOW
6264 : ThresholdType.NONE));
6265 if (fcol.isColourByAttribute())
6267 final String[] attName = fcol.getAttributeName();
6268 col.getAttributeName().add(attName[0]);
6269 if (attName.length > 1)
6271 col.getAttributeName().add(attName[1]);
6274 Color noColour = fcol.getNoColour();
6275 if (noColour == null)
6277 col.setNoValueColour(NoValueColour.NONE);
6279 else if (noColour == fcol.getMaxColour())
6281 col.setNoValueColour(NoValueColour.MAX);
6285 col.setNoValueColour(NoValueColour.MIN);
6288 col.setName(featureType);
6293 * Populates an XML model of the feature filter(s) for one feature type
6295 * @param firstMatcher
6296 * the first (or only) match condition)
6298 * remaining match conditions (if any)
6300 * if true, conditions are and-ed, else or-ed
6302 public static jalview.xml.binding.jalview.FeatureMatcherSet marshalFilter(
6303 FeatureMatcherI firstMatcher, Iterator<FeatureMatcherI> filters,
6306 jalview.xml.binding.jalview.FeatureMatcherSet result = new jalview.xml.binding.jalview.FeatureMatcherSet();
6308 if (filters.hasNext())
6313 CompoundMatcher compound = new CompoundMatcher();
6314 compound.setAnd(and);
6315 jalview.xml.binding.jalview.FeatureMatcherSet matcher1 = marshalFilter(
6316 firstMatcher, Collections.emptyIterator(), and);
6317 // compound.addMatcherSet(matcher1);
6318 compound.getMatcherSet().add(matcher1);
6319 FeatureMatcherI nextMatcher = filters.next();
6320 jalview.xml.binding.jalview.FeatureMatcherSet matcher2 = marshalFilter(
6321 nextMatcher, filters, and);
6322 // compound.addMatcherSet(matcher2);
6323 compound.getMatcherSet().add(matcher2);
6324 result.setCompoundMatcher(compound);
6329 * single condition matcher
6331 // MatchCondition matcherModel = new MatchCondition();
6332 jalview.xml.binding.jalview.FeatureMatcher matcherModel = new jalview.xml.binding.jalview.FeatureMatcher();
6333 matcherModel.setCondition(
6334 firstMatcher.getMatcher().getCondition().getStableName());
6335 matcherModel.setValue(firstMatcher.getMatcher().getPattern());
6336 if (firstMatcher.isByAttribute())
6338 matcherModel.setBy(FilterBy.BY_ATTRIBUTE);
6339 // matcherModel.setAttributeName(firstMatcher.getAttribute());
6340 String[] attName = firstMatcher.getAttribute();
6341 matcherModel.getAttributeName().add(attName[0]); // attribute
6342 if (attName.length > 1)
6344 matcherModel.getAttributeName().add(attName[1]); // sub-attribute
6347 else if (firstMatcher.isByLabel())
6349 matcherModel.setBy(FilterBy.BY_LABEL);
6351 else if (firstMatcher.isByScore())
6353 matcherModel.setBy(FilterBy.BY_SCORE);
6355 result.setMatchCondition(matcherModel);
6362 * Loads one XML model of a feature filter to a Jalview object
6364 * @param featureType
6365 * @param matcherSetModel
6368 public static FeatureMatcherSetI parseFilter(String featureType,
6369 jalview.xml.binding.jalview.FeatureMatcherSet matcherSetModel)
6371 FeatureMatcherSetI result = new FeatureMatcherSet();
6374 parseFilterConditions(result, matcherSetModel, true);
6375 } catch (IllegalStateException e)
6377 // mixing AND and OR conditions perhaps
6379 String.format("Error reading filter conditions for '%s': %s",
6380 featureType, e.getMessage()));
6381 // return as much as was parsed up to the error
6388 * Adds feature match conditions to matcherSet as unmarshalled from XML
6389 * (possibly recursively for compound conditions)
6392 * @param matcherSetModel
6394 * if true, multiple conditions are AND-ed, else they are OR-ed
6395 * @throws IllegalStateException
6396 * if AND and OR conditions are mixed
6398 protected static void parseFilterConditions(FeatureMatcherSetI matcherSet,
6399 jalview.xml.binding.jalview.FeatureMatcherSet matcherSetModel,
6402 jalview.xml.binding.jalview.FeatureMatcher mc = matcherSetModel
6403 .getMatchCondition();
6409 FilterBy filterBy = mc.getBy();
6410 Condition cond = Condition.fromString(mc.getCondition());
6411 String pattern = mc.getValue();
6412 FeatureMatcherI matchCondition = null;
6413 if (filterBy == FilterBy.BY_LABEL)
6415 matchCondition = FeatureMatcher.byLabel(cond, pattern);
6417 else if (filterBy == FilterBy.BY_SCORE)
6419 matchCondition = FeatureMatcher.byScore(cond, pattern);
6422 else if (filterBy == FilterBy.BY_ATTRIBUTE)
6424 final List<String> attributeName = mc.getAttributeName();
6425 String[] attNames = attributeName
6426 .toArray(new String[attributeName.size()]);
6427 matchCondition = FeatureMatcher.byAttribute(cond, pattern,
6432 * note this throws IllegalStateException if AND-ing to a
6433 * previously OR-ed compound condition, or vice versa
6437 matcherSet.and(matchCondition);
6441 matcherSet.or(matchCondition);
6447 * compound condition
6449 List<jalview.xml.binding.jalview.FeatureMatcherSet> matchers = matcherSetModel
6450 .getCompoundMatcher().getMatcherSet();
6451 boolean anded = matcherSetModel.getCompoundMatcher().isAnd();
6452 if (matchers.size() == 2)
6454 parseFilterConditions(matcherSet, matchers.get(0), anded);
6455 parseFilterConditions(matcherSet, matchers.get(1), anded);
6459 System.err.println("Malformed compound filter condition");
6465 * Loads one XML model of a feature colour to a Jalview object
6467 * @param colourModel
6470 public static FeatureColourI parseColour(Colour colourModel)
6472 FeatureColourI colour = null;
6474 if (colourModel.getMax() != null)
6476 Color mincol = null;
6477 Color maxcol = null;
6478 Color noValueColour = null;
6482 mincol = new Color(Integer.parseInt(colourModel.getMinRGB(), 16));
6483 maxcol = new Color(Integer.parseInt(colourModel.getRGB(), 16));
6484 } catch (Exception e)
6486 Console.warn("Couldn't parse out graduated feature color.", e);
6489 NoValueColour noCol = colourModel.getNoValueColour();
6490 if (noCol == NoValueColour.MIN)
6492 noValueColour = mincol;
6494 else if (noCol == NoValueColour.MAX)
6496 noValueColour = maxcol;
6499 colour = new FeatureColour(maxcol, mincol, maxcol, noValueColour,
6500 safeFloat(colourModel.getMin()),
6501 safeFloat(colourModel.getMax()));
6502 final List<String> attributeName = colourModel.getAttributeName();
6503 String[] attributes = attributeName
6504 .toArray(new String[attributeName.size()]);
6505 if (attributes != null && attributes.length > 0)
6507 colour.setAttributeName(attributes);
6509 if (colourModel.isAutoScale() != null)
6511 colour.setAutoScaled(colourModel.isAutoScale().booleanValue());
6513 if (colourModel.isColourByLabel() != null)
6515 colour.setColourByLabel(
6516 colourModel.isColourByLabel().booleanValue());
6518 if (colourModel.getThreshold() != null)
6520 colour.setThreshold(colourModel.getThreshold().floatValue());
6522 ThresholdType ttyp = colourModel.getThreshType();
6523 if (ttyp == ThresholdType.ABOVE)
6525 colour.setAboveThreshold(true);
6527 else if (ttyp == ThresholdType.BELOW)
6529 colour.setBelowThreshold(true);
6534 Color color = new Color(Integer.parseInt(colourModel.getRGB(), 16));
6535 colour = new FeatureColour(color);