# HG changeset patch
# User iuc
# Date 1513105531 18000
# Node ID 9c711df3258de011f114aa6fe07c22ee927a42db
# Parent  12f7c5315f7f21d43f6ee3d2cbd6244291244fae
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 880627162bdeb854582e9f58ddab451de35feba3

diff -r 12f7c5315f7f -r 9c711df3258d macros.xml
--- a/macros.xml	Thu Apr 13 17:41:11 2017 -0400
+++ b/macros.xml	Tue Dec 12 14:05:31 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
 ]]>
   </token>