Opened 15 years ago
Closed 15 years ago
#226 closed task (fixed)
Update to MeV 4.4
Reported by: | Jari Häkkinen | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | MeV Launcher v1.4 |
Component: | net.sf.basedb.mev | Keywords: | |
Cc: |
Description (last modified by )
We should upgrade the MeV package.
http://sourceforge.net/project/showfiles.php?group_id=110558
There is now also support for setting -firstRow and -firstColumn which means that files can be loaded without user interaction. See http://www.tm4.org/mev_webstart.html
Change History (3)
comment:1 by , 15 years ago
Description: | modified (diff) |
---|---|
Milestone: | MEV Launcher v1.x → MeV Launcher v1.4 |
Status: | new → assigned |
Summary: | New version of MeV was released on May 28, 2009 → Update to MeV 4.4 |
comment:2 by , 15 years ago
comment:3 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Hmmm... I just realized that since we don't generate the data on the fly we can't be sure that the existing file has the same number of rows/columns as we would get if the file was re-generated at a later time. The number columns depends on the number of reporter annotation and the number of rows depends on the number of experimental factors. Thus, we can't set the -firstRow or -firstColumn command line parameters when starting MeV.
(In [1145]) References #226: Update to MeV 4.4
MeV has been updated. Remains to implement support for -firstRow and -firstColumn command line parameters and test this.