<?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:0N7AIYUMQT1" author="" title="" />
  <s:processor name="proteinname">
    <s:stringconstant>swallid:ops2_hemsa</s:stringconstant>
  </s:processor>
  <s:processor name="iproscan_html">
    <s:description>InterProScan with output in HTML, for protein</s:description>
    <s:soaplabwsdl>http://industry.ebi.ac.uk/soap/soaplab/interproscan::proteinhtml</s:soaplabwsdl>
  </s:processor>
  <s:processor name="seqret">
    <s:description>Reads and writes (returns) sequences. In this case fetches the sequence for the ops2_HEMSA gene and passes it on to the various interpro scan methods</s:description>
    <s:soaplabwsdl>http://industry.ebi.ac.uk/soap/soaplab/edit::seqret</s:soaplabwsdl>
  </s:processor>
  <s:link source="proteinname:value" sink="seqret:sequence_usa" />
  <s:link source="seqret:outseq" sink="iproscan_html:sequence" />
  <s:link source="iproscan_html:result" sink="ipro_html" />
  <s:sink name="ipro_html">
    <s:metadata>
      <s:mimeTypes>
        <s:mimeType>text/html</s:mimeType>
        <s:mimeType>text/plain</s:mimeType>
      </s:mimeTypes>
    </s:metadata>
  </s:sink>
</s:scufl>


