<?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:NXIYI8FZ5K0" author="" title="" />
  <s:processor name="getcurrentdatabase">
    <s:description>Retrieves the current databases from ENSEMBL for a species</s:description>
    <s:soaplabwsdl>http://phoebus.cs.man.ac.uk:1977/axis/services/qtl_analysis.getcurrentdatabase</s:soaplabwsdl>
  </s:processor>
  <s:processor name="getgenesbyspecies">
    <s:description>Retrieves a list of Ensembl genes for a given species, chromosome and position</s:description>
    <s:soaplabwsdl>http://phoebus.cs.man.ac.uk:1977/axis/services/qtl_analysis.getgenesbyspecies</s:soaplabwsdl>
  </s:processor>
  <s:processor name="chromosome" boring="true">
    <s:stringconstant>12</s:stringconstant>
  </s:processor>
  <s:processor name="start" boring="true">
    <s:stringconstant>100</s:stringconstant>
  </s:processor>
  <s:processor name="end" boring="true">
    <s:stringconstant>5000000</s:stringconstant>
  </s:processor>
  <s:processor name="species" boring="true">
    <s:stringconstant>homo_sapiens</s:stringconstant>
  </s:processor>
  <s:link source="chromosome:value" sink="getgenesbyspecies:chromo" />
  <s:link source="end:value" sink="getgenesbyspecies:end" />
  <s:link source="start:value" sink="getgenesbyspecies:start" />
  <s:link source="getcurrentdatabase:output" sink="current_database" />
  <s:link source="getcurrentdatabase:output" sink="getgenesbyspecies:database" />
  <s:link source="getgenesbyspecies:output" sink="genes_in_region" />
  <s:link source="species:value" sink="getcurrentdatabase:species" />
  <s:sink name="current_database" />
  <s:sink name="genes_in_region" />
</s:scufl>


