]> Creatis software - vip-workflow-odin.git/blobdiff - workflow/odin_fisp.gwendia
added options field and correct odinepiexe
[vip-workflow-odin.git] / workflow / odin_fisp.gwendia
index f6d820423a402ea23bba77221b76d394085506e7..10c862eca031e83a2641013a4a7301e5b66bfa66 100644 (file)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<workflow name="odin" version="0.1">
+<workflow name="odin" version="0.2">
 
   <description>There is no description for this application. Please contact the developers to know what it is about.</description>
 
       </source-comment>
     </source>
     <constant name="OdinSeq" type="string" value="odinfispexe" cardinality="scalar" />
+    <source name="options" type="string">
+      <source-comment>&lt;b&gt;&lt;font color="blue"&gt;options&lt;/font&gt;&lt;/b&gt;: any option string, to be appended to the recon-all command line. For instance: '-all'. &lt;b&gt;Important:&lt;/b&gt; don't put spaces, use '_'  instead. And put 'no' in case you don't want to use any option.
+      </source-comment>
+    </source>
   </interface>
 
   <processors>
     <processor name="odin" >
+      <in name="input4" type="string" depth="0" />
       <in name="input3" type="string" depth="0" />
       <in name="input2" type="string" depth="0" />
       <in name="input1" type="uri" depth="0" />
@@ -31,6 +36,7 @@
           <port name="input1" />
           <port name="input2" />
           <port name="input3" />
+          <port name="input4" />
         </cross>
       </iterationstrategy>
       <gasw descriptor="[GASW_DIR]/odin.xml"/>
@@ -56,6 +62,7 @@ String result = dir.toString()+"/"+(dateFormat.format(System.currentTimeMillis()
       <link from="ResultsDirectory" to="append-date:dir" />
       <link from="append-date:result" to="odin:input2" />
       <link from="OdinSeq" to="odin:input3" />
+      <link from="options" to="odin:input4" />
   </links>
 
 </workflow>