# HG changeset patch # User iuc # Date 1579784269 0 # Node ID 31712f1ff0ec726fe54b22c55c6cd3b83724dee8 # Parent d3482e14d5a44627e46f1080fdbf835b79d39cfc "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/vcflib/vcfhethom commit 36e9065027cc7bf721e9d203208477ee88906c57" diff -r d3482e14d5a4 -r 31712f1ff0ec macros.xml --- a/macros.xml Mon Mar 26 12:15:13 2018 -0400 +++ b/macros.xml Thu Jan 23 12:57:49 2020 +0000 @@ -1,7 +1,7 @@ - vcflib + vcflib @@ -10,10 +10,10 @@ - 1.0.0_rc1 - - - + 1.0.0_rc3 + + + @misc{Garrison2015, author = {Garrison, Erik}, year = {2015}, @@ -22,8 +22,8 @@ journal = {GitHub repository}, url = {https://github.com/ekg/vcflib}, } - - - + + + is a part of VCFlib toolkit developed by Erik Garrison (https://github.com/ekg/vcflib). diff -r d3482e14d5a4 -r 31712f1ff0ec vcfhethom.xml --- a/vcfhethom.xml Mon Mar 26 12:15:13 2018 -0400 +++ b/vcfhethom.xml Thu Jan 23 12:57:49 2020 +0000 @@ -6,15 +6,13 @@ - #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 -