<?xml version="1.0" encoding="UTF-8"?>
<s:scufl xmlns:s="http://org.embl.ebi.escience/xscufl/0.1alpha" version="0.2" log="0">
  <s:workflowdescription lsid="urn:lsid:www.mygrid.org.uk:operation:1R3W6HJ8CG0" author="" title="" />
  <s:processor name="GetFasta">
    <s:description>The FASTA format is widely used in bioinformatics community;
 it consists of a definition line, new line followed by a
 sequence terminated by a second new line.</s:description>
    <s:seqhound>
      <s:method>SHoundGetFasta</s:method>
      <s:server>seqhound.blueprint.org</s:server>
      <s:jseqremserver>skinner.blueprint.org:8080</s:jseqremserver>
      <s:path>/cgi-bin/seqrem</s:path>
      <s:jseqrempath>/jseqhound/jseqrem</s:jseqrempath>
    </s:seqhound>
  </s:processor>
  <s:processor name="searchSimple">
    <s:arbitrarywsdl>
      <s:wsdl>http://xml.nig.ac.jp/wsdl/Blast.wsdl</s:wsdl>
      <s:operation>searchSimple</s:operation>
    </s:arbitrarywsdl>
  </s:processor>
  <s:processor name="program" boring="true">
    <s:stringconstant>blastp</s:stringconstant>
  </s:processor>
  <s:processor name="database" boring="true">
    <s:stringconstant>SWISS</s:stringconstant>
  </s:processor>
  <s:link source="fastaSequence" sink="GetFasta:gi" />
  <s:link source="GetFasta:result" sink="searchSimple:query" />
  <s:link source="database:value" sink="searchSimple:database" />
  <s:link source="program:value" sink="searchSimple:program" />
  <s:link source="searchSimple:Result" sink="blast_out" />
  <s:source name="fastaSequence" />
  <s:sink name="blast_out" />
</s:scufl>



