# HG changeset patch # User iuc # Date 1513105375 18000 # Node ID c803c34361e06ed8e26988f0405118fbcdc6a379 # Parent cfc3a6940b18e29fce3f29801905906d8f6e4ad3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 880627162bdeb854582e9f58ddab451de35feba3 diff -r cfc3a6940b18 -r c803c34361e0 macros.xml --- a/macros.xml Thu Apr 13 17:45:57 2017 -0400 +++ b/macros.xml Tue Dec 12 14:02:55 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 ]]>