diff vcfhethom.xml @ 3:8254e0fe7358 draft default tip

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/vcflib/vcfhethom commit 36e9065027cc7bf721e9d203208477ee88906c57"
author iuc
date Thu, 23 Jan 2020 08:09:30 -0500
parents b07ef36cf7e6
children
line wrap: on
line diff
--- a/vcfhethom.xml	Mon Mar 26 12:27:11 2018 -0400
+++ b/vcfhethom.xml	Thu Jan 23 08:09:30 2020 -0500
@@ -6,15 +6,13 @@
   <expand macro="requirements"/>
   <expand macro="stdio" />
   <command>
-
    #if str($analysis_type) == "count":
-       vcfhetcount "${vcf_input}" > "${out_file1}"
-   #elif str($analysis_type) == "ratio": 
-       vcfhethomratio "${vcf_input}" > "${out_file1}"
+       vcfhetcount '${vcf_input}' > '${out_file1}'
+   #elif str($analysis_type) == "ratio":
+       vcfhethomratio '${vcf_input}' > '${out_file1}'
    #elif str($analysis_type) == "allele_count":
-       vcfcountalleles "${vcf_input}" > "${out_file1}" 
+       vcfcountalleles '${vcf_input}' > '${out_file1}'
    #end if
-
   </command>
   <inputs>
     <param name="analysis_type" type="select" display="radio" label="Select type of calculation:">