diff vcfcombine.xml @ 3:e147c59f04dc 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 12:54:52 +0000
parents ee97a6e8a18a
children
line wrap: on
line diff
--- a/vcfcombine.xml	Mon Mar 26 12:12:50 2018 -0400
+++ b/vcfcombine.xml	Thu Jan 23 12:54:52 2020 +0000
@@ -9,10 +9,10 @@
         vcfcombine
 
         #for $input_vcf in $input_vcfs:
-            "${input_vcf}"
+            '${input_vcf}'
         #end for
 
-        > "${out_file1}"
+        > '${out_file1}'
 
     </command>
     <inputs>