if(protocol.equals(jalview.io.AppletFormatAdapter.PASTE))
pdbFile = "INLINE"+pdb.id;
-
+
mappings[mappings.length - 1]
= new StructureMapping(sequence[s], pdbFile, pdb.id, maxChainId,
mapping, mappingDetails.toString());
for (int j = 0; j < mappings.length; j++)
{
+
if (mappings[j].pdbfile.equals(pdbfile) &&
mappings[j].pdbchain.equals(chain))
{
public Annotation[] colourSequenceFromStructure(SequenceI seq, String pdbid)
{
- Annotation [] annotations = new Annotation[seq.getLength()];
+ return null;
+ //THIS WILL NOT BE AVAILABLE IN JALVIEW 2.3,
+ //UNTIL THE COLOUR BY ANNOTATION IS REWORKED
+ /* Annotation [] annotations = new Annotation[seq.getLength()];
StructureListener sl;
int atomNo = 0;
mappings[j].getPDBResNum(index),
mappings[j].pdbchain,
mappings[j].pdbfile);
-
- // System.out.println(atomNo+" "+mappings[j].getPDBResNum(index)
- // +" "+index+" "+col);
}
annotations[index] = new Annotation("X",null,' ',0,col);
}
}
- return annotations;
+ return annotations;*/
}
public void structureSelectionChanged()
- {
- StructureListener svl;
- for (int i = 0; i < listeners.size(); i++)
- {
- svl = (StructureListener) listeners.elementAt(i);
- }
- }
+ { }
public void sequenceSelectionChanged()
- {
- StructureListener svl;
- for (int i = 0; i < listeners.size(); i++)
- {
- svl = (StructureListener) listeners.elementAt(i);
- }
- }
+ { }
public void sequenceColoursChanged(Object source)
{