Mercurial > repos > saketkc > transfic_web
diff transFIC_web/transFIC_web.xml @ 3:4051693fb690 draft
Uploaded
| author | saketkc |
|---|---|
| date | Mon, 14 Apr 2014 21:36:51 -0400 |
| parents | |
| children | 7e8b135145d0 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/transFIC_web/transFIC_web.xml Mon Apr 14 21:36:51 2014 -0400 @@ -0,0 +1,19 @@ +<tool id="transFIC_web" name="TransFIC"> + <description>TransFIC web service</description> + <command interpreter="python"> + transFIC_web.py --input $input --output $output + </command> + <inputs> + <param name="input" format="text" type="data" label="Inout Variants"/> + </inputs> + <outputs> + <data name="output" format="tabular"/> + </outputs> + <tests> + <test> + <param name="input" value="condel_input.txt"/> + <output name="output" file="transfic_output.csv"/> + </test> + </tests> +</tool> +
