<?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:HX2A7UP3X327" author="Duncan Hull" title="Identifier mapping with SRS links">This workflow demonstrates the use of a mapper shim which maps between related identifiers, in this case from SWISSPROT id (Q49SH1) to EMBL ids using SRS links</s:workflowdescription>
  <s:processor name="databank" boring="true">
    <s:stringconstant>uniprot</s:stringconstant>
  </s:processor>
  <s:processor name="fieldname" boring="true">
    <s:stringconstant>AllText</s:stringconstant>
  </s:processor>
  <s:processor name="xref_databank" boring="true">
    <s:stringconstant>embl</s:stringconstant>
  </s:processor>
  <s:processor name="SWISSPROT_ID" boring="true">
    <s:stringconstant>Q49SH1</s:stringconstant>
  </s:processor>
  <s:processor name="SRS_links_shim">
    <s:description>For cross-referencing between databanks</s:description>
    <s:soaplabwsdl>http://phoebus.cs.man.ac.uk:1977/axis/services/linking.srslinks</s:soaplabwsdl>
  </s:processor>
  <s:link source="SRS_links_shim:report" sink="report" />
  <s:link source="SRS_links_shim:result" sink="EMBL_id" />
  <s:link source="SWISSPROT_ID:value" sink="SRS_links_shim:searchterm" />
  <s:link source="databank:value" sink="SRS_links_shim:databank" />
  <s:link source="fieldname:value" sink="SRS_links_shim:fieldname" />
  <s:link source="xref_databank:value" sink="SRS_links_shim:xrefDatabank" />
  <s:sink name="EMBL_id" />
  <s:sink name="report" />
</s:scufl>


