comparison plotheatmap.xml @ 0:c5a812cdf478 draft

planemo upload
author marpiech
date Fri, 09 Dec 2016 10:52:35 -0500
parents
children ddde82ae5dea
comparison
equal deleted inserted replaced
-1:000000000000 0:c5a812cdf478
1 <tool id="plotheatmap" name="plotheatmap" version="1.0">
2 <description>Make a count matrix for edgeR</description>
3 <stdio>
4 <exit_code range="1:" />
5 </stdio>
6 <command>
7 <![CDATA[
8 $__tool_directory__/tools/script.R $count_matrix $stats_matrix $log_fc $log_cpm $pvalue $fdr > $rscript_log 2> $rerror_log
9
10
11
12 ]]>
13 </command>
14 <inputs>
15 <param name="count_matrix" type="data" format="data" label=""/>
16 <param name="stats_matrix" type="data" format="data" label=""/>
17 <param name="log_fc" type="float" value="0.5" label=""/>
18 <param name="log_cpm" type="float" value="0.5" label=""/>
19 <param name="pvalue" type="float" value="0.5" label=""/>
20 <param name="fdr" type="float" value="0.5" label=""/>
21
22 </inputs>
23 <outputs>
24 <!-- <data name="output" format="data" /> -->
25 <data format="pdf" name="haetamappdf" from_work_dir="heatmap.pdf" >
26 <filter>(outftype == 'pdf')</filter>
27 </data>
28 <data name="rscript_log" format="data" />
29 <data name="rerror_log" format="data" />
30 </outputs>
31 <tests>
32
33 <test>
34 <param name="count_matrix" value="count.matrix"/>
35 <param name="stats_matrix" value="stats.data"/>
36 <param name="log_fc" value="1"/>
37 <param name="log_cpm" value="2"/>
38 <param name="pvalue" value="0.05"/>
39 <param name="fdr" value="0.1"/>
40 <!-- <output name="output" file="done"/> -->
41 <output name="haetamappdf" file="heatmap.pdf" ftype="pdf" compare="sim_size" />
42 <output name="rscript_log" file="rscript.log"/>
43 <output name="rerror_log" file="rerror.log"/>
44
45 </test>
46
47 </tests>
48 <help>
49 <![CDATA[
50
51 tutaj cos bedzie
52 ]]>
53 </help>
54 <citations>
55
56 </citations>
57 </tool>