Opened 15 years ago

Closed 15 years ago

#1185 closed task (fixed)

Manual transform creator

Reported by: Jari Häkkinen Owned by: Nicklas Nordborg
Priority: major Milestone: BASE 2.12
Component: web Version:
Keywords: Cc:

Description (last modified by Nicklas Nordborg)

Normally all transforms are created by plug-ins in BASE. However, many tools are used that are not integrated with BASE and the results from these are stored outside of BASE. Sharing of these data becomes a little bit harder than results created with BASE plug-ins. By creating an interface for users to create and upload data generated outside BASE these data could be seamlessly shared within a project.

Change History (6)

comment:1 by Jari Häkkinen, 15 years ago

Milestone: BASE 2.12

comment:2 by Nicklas Nordborg, 15 years ago

Description: modified (diff)

I am thinking about implementing this as a plug-in as well. The plug-in would be configurable and one configuration represents one external tool. An admin (or other user with proper privileges) can create configurations. The configuration can be used to record parameter types that are applicable to the tool in question. It should also record what kind of file(s) the tool generates as output and store that as references to DataFileType:s (currently BASE defines serial/matrix BASEfiles and MeV TDMS file types).

When a user uses the plug-in a configuration is selected and the user can then enter values for the defined parameters and select files for the references file types. The plug-in can then just create a new transform/bioassay set and link evreything together. It can do this as the final step of the job configuration phase and there is really no need to put this on the job queue.

One thing to consider is how to define parameters for a tool. We can simply leave this as key/value combinations with little or no control that the entered values actually makes sense.

Or, we could have a fancy interface similar to how annotation types are defined that allows the admin to specify data type, limits, enumeration options, etc. Hmmm.... maybe we can use annotation types for this? It is already possible to attach annotation types to plug-in configurations... all we need is a way to convert an annotation type to a plug-in parameter.

A third option is something inbetween that uses a BASEfile with parameter definitions (similar to how a BASE 1 plug-in is configured). I don't know how easy it is to write such a BASEfile.

comment:3 by Nicklas Nordborg, 15 years ago

Owner: changed from everyone to Nicklas Nordborg
Status: newassigned

comment:4 by Nicklas Nordborg, 15 years ago

Hmmm.... maybe we can use annotation types for this? It is already possible to attach annotation types to plug-in configurations... all we need is a way to convert an annotation type to a plug-in parameter.

This statement is not correct. It is possible to annotate a plug-in/configuration and to copy those values to some item, but this is not what we want. We want the user running the plug-in to be able to supply the values.

comment:5 by Nicklas Nordborg, 15 years ago

(In [4943]) References #1185: Manual transform creator

It is possible to configure the plug-in with file types and the user can select files when running it. There is not yet support for parameters.

comment:6 by Nicklas Nordborg, 15 years ago

Resolution: fixed
Status: assignedclosed

(In [4944]) Fixes #1185: Manual transform creator

Note: See TracTickets for help on using tickets.