}\r
\r
public void run() {\r
- String cache = jalview.bin.Cache.getProperty("UNIPROT_CACHE");\r
\r
RandomAccessFile out = null;\r
\r
try {\r
- if (cache == null) {\r
- jalview.bin.Cache.setProperty("UNIPROT_CACHE",\r
- System.getProperty("user.home") + "/.jalview.uniprot.xml");\r
- cache = jalview.bin.Cache.getProperty("UNIPROT_CACHE");\r
- }\r
+ String cache = System.getProperty("user.home") + "/.jalview.uniprot.xml";\r
\r
File test = new File(cache);\r
\r
ex.printStackTrace();\r
}\r
\r
- jalview.gui.PaintRefresher.Refresh(null, align);\r
findMissingIds(align);\r
\r
if (sbuffer.length() > 0) {\r
//ignore for now!!!!!!!!!!\r
// WSWUBlastClient blastClient = new WSWUBlastClient(align, unknownSequences);\r
}\r
+\r
+ jalview.gui.PaintRefresher.Refresh(null, align);\r
}\r
\r
void ReadUniprotFile(String[] result, RandomAccessFile out, AlignmentI align) {\r