3 | | * The copy icon ([[Image(source:/branches/3.2-stable/www/images/copy.png)]]) in `www/images/copy.png` is displayed in column "`Tools`" at the right end of a row of an analysis sub-tree table, e.g. `Experiments` -> `Experiment A`, tab "`Bioassay sets`". If a plug-in has been used to transform the bioassay set, a new leaf is created named after the plug-in, and a child leaf with the result of the transformation. If the copy icon for a transformation is clicked, a configuration pop-up dialog for the transformation should appear. However, if the user doesn't have `USE` permission for the plug-in, the dialog will only contain the '`permission denied`' message. |
| 3 | * The copy icon ([[Image(source:/branches/3.2-stable/www/images/copy.png)]]) in `www/images/copy.png` is displayed in column "`Tools`" at the right end of a row of an analysis sub-tree table, e.g. `Experiments` -> `Experiment A`, tab "`Bioassay sets`". If a plug-in has been used to transform the bioassay set, a new leaf is created named after the plug-in, and a child leaf with the result of the transformation. If the copy icon for a transformation is clicked, a configuration pop-up dialog for the transformation should appear. However, if the user doesn't have `USE` permission for the plug-in or its configuration, the dialog will only contain the '`permission denied`' message. |
| 4 | * A common example of when `USE` permission exists for a plug-in, but not for its configuration, is BASE 1 plug-ins. In BASE version 2 and up, BASE 1 plug-ins are run as configurations of the BASE 1 plug-in executor, and USE permission is often granted for the latter, but not always for all BASE 1 plug-ins. |