Various plugins for Taverna 2.x have been developed by us or by third parties in collaboration with the Taverna team:
- VAMDC plugin
- BIFI plugin
- VPH-Share plugin
- Interaction plugin
- XPath plugin
- REST plugin
- BioCatalogue plugin
- PBS plugin
- SADI plugin
- External Tools (UseCase) plugin
- UNICORE plugin
- CDK plugin
- Opal plugin
- caGrid plugin
- XWS plugin
- gLite plugin
A number of plugins for Taverna 2.x are also currently in progress.
VAMDC plugin
Available for Taverna 2.2, 2.3, 2.4.
The VAMDC has created integrated plugins for Taverna Workflow to run XSAMS Queries, and specific VAMDC Codes.
BIFI (Beautiful Interfaces for Inputs) plugin
Available for Taverna 2.4.
The BIFI (Beautiful Interfaces for Inputs) plug-in for Taverna Workbench provides a GUI definition language that is used to lay out user interfaces and define parameter options for Taverna workflows. BIFI is also able to submit GUI definition files (GDF) directly to or locate appropriate instances from the repository configured. Moreover, BIFI includes an algorithm used to generate a default user interface if no GDF can be found in the repository by making use of the meta-information from process definitions.
VPH-Share plugin
Available for Taverna 2.4.
The VPH-Share project have developed a plugin for Taverna that allows GIMIAS processors to be included as services within a Taverna workflow.
The GIMIAS processors are run on VM instances within a cloud. The VPH-Share Plugin makes this process transparent to the users. It manages the handling of VM instances in the cloud, so the user can use the available Web Services like any other Web Service, without worrying about instantiation/shut-down of the VMs. It also handles the access control of the user in all steps of the workflow composition and execution.
Interaction plugin
Available for Taverna 2.4.
The Interaction plugin allows users to interact in a web browser within a workflow run using an Interaction service. The run can be on Taverna Workbench or on a Taverna Server. A detailed description of the Interaction service can be found in the online manual.
The Interaction service was developed by the BioVeL project.
XPath plugin
Available for Taverna 2.2; integrated in Taverna 2.3.
XPath plugin provides enhanced support for creating and executing XPath expressions over XML data in order to extract specific fragments of the data. This plugin offers an intuitive and easy-to-use way of creating XPath expressions and does not require detailed knowledge of the XPath language – expressions are generated by selection of relevant nodes in the tree-like view of the provided example XML data. Ability to modify automatically-generated XPath expressions and control over namespace handling make this a powerful tool. This plugin was written by Sergejs Aleksejevs.
REST plugin
Available for Taverna 2.2; integrated in Taverna 2.3.
REST plugin allows users to access remote services via four different types of HTTP requests: GET, POST, PUT and DELETE. Configuration options of the plugin include MIME types of the sent and received data and the URL template that can have configurable parameters (with an individual input port created for each). The plugin integrates with the Credential Manager of the Workbench for added convenience when accessing secure web services. This plugin was written by Sergejs Aleksejevs.
BioCatalogue plugin
Available for Taverna 2.1.2, 2.2; integrated in Taverna 2.3.
BioCatalogue plugin alpha for Taverna 2.1.2 allows users to browse services in the BioCatalogue Life Sciences Web Services registry from the Workbench and add them to workflows. Being an alpha, some pieces of functionality have not been fully implemented. The plugin has been developed by Sergejs Aleksejevs.
The plugin for Taverna 2.2 is still an alpha but several small fixes and improvements have been made in this version:
- Services added to the Service Panel are now saved and re-appear in the Service Panel when the Workbench is restarted
- An option to choose which BioCatalogue instance to work with has been added (available from File -> Preferences -> BioCatalogue). This means that Taverna can use not only the main instance of BioCatalogue, but also other instances (e.g. EdUnify registry that is based on the BioCatalogue codebase).
- The user interface of the tree with Filtering options (in the Filter Services tab of the BioCatalogue Perspective) has been fixed – now it looks identical on Windows, Linux and Mac OS.
- Contextual views are not shown for the types of workflow elements that the BioCatalogue does not work with.
PBS plugin
Available for Taverna 2.2.
TavernaPBS plugin is developed by the Mackey Lab, Center for Public Health Genomics, University of Virginia, US. It allows a user to define workflows that can then be run using a computational cluster that uses a PBS (Portable Batch System) queuing system. The workflows represent next generation sequencing analysis pipelines.
To most efficiently make use of their myriad of UNIX command line tools, the project has developed a custom Beanshell-based library to enable workflows composed of UNIX command line invocations. Furthermore, they have abstracted the command execution such that each step could be executed as an independent “job” on a remote high performance computing or grid environment. By doing so, they have essentially turned Taverna into a distributed workflow “compiler”.
You can download the code from the project’s pages at SourceForge.
SADI plugin
Available for Taverna 2.1.2, 2.2.
Semantic Automated Discovery and Integration (SADI) is a set of standards-compliant best practices that simplify interoperability between semantic Web services. The SADI codebase make it easy for people to deploy services that adhere to the SADI framework practices. The SADI plugin allows semantic services to be accessed from Taverna. The plugin has been developed by David Withers (with the support of the Genome Canada Bioinformatics Platform). It requires Java 6.
External Tools (UseCase) plugin
Available for Taverna 2.1.2, 2.2; integrated in Taverna 2.3.
External Tools (previously UseCase) plugin that was developed for Taverna 1.7 as part of the KnowARC project (previously ARC project) has now been updated to work with Taverna 2.x and extended in functionality. The plugin was originally written by Hajo Krabbenhöft and Steffen Möller and updated to work with Taverna 2.2 by Alan Williams. It allows users to run tools on a grid, or a remote/local machine using grid or ssh authentication. At the moment a prototype set of tool descriptions is available. Read more on how to use the plugin.
UNICORE plugin
Available for Taverna 2.3
Sonja Holl of the Distributed Systems and Grid Computing division of the Jülich Supercomputing Centre (JSC) in Germany developed a UNICORE plugin for Taverna. “UNICORE (Uniform Interface to Computing Resources) offers a ready-to-run Grid system and makes distributed computing and data resources available in a seamless and secure way.” The UNICORE plugin for Taverna enables users to submit jobs from Taverna Workbench to any UNICORE resource.
To get access to UNICORE resources from Taverna, the user registers a new UNICORE registry in Taverna’s Service Panel. This UNICORE registry is then queried and the UNICORE services orchestrator returns a list of available applications. The applications are selected from various UNICORE resources, as each installation holds a file that describes the available applications, including metadata on the specific resource.
The list of applications is then used in Taverna to display available UNICORE services (applications), which can be added as services to Taverna workflows. The metadata is used to create input and output ports of the specific application/service. Users can than connect inputs/outputs to other workflow services in the usual manner.
During the worfklow execution, a job description is created and submitted to the UNICORE service orchestrator(SO). Files are being uploaded and stored under a logical filename. The SO then manages the execution and file
transmission. The status of the submitted job is polled in the background from Taverna. After the job finished, some files are downloaded, and for further modification, only the logical file name is retrieved.
Additionally, the UNICORE services are using Taverna’s Credential Manager to get access to the user’s X.509 certificate, which user has to load prior to service invocation, along with the other CA’s certificates. The UNICORE services then access the user’s certificate and use it for job submission (since UNICORE’s security concept is based upon grid security and X.509 certificates).
To install the plugin, follow the installation instructions from the User Manual and use the following URL when installing the plugin: http://unicore-dev.zam.kfa-juelich.de/taverna/plugins/.
CDK plugin
Available for Taverna 2.2, 2.3.
Andreas Truszkowski has updated the plugin that the Chemistry Development Kit (CDK) project have developed for Taverna 1.7.2, to allow the CDK tools to be used within Taverna 2 workflows as services. More information about the plugin is available from their wiki pages.
See our User Manual pages for more information on how to download, install and use the plugin.
Opal plugin
Available for Taverna 2.2.
The NBCR‘s Opal toolkit provides a mechanism to wrap up existing scientific applications rapidly as Web services, and expose them to clients. It provides features such as scheduling (e.g. using Condor and SGE via Globus or DRMAA) and security (using GSI-based certificates). End-users can access the wrapped application remotely as a SOAP-style Web service interfaced by the service’s WSDL document.
The Opal plugin for Taverna allows the user to use any Opal 2.x services from Taverna and construct workflows based on Opal services.
Documentation for the Opal-Taverna plugin can be found at:
https://www.nbcr.net/pub/wiki/index.php?title=Taverna
caGrid plugin
Available for Taverna 2.1.2.
The Taverna team together with the caGrid team have developed the caGrid service discoverer plugin for Taverna 2.1.2. This plugin is used to query caGrid services from the caGrid Index Service. This allows you to easily find the available caGrid services, add them in Taverna’s Service Panel and then invoke them from workflows. The documentation for the plugin is available on-line.
caGrid remote execution plugin
Available for Taverna 2.1.2.
The caGrid team have also developed a remote workflow execution service plugin for Taverna 2.1.2. The plugin passes a workflow definition file, including the appropriate inputs, to a generic remote caGrid service, where the workflow is then executed. This is useful in instances where the workflow is long-running and relies on constant access to the caGrid to execute properly. The documentation for the plugin is available on-line.
XWS plugin
Available for Taverna 2.0.
Egon Willighagen of Uppsala University, Sweden, has developed a plugin that allows workflows to include XWS (XMPP IO-DATA) cloud services.
gLite plugin
Available for Taverna 2.0.
Richard Holland of Eagle Genomics while working for Sara Grid has developed a gLite plugin that allows workflows to include services that run on a grid.







