Workflows
Search filter terms
Filter by type
Filter by tag
Filter by user
Filter by licence
Filter by group
Results per page:
Sort by:
Showing 2 results.
Use the filters on the left and the
search box below to refine the results.
Refresh SPI after plugin installation
(1)
This workflow hacks into Taverna's plugin system to force update the net.sf.taverna.t2.workbench.views.results.saveactions.SaveAllResultsSPIRegistry SPI, which means it is possible to install/update the Taverna PROV plugin without restarting.
This is needed to enable live update of this plugin, because there is a bug in Taverna 2.4 and below where the SPI registries are not updated correctly after installation of a plugin.
Created: 2013-09-10
Credits:
Stian Soiland-Reyes
External Tool: Numerically adding two valu...
(1)
The workflow is an examples for the External Tools / UseCase plugin to integrate external tools. It wraps the "bc" command line calculator. Internally, it executes the following script:
if [ ! -r "$1" ]; then
echo "Cannot read file indicated by first argument '$1'." ;
exit -1 ;
fi ;
if [ ! -r "$2" ];then
echo "Cannot read file indicated by second argument '$1'." ;
exit -1 ;
fi
if [ -x /usr/bin/bc ]; then
...
Created: 2011-05-06 | Last updated: 2011-05-06
Credits:
Steffen Möller
Results per page:
Sort by: