Mercurial > repos > yufei-luo > s_mart
diff SMART/DiffExpAnal/loadHTSeqResultFiles.xml @ 18:94ab73e8a190
Uploaded
author | m-zytnicki |
---|---|
date | Mon, 29 Apr 2013 03:20:15 -0400 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/SMART/DiffExpAnal/loadHTSeqResultFiles.xml Mon Apr 29 03:20:15 2013 -0400 @@ -0,0 +1,29 @@ +<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> +