# HG changeset patch # User devteam # Date 1473969937 14400 # Node ID 4d7bf62772956202001d36a94ba3569dde493193 # Parent 1de250ea8c1a3cbd815585f83a91e1643bb2ffe5 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/vcflib/vcfhethom commit 0b9b6512272b82637c2f1e831367e89aed77ae79 diff -r 1de250ea8c1a -r 4d7bf6277295 macros.xml --- a/macros.xml Mon Nov 09 12:33:06 2015 -0500 +++ b/macros.xml Thu Sep 15 16:05:37 2016 -0400 @@ -1,7 +1,7 @@ - vcflib + vcflib @@ -10,6 +10,7 @@ + 1.0.0_rc1 diff -r 1de250ea8c1a -r 4d7bf6277295 test-data/vcfhethom-test2.tab --- a/test-data/vcfhethom-test2.tab Mon Nov 09 12:33:06 2015 -0500 +++ b/test-data/vcfhethom-test2.tab Thu Sep 15 16:05:37 2016 -0400 @@ -1,2 +1,2 @@ NA00001 NA00002 NA00003 -inf inf 1 +inf inf 0.75 diff -r 1de250ea8c1a -r 4d7bf6277295 tool_dependencies.xml --- a/tool_dependencies.xml Mon Nov 09 12:33:06 2015 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,6 +0,0 @@ - - - - - - diff -r 1de250ea8c1a -r 4d7bf6277295 vcfhethom.xml --- a/vcfhethom.xml Mon Nov 09 12:33:06 2015 -0500 +++ b/vcfhethom.xml Thu Sep 15 16:05:37 2016 -0400 @@ -1,62 +1,61 @@ - - Count the number of heterozygotes and alleles, compute het/hom ratio - - macros.xml - - - - - - #if str($analysis_type) == "count": - 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}" - #end if - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -This tool performs three basic calculations: - -(1) Computes the number of heterozygotes -(2) Computes the ratio between heterozygotes and homozygotes -(3) Computes the total number of alleles in the input dataset - ----- - -This tools is based on vcfhetcount, vcfhethomratio,and vcfcountalleles utilities from the VCFlib toolkit developed by Erik Garrison (https://github.com/ekg/vcflib). - - - - + + Count the number of heterozygotes and alleles, compute het/hom ratio + + macros.xml + + + + + + #if str($analysis_type) == "count": + 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}" + #end if + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +This tool performs three basic calculations: + +(1) Computes the number of heterozygotes +(2) Computes the ratio between heterozygotes and homozygotes +(3) Computes the total number of alleles in the input dataset + +---- + +This tools is based on vcfhetcount, vcfhethomratio,and vcfcountalleles utilities from the VCFlib toolkit developed by Erik Garrison (https://github.com/ekg/vcflib). + + + +