Mercurial > repos > bornea > dotplot_runner
changeset 2:01854b858767 draft
Uploaded
author | bornea |
---|---|
date | Fri, 29 Jan 2016 09:57:38 -0500 |
parents | 7e98f893e9ae |
children | fcc56a8fc3a0 |
files | dotplot_runner.xml |
diffstat | 1 files changed, 42 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/dotplot_runner.xml Fri Jan 29 09:57:38 2016 -0500 @@ -0,0 +1,42 @@ +<tool id="dotplot_runner" name="Dotplot ProHits"> + <description></description> + <command interpreter="python">dotplot_runner.py $saint_file $FDR1 $FDR2 $spec_max $dotplot $heatmap $estimated $stats \$INSTALL_RUN_PATH/</command> + <requirements> + <requirement type="set_environment">INSTALL_RUN_PATH</requirement> + </requirements> + <inputs> + <param format="txt" name="saint_file" type="data" label="SAINT Output"/> + <param type="float" name="FDR1" label="False Discovery Rate 1" value="0.01"/> + <param type="float" name="FDR2" label="False Discovery Rate 2" value="0.025"/> + <param type="integer" name="spec_max" label="Maximum spectral count" value="50"/> + </inputs> + <outputs> + <data format="pdf" name="dotplot" label="DotPlot" /> + <data format="pdf" name="heatmap" label="Heatmap" /> + <data format="pdf" name="estimated" label="Estimated" /> + <data format="pdf" name="stats" label="Stats" /> + </outputs> + <stdio> + <regex match="Error|error" + source="stdout" + level="fatal" + description="Unknown error"/> + <regex match="Error|error" + source="stderr" + level="fatal" + description="Unknown error"/> + <regex match="Error: bad bait" + source="stdout" + level="fatal" + description="Error: bad bait"/> + </stdio> + + <tests> + <test> + <param name="input" value="fa_gc_content_input.fa"/> + <output name="out_file1" file="fa_gc_content_output.txt"/> + </test> + </tests> + <help> + </help> +</tool> \ No newline at end of file