Mercurial > repos > iuc > bctools_extract_crosslinked_nucleotides
changeset 4:12a5e6fa850e draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit a6a6774ae353f915a5ca34af8f281edd91e5c665
author | iuc |
---|---|
date | Fri, 04 Oct 2024 08:57:18 +0000 |
parents | ca86af119c27 |
children | |
files | coords2clnt.xml macros.xml |
diffstat | 2 files changed, 5 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/coords2clnt.xml Wed Dec 25 11:41:01 2019 -0500 +++ b/coords2clnt.xml Fri Oct 04 08:57:18 2024 +0000 @@ -1,4 +1,4 @@ -<tool id="bctools_extract_crosslinked_nucleotides" name="Get crosslinked nucleotides" version="@VERSION+galaxy1"> +<tool id="bctools_extract_crosslinked_nucleotides" name="Get crosslinked nucleotides" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@"> <description>from full alignments</description> <macros> <import>macros.xml</import>
--- a/macros.xml Wed Dec 25 11:41:01 2019 -0500 +++ b/macros.xml Fri Oct 04 08:57:18 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>