# HG changeset patch # User iuc # Date 1723973863 0 # Node ID 36b301c20b9546d06c5a5cb72a54f91febd7955b # Parent d27dd200708b1e76ff8a42b2529c63e0b6e99c97 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 784611c9caf2680d41414ca2880b93a69d719701 diff -r d27dd200708b -r 36b301c20b95 bcftools_norm.xml --- a/bcftools_norm.xml Wed Aug 14 16:03:36 2024 +0000 +++ b/bcftools_norm.xml Sun Aug 18 09:37:43 2024 +0000 @@ -1,4 +1,3 @@ - Left-align and normalize indels; check if REF alleles match the reference; split multiallelic sites into multiple rows; recover multiallelics from multiple rows diff -r d27dd200708b -r 36b301c20b95 macros.xml --- a/macros.xml Wed Aug 14 16:03:36 2024 +0000 +++ b/macros.xml Sun Aug 18 09:37:43 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 &&