If you are having problems downloading it in Taverna, you may need to provide your username and password in the URL so that Taverna can access the Workflow: Replace http:// in the link above with http://yourusername:yourpassword@
Workflow Components
Authors (0)
None
Titles (1)
Print Analysis Information to HTML
Descriptions (1)
Takes in a lot of parameters in order to construct an HTML header to display the information.
Dependencies (0)
None
Inputs (7)
Name
Description
Header_Output_Intro
Introductory paragraph
Header_Output_outPutFile
Location of the file to write to
Header_Output_Sid
The source species id
Header_Output_Sim_M
A statement about the similarity measure used in the analysis
Header_Output_Tid
Target species ID
Header_Output_Title
The title of the page
Header_Output_TotalID_d
A list of identified proteins
Processors (2)
Name
Type
Description
Header_Output
beanshell
Script
//Title:
BufferedWriter out = new BufferedWriter(new FileWriter(outPutFile));
//////////////////////////////////////////////////////////////////
out.write("A-Team | Bioinformatics Solutions ");
out.write("
Comments (0)
No comments yet
Log in to make a comment