changeset 2:dc2de14881ba draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scanpy/ commit e6675eff6b4d49386c2a9e4dde0011ba33aedbcc"
author iuc
date Thu, 05 Dec 2019 07:11:19 -0500
parents 20cfb9f3dded
children ac8e59e87ce3
files cluster_reduce_dimension.xml macros.xml
diffstat 2 files changed, 6 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/cluster_reduce_dimension.xml	Wed Oct 16 06:29:43 2019 -0400
+++ b/cluster_reduce_dimension.xml	Thu Dec 05 07:11:19 2019 -0500
@@ -1,4 +1,4 @@
-<tool id="scanpy_cluster_reduce_dimension" name="Cluster," version="@galaxy_version@">
+<tool id="scanpy_cluster_reduce_dimension" name="Cluster," version="@galaxy_version@" profile="@profile@">
     <description>infer trajectories and embed with scanpy</description>
     <macros>
         <import>macros.xml</import>
@@ -58,7 +58,9 @@
     use_highly_variable=$method.use_highly_variable
 ]]></token>
     </macros>
-    <expand macro="requirements"/>
+    <expand macro="requirements">
+        <requirement type="package" version="0.6.1">louvain</requirement>
+    </expand>
     <expand macro="version_command"/>
     <command detect_errors="exit_code"><![CDATA[
 @CMD@
--- a/macros.xml	Wed Oct 16 06:29:43 2019 -0400
+++ b/macros.xml	Thu Dec 05 07:11:19 2019 -0500
@@ -1,5 +1,6 @@
 <macros>
-    <token name="@version@">1.4.4</token>
+    <token name="@version@">1.4.4.post1</token>
+    <token name="@profile@">19.01</token>
     <token name="@galaxy_version@"><![CDATA[@version@+galaxy0]]></token>
     <xml name="requirements">
         <requirements>