Opened 16 years ago
Closed 16 years ago
#1150 closed defect (fixed)
Incorrect mapping of BASE1/BASE2 differences by Base1PluginExecuter
Reported by: | Nicklas Nordborg | Owned by: | Jari Häkkinen |
---|---|---|---|
Priority: | major | Milestone: | BASE 2.8.4 |
Component: | coreplugins | Version: | |
Keywords: | Cc: |
Description
As an example if a BASE1-plugin asks for 'geneSymbol' the generated BASEFile has a 'symbol' column.
The root cause of the problem seems to be the hardcoded mappings in Base1PluginExecuter.loadNameMap() method. All BASE1/BASE2 differences should use formulas. But because of the way the hardcoded mappings are implemented they override any formulas with the same name. Eg. The hardcoded mapping for 'geneSymbol' is used even if there is a formula for 'geneSymbol'.
Change History (4)
comment:1 by , 16 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 16 years ago
comment:3 by , 16 years ago
Owner: | changed from | to
---|---|
Status: | assigned → new |
comment:4 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [4592]) References #1150: Incorrect mapping of BASE1/BASE2 differences by Base1PluginExecuter
Tested and works with the test programs. Should be tested with more BASE1 plug-ins.