<?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="" author="" title="" />
  <s:processor name="GOIDFromGi">
    <s:description>retrieves an array of goid for a specified gi</s:description>
    <s:seqhound>
      <s:method>SHoundGOIDFromGi</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="GODBGetNameByID">
    <s:description>retrieves the name of a given goid</s:description>
    <s:seqhound>
      <s:method>SHoundGODBGetNameByID</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:link source="ID" sink="GOIDFromGi:gi" />
  <s:link source="GODBGetNameByID:result" sink="name" />
  <s:link source="GOIDFromGi:result" sink="GODBGetNameByID:goid" />
  <s:source name="ID" />
  <s:sink name="name" />
</s:scufl>



