# HG changeset patch
# User iuc
# Date 1615899562 0
# Node ID 9d33775ec67d04f2cbe3145a06be4edff9f94d11
# Parent 6c145a6868ccbf1b6b7b02afb0e9420f402dcac9
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scanpy/ commit 7b8af82cb8a3438d2a6535986e357527e5c6efec"
diff -r 6c145a6868cc -r 9d33775ec67d inspect.xml
--- a/inspect.xml Wed May 20 16:10:30 2020 -0400
+++ b/inspect.xml Tue Mar 16 12:59:22 2021 +0000
@@ -232,12 +232,12 @@
#else if $method.method == "pp.log1p"
sc.pp.log1p(
- data=adata,
+ adata,
copy=False)
#else if $method.method == "pp.scale"
sc.pp.scale(
- data=adata,
+ adata,
zero_center=$method.zero_center,
#if $method.max_value
max_value=$method.max_value,
@@ -246,7 +246,7 @@
#else if $method.method == "pp.sqrt"
sc.pp.sqrt(
- data=adata,
+ adata,
copy=False)
#end if
@@ -707,9 +707,9 @@
-
-
+
-
+
diff -r 6c145a6868cc -r 9d33775ec67d macros.xml
--- a/macros.xml Wed May 20 16:10:30 2020 -0400
+++ b/macros.xml Tue Mar 16 12:59:22 2021 +0000
@@ -1,13 +1,12 @@
- 1.4.4.post1
+ 1.7.1
19.01
-
+
scanpy
loompy
- h5py
- leidenalg
+ leidenalg
@@ -29,9 +28,6 @@
]]>
-
-
-
@@ -781,7 +774,6 @@
#end if
linewidth=$method.seaborn_violinplot.linewidth,
color='$method.seaborn_violinplot.color',
- palette='$method.seaborn_violinplot.palette',
saturation=$method.seaborn_violinplot.saturation
]]>
@@ -1005,7 +997,7 @@
-
+
diff -r 6c145a6868cc -r 9d33775ec67d test-data/pl.rank_genes_groups_dotplot.rank_genes_groups.krumsiek11.png
Binary file test-data/pl.rank_genes_groups_dotplot.rank_genes_groups.krumsiek11.png has changed
diff -r 6c145a6868cc -r 9d33775ec67d test-data/pl.rank_genes_groups_stacked_violin.rank_genes_groups.krumsiek11.png
Binary file test-data/pl.rank_genes_groups_stacked_violin.rank_genes_groups.krumsiek11.png has changed
diff -r 6c145a6868cc -r 9d33775ec67d test-data/pl.scatter.umap.pbmc68k_reduced.png
Binary file test-data/pl.scatter.umap.pbmc68k_reduced.png has changed
diff -r 6c145a6868cc -r 9d33775ec67d test-data/pl.stacked_violin.krumsiek11.png
Binary file test-data/pl.stacked_violin.krumsiek11.png has changed
diff -r 6c145a6868cc -r 9d33775ec67d test-data/pl.violin.pbmc68k_reduced_custom.png
Binary file test-data/pl.violin.pbmc68k_reduced_custom.png has changed
diff -r 6c145a6868cc -r 9d33775ec67d test-data/pp.highly_variable_genes.seurat.blobs.h5ad
Binary file test-data/pp.highly_variable_genes.seurat.blobs.h5ad has changed
diff -r 6c145a6868cc -r 9d33775ec67d test-data/pp.recipe_seurat.recipe_zheng17.h5ad
Binary file test-data/pp.recipe_seurat.recipe_zheng17.h5ad has changed
diff -r 6c145a6868cc -r 9d33775ec67d test-data/pp.recipe_zheng17.random-randint.h5ad
Binary file test-data/pp.recipe_zheng17.random-randint.h5ad has changed
diff -r 6c145a6868cc -r 9d33775ec67d test-data/tl.rank_genes_groups.krumsiek11.h5ad
Binary file test-data/tl.rank_genes_groups.krumsiek11.h5ad has changed