diff vcfcombine.xml @ 4:1f0ba67cc85a draft default tip

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/vcflib/vcfcombine commit 36e9065027cc7bf721e9d203208477ee88906c57"
author iuc
date Thu, 23 Jan 2020 08:06:07 -0500
parents 53edb91ed051
children
line wrap: on
line diff
--- a/vcfcombine.xml	Mon Mar 26 12:22:45 2018 -0400
+++ b/vcfcombine.xml	Thu Jan 23 08:06:07 2020 -0500
@@ -9,10 +9,10 @@
         vcfcombine
 
         #for $input_vcf in $input_vcfs:
-            "${input_vcf}"
+            '${input_vcf}'
         #end for
 
-        > "${out_file1}"
+        > '${out_file1}'
 
     </command>
     <inputs>