comparison SMART/DiffExpAnal/loadHTSeqResultFiles.xml @ 31:0ab839023fe4

Uploaded
author m-zytnicki
date Tue, 30 Apr 2013 14:33:21 -0400
parents 94ab73e8a190
children
comparison
equal deleted inserted replaced
30:5677346472b5 31:0ab839023fe4
1 <tool id="load_HTSeqResultFiles" name="load HTSeqResultFiles" >
2 <description>To load several HTSeq result files from different conditions.</description>
3 <command interpreter="python"> loadHTSeqResultFiles.py -o $htseqRes_out
4 -i
5 #for $i in $condition_groups
6 #for $j in $i.replicates
7 $j.tabular_file
8 #end for
9 @
10 #end for
11
12 </command>
13 <inputs>
14 <repeat name="condition_groups" title="Condition group" min="2">
15 <repeat name="replicates" title="Replicate">
16 <param name="tabular_file" format="tabular" type="data" label="TABULAR file."/>
17 </repeat>
18 </repeat>
19 </inputs>
20
21 <outputs>
22 <data format="txt" name="htseqRes_out" label="HTSeq result files" help="This program gives you a list of files you choose for the following data analysis."/>
23
24 </outputs>
25 <help>
26 </help>
27
28 </tool>
29