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

Uploaded
author m-zytnicki
date Tue, 30 Apr 2013 14:33:21 -0400
parents 94ab73e8a190
children
line wrap: on
line source

<tool id="load_HTSeqResultFiles" name="load HTSeqResultFiles" >
  <description>To load several HTSeq result files from different conditions.</description>
  <command interpreter="python"> loadHTSeqResultFiles.py -o $htseqRes_out
	-i
	#for $i in $condition_groups
	#for $j in $i.replicates
	$j.tabular_file
	#end for
	@
	#end for

</command>
  <inputs>
	  <repeat name="condition_groups" title="Condition group" min="2">
   	  <repeat name="replicates" title="Replicate">
	    <param name="tabular_file" format="tabular" type="data" label="TABULAR file."/>
          </repeat>
     	  </repeat>
  </inputs>

  <outputs>
    <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."/>

</outputs>
<help>
</help>

</tool>