15
|
1 <tool id="ProHits_DotPlot_Generator" name="ProHits DotPlot Generator">
|
|
2 <description></description>
|
18
|
3 <command interpreter="python">ProHits_DotPlot_Generator.py $saint_file $FDR1 $FDR2 $spec_max $dotplot $heatmap $estimated $stats \$INSTALL_RUN_PATH/</command>
|
15
|
4 <requirements>
|
|
5 <requirement type="set_environment">INSTALL_RUN_PATH</requirement>
|
|
6 </requirements>
|
|
7 <inputs>
|
|
8 <param format="txt" name="saint_file" type="data" label="SAINT Output"/>
|
|
9 <param type="float" name="FDR1" label="False Discovery Rate 1" value="0.01"/>
|
|
10 <param type="float" name="FDR2" label="False Discovery Rate 2" value="0.025"/>
|
|
11 <param type="integer" name="spec_max" label="Maximum spectral count" value="50"/>
|
|
12 </inputs>
|
|
13 <outputs>
|
|
14 <data format="pdf" name="dotplot" label="DotPlot" />
|
|
15 <data format="pdf" name="heatmap" label="Heatmap" />
|
|
16 <data format="pdf" name="estimated" label="Estimated" />
|
|
17 <data format="pdf" name="stats" label="Stats" />
|
|
18 </outputs>
|
|
19 <stdio>
|
28
|
20 <regex match="DotPlot did not run correctly"
|
|
21 source="stdout"
|
|
22 level="fatal"
|
|
23 description="DotPlot did not run correctly."/>
|
15
|
24 <regex match="Error|error"
|
|
25 source="stdout"
|
|
26 level="fatal"
|
|
27 description="Unknown error"/>
|
|
28 <regex match="Error|error"
|
|
29 source="stderr"
|
|
30 level="fatal"
|
|
31 description="Unknown error"/>
|
|
32 <regex match="Error: bad bait"
|
|
33 source="stdout"
|
|
34 level="fatal"
|
|
35 description="Error: bad bait"/>
|
|
36 </stdio>
|
|
37
|
|
38 <tests>
|
|
39 <test>
|
|
40 <param name="input" value="fa_gc_content_input.fa"/>
|
|
41 <output name="out_file1" file="fa_gc_content_output.txt"/>
|
|
42 </test>
|
|
43 </tests>
|
|
44 <help>
|
23
|
45 Prohits Dotplot
|
24
|
46 ---------------
|
15
|
47
|
23
|
48 This tool runs the biclustering version of the DotPlot tool found
|
|
49 at http://prohitstools.mshri.on.ca/. A more interactive version
|
|
50 can be found at http://prohits-viz.lunenfeld.ca/. Depending on
|
|
51 your Galaxy distribution, this tool may take a few minutes to run.
|
15
|
52
|
23
|
53 **1) SAINT Output File**
|
|
54
|
|
55 SAINTexpress generated *list.txt* file
|
15
|
56
|
23
|
57 **2) False Discovery Rate 1**
|
15
|
58
|
23
|
59 Primary FDR cutoff in range 0-1 (default 0.01)
|
|
60
|
|
61 **3) False Discovery Rate 2**
|
15
|
62
|
23
|
63 Secondary FDR cutoff; must be higher than the primary (default 0.025)
|
15
|
64
|
23
|
65 **4) Maximum Spectral Count**
|
|
66
|
|
67 Maximum spectral count to visualize (default 50)
|
15
|
68
|
25
|
69 ----------------
|
|
70
|
15
|
71 **Please cite**
|
|
72
|
|
73 * Knight, J.D., Liu, G., Zhang, J., Pasculescu, A., Choi, H., and Gingras, A.-C. (2014) A web-tool for visualizing quantitative protein-protein interaction data. Proteomics, in press. PMID:25422071.
|
|
74
|
|
75 </help>
|
|
76 </tool> |