diff ruvseq.xml @ 2:fed9d0350d72 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ruvseq commit 4daa375d022673d2437d609b1865b78c64b04415"
author iuc
date Fri, 15 Jan 2021 17:53:15 +0000
parents c24765926774
children d1f7fa5bb3cb
line wrap: on
line diff
--- a/ruvseq.xml	Tue Mar 26 06:25:38 2019 -0400
+++ b/ruvseq.xml	Fri Jan 15 17:53:15 2021 +0000
@@ -1,7 +1,11 @@
-<tool id="ruvseq" name="Remove Unwanted Variation" version="1.16.0">
+<tool id="ruvseq" name="Remove Unwanted Variation" version="@TOOL_VERSION@+galaxy@WRAPPER_VERSION@">
     <description>from RNA-seq data</description>
+    <macros>
+        <token name="@TOOL_VERSION@">1.16.0</token>
+        <token name="@WRAPPER_VERSION@">1</token>
+    </macros>
     <requirements>
-        <requirement type="package" version="1.16.0">bioconductor-ruvseq</requirement>
+        <requirement type="package" version="@TOOL_VERSION@">bioconductor-ruvseq</requirement>
         <requirement type="package" version="1.22.1">bioconductor-deseq2</requirement>
         <requirement type="package" version="1.10.0">bioconductor-tximport</requirement>
         <requirement type="package" version="1.34.1">bioconductor-genomicfeatures</requirement>