Mercurial > repos > ebi-gxa > ct_get_tool_pvals
comparison ct_get_tool_pvals.xml @ 0:f2ffa4fd4c2a draft
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 941a94360593f8dfb7804834f29fb2642ddd53a2"
author | ebi-gxa |
---|---|
date | Wed, 08 Apr 2020 11:35:54 -0400 |
parents | |
children | 4f8f5edb82c4 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:f2ffa4fd4c2a |
---|---|
1 <tool id="ct_get_tool_pvals" name="Cell types - get tool p-values" version="@TOOL_VERSION@+galaxy0" profile="@PROFILE@"> | |
2 <description>Get p-values for tool performance metrics</description> | |
3 <macros> | |
4 <import>ct_macros.xml</import> | |
5 </macros> | |
6 <expand macro="requirements" /> | |
7 <command detect_errors="exit_code"><![CDATA[ | |
8 get_tool_pvals.R --input-table "${input_table}" --emp-dist-list "${emp_dist_list}" --output-table "${output_table}" ]]></command> | |
9 <inputs> | |
10 <param type="data" name="input_table" label="Table with tool stats" format="tsv" help="Path to the table of tool statistics from get_tool_performance_table.R" /> | |
11 <param type="data" name="emp_dist_list" label="List of empirical distributions" format="rdata" help="Path to the list of empirical distributions in .rds format" /> | |
12 </inputs> | |
13 <outputs> | |
14 <data name="output_table" format="tsv" /> | |
15 </outputs> | |
16 <tests> | |
17 <test> | |
18 <param name="input_table" value="tool_perf_table.tsv" /> | |
19 <param name="emp_dist_list" value="empirical_dist_list.rds" /> | |
20 <output name="output_table" file="tool_perf_pvals.tsv" compare="sim_size" /> | |
21 </test> | |
22 </tests> | |
23 <help><![CDATA[ | |
24 @HELP@ | |
25 | |
26 @VERSION_HISTORY@ | |
27 ]]></help> | |
28 <expand macro="citations" /> | |
29 </tool> |