Ignore:
Timestamp:
May 18, 2009, 2:19:18 PM (14 years ago)
Author:
Nicklas Nordborg
Message:

References #212: Add support for exporting CGH data to MeV

I have changed the GUI a bit to make sure that it can handle both CGH and TDMS files. It is now also possible to generate a new export file directly from the MeV button.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/net.sf.basedb.mev/trunk/resources/scripts/mev.jsp

    r1069 r1083  
    1515    url += '?ID='+getSessionId();
    1616    url += '&bioassayset_id=' + bioAssaySetId;
    17     location.href = url;
    18   }
    19  
    20   this.createTDMS = function(bioAssaySetId)
    21   {
    22     var url = '<%=homeUrl%>/launch_export.jsp';
    23     url += '?ID='+getSessionId();
    24     url += '&bioassayset_id=' + bioAssaySetId;
    25     Main.openPopup(url, 'CreateTDMSFile', 400, 300);
     17    Main.openPopup(url, 'LaunchMev', 500, 340);
    2618  }
    2719
Note: See TracChangeset for help on using the changeset viewer.