Changeset 2606
- Timestamp:
- Aug 30, 2006, 8:03:09 AM (17 years ago)
- Location:
- trunk/src
- Files:
-
- 19 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/examples/plugins/src/net/sf/basedb/exampleplugins/ExampleAnalyzer.java
r2512 r2606 81 81 "out intensities below a cutoff value.", 82 82 "2.0", 83 "2006, Department of Theoretical Physics, Lund University",83 "2006, Base 2 development team", 84 84 null, 85 "base@thep.lu.se",85 null, 86 86 "http://base.thep.lu.se" 87 87 ); -
trunk/src/examples/plugins/src/net/sf/basedb/exampleplugins/ExampleImporter.java
r2512 r2606 76 76 "has been imported.", 77 77 "2.0", 78 "2006, Department of Theoretical Physics, Lund University",78 "2006, Base 2 development team", 79 79 null, 80 "base@thep.lu.se",80 null, 81 81 "http://base.thep.lu.se" 82 82 ); -
trunk/src/plugins/core/net/sf/basedb/plugins/Base1PluginExecuter.java
r2550 r2606 112 112 "This plug-in simulates the plug-in runner from Base 1.2 to enable old plug-ins to be executed.", 113 113 "1.0", 114 "2006, Department of Theoretical Physics, Lund University",114 "2006, Base 2 development team", 115 115 null, 116 "base@thep.lu.se",116 null, 117 117 "http://base.thep.lu.se"); 118 118 -
trunk/src/plugins/core/net/sf/basedb/plugins/FormulaFilter.java
r2512 r2606 70 70 "Thus, the functionality of this plugin is very flexible.", 71 71 "2.0", 72 "2006, Department of Theoretical Physics, Lund University",72 "2006, Base 2 development team", 73 73 null, 74 "base@thep.lu.se",74 null, 75 75 "http://base.thep.lu.se" 76 76 ); -
trunk/src/plugins/core/net/sf/basedb/plugins/HelpExporter.java
r2512 r2606 85 85 "tests can later be imported by the corresponding import plugin.", 86 86 "2.0", 87 "2006, Department of Theoretical Physics, Lund University",87 "2006, Base 2 development team", 88 88 null, 89 "base@thep.lu.se",89 null, 90 90 "http://base.thep.lu.se" 91 91 ); -
trunk/src/plugins/core/net/sf/basedb/plugins/HelpImporter.java
r2512 r2606 106 106 "This plugin is used to import help texts from a XML-file to BASE.", 107 107 "2.0", 108 "2006, Department of Theoretical Physics, Lund University",108 "2006, Base 2 development team", 109 109 null, 110 "base@thep.lu.se",110 null, 111 111 "http://base.thep.lu.se" 112 112 ); -
trunk/src/plugins/core/net/sf/basedb/plugins/IntensityCalculatorPlugin.java
r2512 r2606 94 94 "Thus, the functionality of this plugin can be extended by adding more formula objects to the database.", 95 95 "2.0", 96 "2006, Department of Theoretical Physics, Lund University",96 "2006, Base 2 development team", 97 97 null, 98 "base@thep.lu.se",98 null, 99 99 "http://base.thep.lu.se" 100 100 ); -
trunk/src/plugins/core/net/sf/basedb/plugins/LowessNormalization.java
r2561 r2606 94 94 "variation. Nucleic Acids Res 2002, 30:e15.", 95 95 "1.0", 96 "2006, Department of Theoretical Physics, Lund University",96 "2006, Base 2 development team", 97 97 null, 98 "base@thep.lu.se",98 null, 99 99 "http://base.thep.lu.se" 100 100 ); -
trunk/src/plugins/core/net/sf/basedb/plugins/MedianRatioNormalization.java
r2512 r2606 85 85 "l as all spots with at least one intensity below a fixed value.", 86 86 "1.0", 87 "2006, Department of Theoretical Physics, Lund University",87 "2006, Base 2 development team", 88 88 null, 89 "base@thep.lu.se",89 null, 90 90 "http://base.thep.lu.se" 91 91 ); -
trunk/src/plugins/core/net/sf/basedb/plugins/PlateFlatFileImporter.java
r2565 r2606 82 82 "This plugin is used to import plates from a simple flat file.", 83 83 "2.0", 84 "200 5, Department of Theoretical Physics, Lund University",84 "2006, Base 2 development team", 85 85 null, 86 "base@thep.lu.se",86 null, 87 87 "http://base.thep.lu.se" 88 88 ); -
trunk/src/plugins/core/net/sf/basedb/plugins/PlateMappingExporter.java
r2512 r2606 96 96 "to coordinates on one or more destination plates.", 97 97 "2.0", 98 "2006, Department of Theoretical Physics, Lund University",98 "2006, Base 2 development team", 99 99 null, 100 "base@thep.lu.se",100 null, 101 101 "http://base.thep.lu.se" 102 102 ); -
trunk/src/plugins/core/net/sf/basedb/plugins/PlateMappingImporter.java
r2512 r2606 94 94 "to coordinates on one or more destination plates.", 95 95 "2.0", 96 "2006, Department of Theoretical Physics, Lund University",96 "2006, Base 2 development team", 97 97 null, 98 "base@thep.lu.se",98 null, 99 99 "http://base.thep.lu.se" 100 100 ); -
trunk/src/plugins/core/net/sf/basedb/plugins/PrintMapFlatFileImporter.java
r2544 r2606 80 80 "This plugin is used to import arraydesign from a print map.", 81 81 "2.0", 82 "200 5, Department of Theoretical Physics, Lund University",82 "2006, Base 2 development team", 83 83 null, 84 "base@thep.lu.se",84 null, 85 85 "http://base.thep.lu.se" 86 86 ); -
trunk/src/plugins/core/net/sf/basedb/plugins/RawDataFlatFileImporter.java
r2543 r2606 78 78 "This plugin is used to import raw data from a simple text file.", 79 79 "2.0", 80 "200 5, Department of Theoretical Physics, Lund University",80 "2006, Base 2 development team", 81 81 null, 82 "base@thep.lu.se",82 null, 83 83 "http://base.thep.lu.se" 84 84 ); -
trunk/src/plugins/core/net/sf/basedb/plugins/ReporterFlatFileImporter.java
r2512 r2606 85 85 "This plugin is used to import reporters from a simple flat file.", 86 86 "2.0", 87 "200 5, Department of Theoretical Physics, Lund University",87 "2006, Base 2 development team", 88 88 null, 89 "base@thep.lu.se",89 null, 90 90 "http://base.thep.lu.se" 91 91 ); -
trunk/src/plugins/core/net/sf/basedb/plugins/ReporterMapFlatFileImporter.java
r2512 r2606 79 79 "This plugin is used to import features to an ArrayDesign from a simple flat file.", 80 80 "2.0", 81 "200 5, Department of Theoretical Physics, Lund University",81 "2006, Base 2 development team", 82 82 null, 83 "base@thep.lu.se",83 null, 84 84 "http://base.thep.lu.se" 85 85 ); -
trunk/src/plugins/core/net/sf/basedb/plugins/SpotImageCreator.java
r2512 r2606 59 59 "Converts a full-size scanned image into smaller preview jpg images for each individual spot.", 60 60 "2.0", 61 "2006, Department of Theoretical Physics, Lund University",61 "2006, Base 2 development team", 62 62 null, 63 "base@thep.lu.se",63 null, 64 64 "http://base.thep.lu.se" 65 65 ); -
trunk/src/test/JarPluginAbout.java
r2304 r2606 42 42 "This plugin does nothing. It is only used for testing the JarClassLoader.", 43 43 "2.0", 44 " © 2004, Department of Theoretical Physics, Lund University",45 "Nicklas",46 "base@thep.lu.se",44 "2006, Base 2 development team", 45 null, 46 null, 47 47 "http://base.thep.lu.se" 48 48 ); -
trunk/src/test/NullPlugin.java
r2512 r2606 257 257 "This plugin does nothing. It is only used for testing purposes.", 258 258 "2.0", 259 " © 2004, Department of Theoretical Physics, Lund University",260 "Nicklas",261 "base@thep.lu.se",259 "2006, Base 2 development team", 260 null, 261 null, 262 262 "http://base.thep.lu.se" 263 263 );
Note: See TracChangeset
for help on using the changeset viewer.