<?xml version="1.0" encoding="UTF-8"?>
<s:scufl xmlns:s="http://org.embl.ebi.escience/xscufl/0.1alpha" version="0.1" log="0">
  <s:processor name="kegg_getEntries">
    <s:description>Retrieve the entries of all the given KEGG ids</s:description>
    <s:arbitrarywsdl>
      <s:wsdl>http://soap.genome.ad.jp/KEGG.wsdl</s:wsdl>
      <s:operation>get_entries</s:operation>
    </s:arbitrarywsdl>
  </s:processor>
  <s:processor name="kegg_getGenesByPathway">
    <s:description>Returns all the gene id associated with a  given pathway id</s:description>
    <s:arbitrarywsdl>
      <s:wsdl>http://soap.genome.ad.jp/KEGG.wsdl</s:wsdl>
      <s:operation>get_genes_by_pathway</s:operation>
    </s:arbitrarywsdl>
  </s:processor>
  <s:processor name="PathwayId">
    <s:stringconstant>path:eco00020</s:stringconstant>
  </s:processor>
  <s:link>
    <s:input>kegg_getEntries:kids</s:input>
    <s:output>kegg_getGenesByPathway:return</s:output>
  </s:link>
  <s:link>
    <s:input>gene_info</s:input>
    <s:output>kegg_getEntries:return</s:output>
  </s:link>
  <s:link>
    <s:input>kegg_getGenesByPathway:pathway_id</s:input>
    <s:output>PathwayId:value</s:output>
  </s:link>
  <s:sink>
    gene_info
    <s:metadata>
      <s:mimeTypes />
      <s:description />
      <s:semanticType />
    </s:metadata>
  </s:sink>
</s:scufl>


