# HG changeset patch # User iuc # Date 1513105243 18000 # Node ID 963a3635b2e197197f15f379fc54e7de809e5089 # Parent cfd95c205d55c2eb2788ab76121c9ce2fff9fe28 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 880627162bdeb854582e9f58ddab451de35feba3 diff -r cfd95c205d55 -r 963a3635b2e1 macros.xml --- a/macros.xml Thu Apr 13 17:42:23 2017 -0400 +++ b/macros.xml Tue Dec 12 14:00:43 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 ]]>