Author: mes
Date: 2011-11-28 11:15:51 -0800 (Mon, 28 Nov 2011)
New Revision: 27605
Modified:
csplugins/trunk/ucsd/mes/genomespace-plugin/src/main/java/cytoscape/genomespace/LoadTableAttrsFromGenomeSpace.java
Log:
fixed an error related to how tables were getting parsed.
Modified:
csplugins/trunk/ucsd/mes/genomespace-plugin/src/main/java/cytoscape/genomespace/LoadTableAttrsFromGenomeSpace.java
===================================================================
---
csplugins/trunk/ucsd/mes/genomespace-plugin/src/main/java/cytoscape/genomespace/LoadTableAttrsFromGenomeSpace.java
2011-11-28 18:53:17 UTC (rev 27604)
+++
csplugins/trunk/ucsd/mes/genomespace-plugin/src/main/java/cytoscape/genomespace/LoadTableAttrsFromGenomeSpace.java
2011-11-28 19:15:51 UTC (rev 27605)
@@ -55,12 +55,12 @@
return;
// Download the GenomeSpace file:
- tempFile = File.createTempFile("temp", "cyattrs");
+ tempFile = File.createTempFile("temp",
fileMetadata.getName());
dataManagerClient.downloadFile(fileMetadata, tempFile,
true);
final ImportTextTableDialog dialog =
new
ImportTextTableDialog(Cytoscape.getDesktop(), tempFile,
-
fileMetadata.getName(),
+
tempFile.toURI().toURL().toString(),
ImportTextTableDialog.SIMPLE_ATTRIBUTE_IMPORT);
dialog.pack();
dialog.setLocationRelativeTo(Cytoscape.getDesktop());
--
You received this message because you are subscribed to the Google Groups
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/cytoscape-cvs?hl=en.