# HG changeset patch # User iuc # Date 1728032188 0 # Node ID 04e67d8245fe1fcb3af4a36d07fde5f9b358115a # Parent 067139d6fc8864966a25d980fbcd36083e7d522e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit a6a6774ae353f915a5ca34af8f281edd91e5c665 diff -r 067139d6fc88 -r 04e67d8245fe macros.xml --- a/macros.xml Wed Dec 25 11:40:16 2019 -0500 +++ b/macros.xml Fri Oct 04 08:56:28 2024 +0000 @@ -1,11 +1,13 @@ <macros> <xml name="requirements"> <requirements> - <requirement type="package" version="@VERSION@">bctools</requirement> + <requirement type="package" version="@TOOL_VERSION@">bctools</requirement> <yield/> </requirements> </xml> - <token name="@VERSION@">0.2.2</token> + <token name="@TOOL_VERSION@">0.2.2</token> + <token name="@VERSION_SUFFIX@">2</token> + <token name="@PROFILE@">23.1</token> <xml name="citations"> <citations> <citation type="doi">10.1016/j.molcel.2013.07.001</citation> diff -r 067139d6fc88 -r 04e67d8245fe merge_pcr_duplicates.xml --- a/merge_pcr_duplicates.xml Wed Dec 25 11:40:16 2019 -0500 +++ b/merge_pcr_duplicates.xml Fri Oct 04 08:56:28 2024 +0000 @@ -1,4 +1,4 @@ -<tool id="bctools_merge_pcr_duplicates" name="Merge PCR duplicates" version="@VERSION@+galaxy1"> +<tool id="bctools_merge_pcr_duplicates" name="Merge PCR duplicates" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@"> <description>according to UMIs</description> <macros> <import>macros.xml</import>