# HG changeset patch # User iuc # Date 1723975562 0 # Node ID 7d9166ecd10f88994c9e12ab4de8e2f21f1c77df # Parent 51d28b4d3a04b7117f1d64861078fe7f8c058f72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 784611c9caf2680d41414ca2880b93a69d719701 diff -r 51d28b4d3a04 -r 7d9166ecd10f bcftools_plugin_color_chrs.xml --- a/bcftools_plugin_color_chrs.xml Wed Aug 14 16:31:51 2024 +0000 +++ b/bcftools_plugin_color_chrs.xml Sun Aug 18 10:06:02 2024 +0000 @@ -1,4 +1,3 @@ - plugin Color shared chromosomal segments, requires phased GTs diff -r 51d28b4d3a04 -r 7d9166ecd10f macros.xml --- a/macros.xml Wed Aug 14 16:31:51 2024 +0000 +++ b/macros.xml Sun Aug 18 10:06:02 2024 +0000 @@ -1,6 +1,6 @@ 1.15.1 - 3 + 4 20.01 @@ -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 &&