Changeset 4044
- Timestamp:
- Dec 6, 2007, 3:09:04 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/plugins/core/net/sf/basedb/plugins/BioAssaySetExporter.java
r3846 r4044 1066 1066 formats.add(FORMAT_MEV, "MultiExperiment Viewer (MeV)"); 1067 1067 formats.add(FORMAT_BASEFILE, "BASEfile"); 1068 formats.add(FORMAT_PLAIN_MATRIX, "Plain Matrix");1068 // formats.add(FORMAT_PLAIN_MATRIX, "Plain Matrix"); 1069 1069 formatParameter = new PluginParameter<String> 1070 1070 ( "fileformat", … … 1262 1262 "- Tab Delimited, Multiple Sample Files (TDMS Format) for " + 1263 1263 "use in MeV (available from http://www.tm4.org).\n"+ 1264 "- BASEfile , and Plain Matrix",1264 "- BASEfile", 1265 1265 "2.0", 1266 1266 "2006, Base 2 development team",
Note: See TracChangeset
for help on using the changeset viewer.