![]() |
This is an old revision of the document! Table of Contents
WU-BLASTImportantOn Monday 28th March 2011 the WSWUBlast service, used by these clients, was decommissioned and replaced by the following services: The service documentation and clients below are historical and provided solely for reference purposes. DescriptionWU-BLAST (Washington University Basic Local Alignment Search Tool) Version 2.0 is used to compare a sequence with those contained in nucleotide and protein databases by aligning the sequence with previously characterized genes. The emphasis of this tool is to find regions of sequence similarity, which will yield functional and evolutionary clues about the structure and function of this novel sequence. Regions of similarity detected via this type of alignment tool can be either local, where the region of similarity is based in 1 location, or global, where regions of similarity can be detected across otherwise unrelated genetic code. For more information about this tool see:
Web ServiceFor details of the service used by these clients see WSWUBlast. C# .NET Client.NET runtimeThe Microsoft .NET runtime is already installed on most MS Windows systems. The Microsoft .NET runtime is available via Microsoft Update or as a download (see http://msdn.microsoft.com/netframework/). For MacOS X, Linux and other non-Windows systems see Mono or DotGNU. Get the clientDownload the C# client:
Run without arguments to get a usage summary: wswublast.exe
Java ClientDependencies
Download and unzip the library files Get the clientDownload the Java client:
To get usage information run the client without arguments: java -Djava.ext.dirs=lib -jar WSWUBlast.jar A basic GUI client is also available illustrating the use of the service meta-data:
Perl ClientInstall SOAP::LiteTo run the Perl client you need to install SOAP::Lite. SOAP::Lite is a collection of Perl modules which provides a simple and lightweight interface to SOAP both on client and server side. This client requires SOAP::Lite version 0.60. Get the client
Download the Perl client: To get usage information run without arguments: perl wublast.pl WorkflowsWorkflow engines such as Taverna and Triana offer a simple way of combining individual web services into complex applications. TavernaA basic workflow showing how to use WSWUBlast can be found on myExperiment. ![]() |