Last change
on this file was
1110,
checked in by Nicklas Nordborg, 14 years ago
|
References #218: Proof-of-concept: run a selected GenePattern? module from BASE
It works! But...
- There is very little error handling.
- There is no integration with exporters.
- File selection must be made manually. The default choices made by BASE are poor.
- Results files are imported back to a child bioassay set. There is not much to do with them except to look at them in a text editor.
- Lots of other possible enhancments... for example aborting a job...
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Date Id
|
File size:
636 bytes
|
Line | |
---|
1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
2 | <!DOCTYPE plugins SYSTEM "base-plugins.dtd" > |
---|
3 | <plugins jarname="%%plugins.jar%%"> |
---|
4 | <pluginclass classname="net.sf.basedb.genepattern.plugin.GctExporterPlugin"> |
---|
5 | <minbaseversion>2.12</minbaseversion> |
---|
6 | <hasconfigurations/> |
---|
7 | </pluginclass> |
---|
8 | <pluginclass classname="net.sf.basedb.genepattern.plugin.GenePatternAnalysisPlugin"> |
---|
9 | <minbaseversion>2.12</minbaseversion> |
---|
10 | <hasconfigurations/> |
---|
11 | </pluginclass> |
---|
12 | <!-- |
---|
13 | <pluginclass classname="net.sf.basedb.genepattern.plugin.GenePatternVisualisationPlugin"> |
---|
14 | <minbaseversion>2.12</minbaseversion> |
---|
15 | <hasconfigurations/> |
---|
16 | </pluginclass> |
---|
17 | --> |
---|
18 | </plugins> |
---|
Note: See
TracBrowser
for help on using the repository browser.