]> Creatis software - vip-workflow-hrquest.git/blob - workflow/hrquest.gwendia
hrquest workflow v0.1
[vip-workflow-hrquest.git] / workflow / hrquest.gwendia
1 <?xml version="1.0" encoding="UTF-8"?>
2 <workflow name="hrquest" version="0.1">
3
4   <description>There is no description for this application. Please contact the developers to know what it is about.</description>
5
6   <interface>
7     <source name="ParamFile" type="string">
8       <source-comment>&lt;b&gt;&lt;font color="blue"&gt;new input&lt;/font&gt;&lt;/b&gt;: Text file containing the description of  Metabolite Basis Spectra and  Metabolite Fitting Constraints
9       </source-comment>
10     </source>
11     <source name="InputFolder" type="string">
12       <source-comment>&lt;b&gt;&lt;font color="blue"&gt;new input&lt;/font&gt;&lt;/b&gt;: Folder containing  the MRUI files (database) described in the ParamFile. Take care to use the same folder name in the ParamFile
13       </source-comment>
14     </source>
15     <source name="OutputFolder" type="string">
16       <source-comment>&lt;b&gt;&lt;font color="blue"&gt;new input&lt;/font&gt;&lt;/b&gt;: The folder to which the outputs will be uploaded
17       </source-comment>
18     </source>
19     <source name="SignalFile" type="string">
20       <source-comment>&lt;b&gt;&lt;font color="blue"&gt;new input&lt;/font&gt;&lt;/b&gt;: MRUI file containing the signal to be analyzed
21       </source-comment>
22     </source>
23     <sink name="output.tgz" type="uri" />
24   </interface>
25
26   <processors>
27     <processor name="hrquest" >
28       <in name="input3" type="string" depth="0" />
29       <in name="input2" type="string" depth="0" />
30       <in name="input1" type="string" depth="0" />
31       <in name="input0" type="string" depth="1" />
32       <out name="out" type="uri" depth="0" />
33       <iterationstrategy>
34         <cross>
35           <port name="input0" />
36           <port name="input1" />
37           <port name="input2" />
38           <port name="input3" />
39         </cross>
40       </iterationstrategy>
41       <gasw descriptor="[GASW_DIR]/hrquest.xml"/>
42     </processor>
43   </processors>
44
45   <links>
46       <link from="hrquest:out" to="output.tgz" />
47       <link from="SignalFile" to="hrquest:input0" />
48       <link from="ParamFile" to="hrquest:input1" />
49       <link from="InputFolder" to="hrquest:input2" />
50       <link from="OutputFolder" to="hrquest:input3" />
51   </links>
52
53 </workflow>