Repository 'scanpy_remove_confounders'
hg clone https://toolshed.g2.bx.psu.edu/repos/iuc/scanpy_remove_confounders

Changeset 13:d18e7a6e5cd4 (2024-03-14)
Previous changeset 12:458e8f43a775 (2023-11-17) Next changeset 14:c65fce500915 (2024-05-18)
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scanpy/ commit 3974c0ff86bb1d6633281f29dfb4c605a74e1e6e
modified:
macros.xml
added:
test-data/external.pp.magic.all_genes.krumsiek11.h5ad
test-data/external.pp.magic.pca_only.krumsiek11.h5ad
b
diff -r 458e8f43a775 -r d18e7a6e5cd4 macros.xml
--- a/macros.xml Fri Nov 17 09:12:48 2023 +0000
+++ b/macros.xml Thu Mar 14 15:38:16 2024 +0000
b
@@ -1,6 +1,6 @@
 <macros>
     <token name="@TOOL_VERSION@">1.9.6</token>
-    <token name="@VERSION_SUFFIX@">1</token>
+    <token name="@VERSION_SUFFIX@">2</token>
     <token name="@profile@">22.05</token>
     <xml name="requirements">
         <requirements>
@@ -11,6 +11,7 @@
             <requirement type="package" version="1.5.3">pandas</requirement>
             <requirement type="package" version="3.7">matplotlib</requirement>
             <requirement type="package" version="0.12.2">seaborn</requirement>
+            <requirement type="package" version="3.0.0">magic-impute</requirement>
             <yield />
         </requirements>
     </xml>
b
diff -r 458e8f43a775 -r d18e7a6e5cd4 test-data/external.pp.magic.all_genes.krumsiek11.h5ad
b
Binary file test-data/external.pp.magic.all_genes.krumsiek11.h5ad has changed
b
diff -r 458e8f43a775 -r d18e7a6e5cd4 test-data/external.pp.magic.pca_only.krumsiek11.h5ad
b
Binary file test-data/external.pp.magic.pca_only.krumsiek11.h5ad has changed