# HG changeset patch
# User ebi-gxa
# Date 1592411384 14400
# Node ID 32101a7373ae24df3e1b1246d9524f791968b85d
# Parent 559fbff1f5730aa50f16368cd1a6f7e622d279cc
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 8c1bd2ab8a3f988e205677a3bb1ffda1e5694fe1"
diff -r 559fbff1f573 -r 32101a7373ae ct_get_consensus_outputs.xml
--- a/ct_get_consensus_outputs.xml Mon Apr 27 11:12:14 2020 -0400
+++ b/ct_get_consensus_outputs.xml Wed Jun 17 12:29:44 2020 -0400
@@ -16,9 +16,15 @@
#if $tool_table
--tool-table "${tool_table}"
#end if
+ #if $include-sem-siml
+ --include-sem-siml "${include_sem_siml}"
+ #end if
#if $parallel
--parallel "${parallel}"
#end if
+ #if $sort_by_agg_score
+ --sort-by-agg-score "${sort_by_agg_score}"
+ #end if
#if $exclusions
--exclusions "${exclusions}"
#end if
@@ -30,10 +36,13 @@
+
+
+
-
-
+
+
diff -r 559fbff1f573 -r 32101a7373ae ct_macros.xml
--- a/ct_macros.xml Mon Apr 27 11:12:14 2020 -0400
+++ b/ct_macros.xml Wed Jun 17 12:29:44 2020 -0400
@@ -1,10 +1,10 @@
- 1.0.0
+ 1.1.0
More information can be found at https://github.com/ebi-gene-expression-group/cell-types-analysis
18.01
- cell-types-analysis
+ cell-types-analysis
@@ -18,6 +18,22 @@
0.0.5+galaxy0: Initial contribution. Andrey Solovyev, Expression Atlas team https://www.ebi.ac.uk/gxa/home at EMBL-EBI https://www.ebi.ac.uk/.
0.0.5+galaxy1: Standardise input/output format into .txt.
]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+