# HG changeset patch
# User iuc
# Date 1576160858 18000
# Node ID cc0deb593fc82eb12f78ec5da0ff0e7c18f54706
# Parent 7d22964a86394818662c3010801c85c62850dfaa
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scanpy/ commit 3b41d687ff30583540d055f6995de00530cca81d"
diff -r 7d22964a8639 -r cc0deb593fc8 inspect.xml
--- a/inspect.xml Thu Dec 05 07:13:18 2019 -0500
+++ b/inspect.xml Thu Dec 12 09:27:38 2019 -0500
@@ -135,7 +135,6 @@
sc.tl.rank_genes_groups(
adata=adata,
groupby='$method.groupby',
- use_raw=$method.use_raw,
#if str($method.groups) != ''
#set $group=[x.strip() for x in str($method.groups).split(',')]
groups=$group,
@@ -199,7 +198,7 @@
tol=$method.tl_rank_genes_groups_method.tol,
C=$method.tl_rank_genes_groups_method.c,
#end if
- only_positive=$method.only_positive)
+ use_raw=$method.use_raw)
#else if $method.method == "tl.marker_gene_overlap"
reference_markers = {}
@@ -256,30 +255,30 @@
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
-
-
+
-
+
@@ -292,11 +291,11 @@
+ help="If 'len(gene_list)' is not too low, you can set 'ctrl_size=len(gene_list)'."/>
-
+
@@ -426,13 +425,11 @@
help="It must be a positive float. Like in support vector machines, smaller values specify stronger regularization."/>
-