changeset 2:4f8f5edb82c4 draft

"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit c6a3af3aa798c106d1a8f3e2bf1aef5251d0bb7e"
author ebi-gxa
date Mon, 27 Apr 2020 09:31:14 -0400
parents cb8921e0f4f0
children 39f348e76f41
files ct_get_tool_pvals.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ct_get_tool_pvals.xml	Fri Apr 24 11:20:49 2020 -0400
+++ b/ct_get_tool_pvals.xml	Mon Apr 27 09:31:14 2020 -0400
@@ -7,11 +7,11 @@
     <command detect_errors="exit_code"><![CDATA[
         get_tool_pvals.R --input-table "${input_table}" --emp-dist-list "${emp_dist_list}" --output-table "${output_table}" ]]></command>
     <inputs>
-        <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" />
+        <param type="data" name="input_table" label="Table with tool stats" format="txt" help="Path to the table of tool statistics from get_tool_performance_table.R" />
         <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" />
     </inputs>
     <outputs>
-        <data name="output_table" format="tsv" />
+        <data name="output_table" format="txt" />
     </outputs>
     <tests>
         <test>