changeset 2:320a2d826a00 draft

planemo upload for repository https://github.com/joachimwolff/galaxytools/tree/hicup/tools/hicup commit c546c919808a853d3e1556cb28bb4a5f7e1f9932
author bgruening
date Tue, 07 Nov 2017 02:48:35 -0500
parents 7f6fa513960e
children f396b479c2f2
files hicup_macros.xml hicup_mapper.xml
diffstat 2 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/hicup_macros.xml	Sat Aug 19 07:39:47 2017 -0400
+++ b/hicup_macros.xml	Tue Nov 07 02:48:35 2017 -0500
@@ -1,8 +1,8 @@
-
 <macros>
-   <xml name="requirements_hicup">
+    <token name="@VERSION@">0.5.10</token>
+    <xml name="requirements_hicup">
         <requirements>
-            <requirement type="package" version="0.5.9">hicup</requirement>
+            <requirement type="package" version="@VERSION@">hicup</requirement>
             <requirement type="package" version="2.2.6">bowtie2</requirement>
             <requirement type="package" version="1.2">samtools</requirement>
             <requirement type="package" version="0.13.1">docutils</requirement>
--- a/hicup_mapper.xml	Sat Aug 19 07:39:47 2017 -0400
+++ b/hicup_mapper.xml	Tue Nov 07 02:48:35 2017 -0500
@@ -1,4 +1,4 @@
-<tool id="hicup_mapper" name="Hicup Mapper" version="0.1.0">
+<tool id="hicup_mapper" name="Hicup Mapper" version="@VERSION@.0">
     <description>aligns paired reads independently to a reference genome and retains reads where both partners align.</description>
     <macros>
         <import>hicup_macros.xml</import>
@@ -62,4 +62,4 @@
     To get more information about the mapper visit: http://www.bioinformatics.babraham.ac.uk/projects/hicup/scripts_description/#Mapper
     ]]></help>
     <expand macro="citation_hicup" />
-</tool>
\ No newline at end of file
+</tool>