Previous changeset 1:7f6fa513960e (2017-08-19) Next changeset 3:f396b479c2f2 (2017-11-09) |
Commit message:
planemo upload for repository https://github.com/joachimwolff/galaxytools/tree/hicup/tools/hicup commit c546c919808a853d3e1556cb28bb4a5f7e1f9932 |
modified:
hicup_macros.xml hicup_mapper.xml |
b |
diff -r 7f6fa513960e -r 320a2d826a00 hicup_macros.xml --- a/hicup_macros.xml Sat Aug 19 07:39:47 2017 -0400 +++ b/hicup_macros.xml Tue Nov 07 02:48:35 2017 -0500 |
b |
@@ -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> |
b |
diff -r 7f6fa513960e -r 320a2d826a00 hicup_mapper.xml --- a/hicup_mapper.xml Sat Aug 19 07:39:47 2017 -0400 +++ b/hicup_mapper.xml Tue Nov 07 02:48:35 2017 -0500 |
b |
@@ -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> |