# HG changeset patch # User iuc # Date 1513104836 18000 # Node ID 410cdd7cf2bc5609f904ee27ee0dab8243de2b21 # Parent 60c59645991b5ac83e09d13cb018c8f3015b1435 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 880627162bdeb854582e9f58ddab451de35feba3 diff -r 60c59645991b -r 410cdd7cf2bc macros.xml --- a/macros.xml Thu Apr 13 17:31:27 2017 -0400 +++ b/macros.xml Tue Dec 12 13:53:56 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 ]]>