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

Changeset 10:bf2017df9837 (2021-09-22)
Previous changeset 9:c2ef03559dc6 (2021-04-12) Next changeset 11:73ab2ac53d06 (2023-11-08)
Commit message:
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scanpy/ commit 806c15e8f3ae7acea300ebeb83222162c42eca14"
modified:
macros.xml
remove_confounders.xml
b
diff -r c2ef03559dc6 -r bf2017df9837 macros.xml
--- a/macros.xml Mon Apr 12 18:16:38 2021 +0000
+++ b/macros.xml Wed Sep 22 21:10:58 2021 +0000
b
@@ -10,6 +10,11 @@
             <yield />
         </requirements>
     </xml>
+    <xml name="bio_tools">
+        <xrefs>
+            <xref type="bio.tools">scanpy</xref>
+        </xrefs>
+    </xml>
     <xml name="citations">
         <citations>
             <citation type="doi">10.1186/s13059-017-1382-0</citation>
b
diff -r c2ef03559dc6 -r bf2017df9837 remove_confounders.xml
--- a/remove_confounders.xml Mon Apr 12 18:16:38 2021 +0000
+++ b/remove_confounders.xml Wed Sep 22 21:10:58 2021 +0000
b
@@ -1,5 +1,6 @@
 <tool id="scanpy_remove_confounders" name="Remove confounders" version="@galaxy_version@" profile="@profile@">
     <description>with scanpy</description>
+    <expand macro="bio_tools"/>
     <macros>
         <import>macros.xml</import>
     </macros>