Repository 'bcftools_norm'
hg clone https://toolshed.g2.bx.psu.edu/repos/iuc/bcftools_norm

Changeset 6:a404f786a94c (2017-12-12)
Previous changeset 5:e49eeb4059e0 (2017-04-13) Next changeset 7:19905c025d2a (2019-02-21)
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 880627162bdeb854582e9f58ddab451de35feba3
modified:
macros.xml
b
diff -r e49eeb4059e0 -r a404f786a94c macros.xml
--- a/macros.xml Thu Apr 13 17:42:48 2017 -0400
+++ b/macros.xml Tue Dec 12 13:57:20 2017 -0500
b
@@ -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>