| Previous changeset 22:57f36434474f (2024-08-14) Next changeset 24:3d21f507fc5d (2025-12-02) |
|
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 784611c9caf2680d41414ca2880b93a69d719701 |
|
modified:
bcftools_isec.xml macros.xml |
| b |
| diff -r 57f36434474f -r 39bca000353d bcftools_isec.xml --- a/bcftools_isec.xml Wed Aug 14 16:30:32 2024 +0000 +++ b/bcftools_isec.xml Sun Aug 18 10:04:43 2024 +0000 |
| b |
| @@ -1,4 +1,3 @@ -<?xml version='1.0' encoding='utf-8'?> <tool name="bcftools @EXECUTABLE@" id="bcftools_@EXECUTABLE@" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@"> <description>Create intersections, unions and complements of VCF files</description> <macros> |
| b |
| diff -r 57f36434474f -r 39bca000353d macros.xml --- a/macros.xml Wed Aug 14 16:30:32 2024 +0000 +++ b/macros.xml Sun Aug 18 10:04:43 2024 +0000 |
| b |
| @@ -1,6 +1,6 @@ <macros> <token name="@TOOL_VERSION@">1.15.1</token> - <token name="@VERSION_SUFFIX@">3</token> + <token name="@VERSION_SUFFIX@">4</token> <token name="@PROFILE@">20.01</token> <xml name="bio_tools"> <xrefs> @@ -436,7 +436,7 @@ bgzip -c "$section.targets.targets_file" > $targets_path && tabix -s 1 -b 2 -e 2 $targets_path && #end if -#elif $tgts_sec.targets_file: +#elif $section.targets_file: #set $targets_path = 'targets_file.tab.gz' bgzip -c "$section.targets_file" > $targets_path && tabix -s 1 -b 2 -e 2 $targets_path && |