Changeset 4044


Ignore:
Timestamp:
Dec 6, 2007, 3:09:04 PM (16 years ago)
Author:
Jari Häkkinen
Message:

Addresses #693. Removed references to plain matrix in GUI.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/plugins/core/net/sf/basedb/plugins/BioAssaySetExporter.java

    r3846 r4044  
    10661066      formats.add(FORMAT_MEV, "MultiExperiment Viewer (MeV)");
    10671067      formats.add(FORMAT_BASEFILE, "BASEfile");
    1068       formats.add(FORMAT_PLAIN_MATRIX, "Plain Matrix");
     1068//      formats.add(FORMAT_PLAIN_MATRIX, "Plain Matrix");
    10691069      formatParameter = new PluginParameter<String>
    10701070        ( "fileformat",
     
    12621262      "- Tab Delimited, Multiple Sample Files (TDMS Format) for " +
    12631263      "use in MeV (available from http://www.tm4.org).\n"+
    1264       "- BASEfile, and Plain Matrix",
     1264      "- BASEfile",
    12651265      "2.0",
    12661266      "2006, Base 2 development team",
Note: See TracChangeset for help on using the changeset viewer.