<?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:9F0FD73EQF0" author="" title="" />
  <s:processor name="RShell">
    <s:rshell s:hostname="localhost" s:port="6311" s:username="" s:password="" s:keepSessionAlive="false">
      randomList = rnorm(1:numberOfRandomValues);
      <s:rshellInputPortList>
        <s:rshellInputPort s:syntacticType="'text/plain'" s:symanticType="INTEGER">numberOfRandomValues</s:rshellInputPort>
      </s:rshellInputPortList>
      <s:rshellOutputPortList>
        <s:rshellOutputPort s:syntacticType="l('text/plain')" s:symanticType="INTEGER_LIST">randomList</s:rshellOutputPort>
      </s:rshellOutputPortList>
    </s:rshell>
  </s:processor>
  <s:link source="numberOfRandomValues" sink="RShell:numberOfRandomValues" />
  <s:link source="RShell:randomList" sink="randomList" />
  <s:source name="numberOfRandomValues" />
  <s:sink name="randomList" />
</s:scufl>


