Allows Jmol to share cached files
[jalview.git] / src / jalview / io / StructureFile.java
index 084f886..5c8360c 100644 (file)
@@ -120,6 +120,7 @@ public abstract class StructureFile extends AlignFile
     PDBEntry entry = new PDBEntry();
     entry.setId(getId());
     entry.setType(getStructureFileType());
+    entry.setFile(inFile);
     if (chain.id != null)
     {
       entry.setChainCode(chain.id);