# HG changeset patch # User iuc # Date 1723975604 0 # Node ID ccb83bf54de0edf552d6fc21197a1e1812ad4c30 # Parent 75a85c76c9c68e96ff9dbfc637613fe6cdd1eadc planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 784611c9caf2680d41414ca2880b93a69d719701 diff -r 75a85c76c9c6 -r ccb83bf54de0 bcftools_cnv.xml --- a/bcftools_cnv.xml Wed Aug 14 16:32:29 2024 +0000 +++ b/bcftools_cnv.xml Sun Aug 18 10:06:44 2024 +0000 @@ -1,4 +1,3 @@ - Call copy number variation from VCF B-allele frequency (BAF) and Log R Ratio intensity (LRR) values diff -r 75a85c76c9c6 -r ccb83bf54de0 macros.xml --- a/macros.xml Wed Aug 14 16:32:29 2024 +0000 +++ b/macros.xml Sun Aug 18 10:06:44 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 &&