# HG changeset patch # User iuc # Date 1741856641 0 # Node ID 1ef68546d37f3e6d0b883bee06771fb861f8631b # Parent 41c7ba073a9b35b263acab70930e29ce0b10d44f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ivar/ commit 249acacf7a562ab99130d311b7e322a80993ca44 diff -r 41c7ba073a9b -r 1ef68546d37f ivar_variants.xml --- a/ivar_variants.xml Mon Feb 10 15:12:35 2025 +0000 +++ b/ivar_variants.xml Thu Mar 13 09:04:01 2025 +0000 @@ -1,4 +1,4 @@ -<tool id="ivar_variants" name="ivar variants" version="@TOOL_VERSION@+galaxy1" profile="@PROFILE@"> +<tool id="ivar_variants" name="ivar variants" version="@TOOL_VERSION@+galaxy0" profile="@PROFILE@"> <description>Call variants from aligned BAM file</description> <macros> <import>macros.xml</import> diff -r 41c7ba073a9b -r 1ef68546d37f macros.xml --- a/macros.xml Mon Feb 10 15:12:35 2025 +0000 +++ b/macros.xml Thu Mar 13 09:04:01 2025 +0000 @@ -1,12 +1,12 @@ <?xml version="1.0"?> <macros> - <token name="@TOOL_VERSION@">1.4.3</token> + <token name="@TOOL_VERSION@">1.4.4</token> <token name="@PROFILE@">21.01</token> <xml name="requirements"> <requirements> <requirement type="package" version="@TOOL_VERSION@">ivar</requirement> <requirement type="package" version="3.11.9">python</requirement> - <requirement type="package" version="1.16.1">samtools</requirement> + <requirement type="package" version="1.21">samtools</requirement> <yield/> </requirements> </xml>