# HG changeset patch # User iuc # Date 1513104616 18000 # Node ID b5a5f02cf16d4c2ac5ef3fd2cf01f37f201a638f # Parent 062d9ba479a6472f4a6cd1e0c141010d682d1a4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 880627162bdeb854582e9f58ddab451de35feba3 diff -r 062d9ba479a6 -r b5a5f02cf16d macros.xml --- a/macros.xml Thu Apr 13 17:38:55 2017 -0400 +++ b/macros.xml Tue Dec 12 13:50:16 2017 -0500 @@ -49,7 +49,7 @@ bgzip -c '$input_file' > $input_vcf && bcftools index $input_vcf && #elif $input_file.is_of_type('vcf_bgzip') - ln -s '$input_file' $input_vcf + ln -s '$input_file' $input_vcf && #elif $input_file.is_of_type('bcf') #set $input_vcf = 'input.bcf' ln -s '$input_file' $input_vcf && @@ -59,7 +59,7 @@ bcftools index $input_vcf && #end if #elif $input_file.is_of_type('bcf_bgzip') - ln -s '$input_file' $input_vcf + ln -s '$input_file' $input_vcf && #end if ]]>