18
+ − 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