Mercurial > repos > chmaramis > irprofiler
diff gene_comparison.xml @ 0:0e37e5b73273 draft
Initial commit
| author | chmaramis |
|---|---|
| date | Fri, 30 Mar 2018 07:22:29 -0400 |
| parents | |
| children | acaa8e8a0b88 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gene_comparison.xml Fri Mar 30 07:22:29 2018 -0400 @@ -0,0 +1,23 @@ +<tool id="geneCompar" name="Gene Usage Comparison" version="0.9"> +<description>Compare gene usages from multiple repertoires</description> +<requirements> + <requirement type="package" version="0.19">pandas</requirement> +</requirements> +<command interpreter="python">gene_comparison.py "$output_file" +#for x in $rep_files + "$x.rpfile" + "$x.rpfile.name" +#end for +</command> +<inputs> +<repeat name="rep_files" title="Patient" min="2"> +<param name="rpfile" type="data" label="File of gene usage repertoire" format="tabular"/> +</repeat> +</inputs> +<outputs> +<data format="tabular" name="output_file" label="geneUsageComparison"/> +</outputs> +<help> +Coming soon +</help> +</tool>
