Changeset 996
- Timestamp:
- Mar 26, 2009, 4:13:14 PM (14 years ago)
- Location:
- plugins/base1/se.lu.onk.VirtualArray/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/base1/se.lu.onk.VirtualArray/trunk/README
r895 r996 3 3 = About `se.lu.onk.VirtualArray` = 4 4 5 The `se.lu.onk.VirtualArray` plug-in is a ... 5 The `se.lu.onk.VirtualArray` plug-in is a program that creates a 6 virtual array design for bioassays. A consequence is that the position 7 number of each spot is changed to a negative value. The new positions 8 are a descending integer sequence starting from -1. 6 9 7 10 `se.lu.onk.VirtualArray` is free software. See the file license.txt … … 21 24 == Installation and upgrade == 22 25 23 ''This plug-in is only tested in BASE 2. 8through the26 ''This plug-in is only tested in BASE 2.10 through the 24 27 Base1PluginExecuter but is expected to work also in BASE 25 28 1.2.17. Please report failure or success in BASE 1.2 through … … 121 124 ---------------------------------------------------------------------- 122 125 {{{ 123 Copyright (C) 2008 Jari Häkkinen126 Copyright (C) 2008, 2009 Jari Häkkinen 124 127 125 128 This file is part of the se.lu.onk.VirtualArray plug-in for -
plugins/base1/se.lu.onk.VirtualArray/trunk/build.xml
r900 r996 4 4 5 5 Copyright (C) 2005, 2006 Johan Enell 6 Copyright (C) 2008 Jari Häkkinen6 Copyright (C) 2008, 2009 Jari Häkkinen 7 7 8 8 This file is part of the se.lu.onk.VirtualArray plug-in for … … 40 40 1.0, 1.1, 1.2pre 41 41 --> 42 <property name="version" value="1.1 pre" />42 <property name="version" value="1.1" /> 43 43 44 44 <property name="basefilejar" value="BaseFile" /> -
plugins/base1/se.lu.onk.VirtualArray/trunk/lib/pluginVirtualArray.base
r899 r996 4 4 versionNumber @VERSION@ 5 5 name Transformation: Virtual Array 6 descr This progam creates a virtual arraydesign for your bioassays. Which means that it changes the position number of each spot to a negative value. The numbers goes from -1 in the order that the database exports the spots.\r\n\r\nJohan Enell6 descr This program creates a virtual array design for bioassays. A consequence is that the position number of each spot is changed to a negative value. The new positions are a descending integer sequence starting from -1.\r\n 7 7 execName run 8 8 geneAverages 0
Note: See TracChangeset
for help on using the changeset viewer.