# HG changeset patch # User iuc # Date 1579784224 0 # Node ID 00f74c1efa2d6d8dfa0c62fb7c7aabdd35bb8264 # Parent 25d297ce9ccbe2f8d800d7236c0dec4976a58d1e "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/vcflib/vcfgeno2haplo commit 36e9065027cc7bf721e9d203208477ee88906c57" diff -r 25d297ce9ccb -r 00f74c1efa2d macros.xml --- a/macros.xml Mon Mar 26 12:14:25 2018 -0400 +++ b/macros.xml Thu Jan 23 12:57:04 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 25d297ce9ccb -r 00f74c1efa2d vcfgeno2haplo.xml --- a/vcfgeno2haplo.xml Mon Mar 26 12:14:25 2018 -0400 +++ b/vcfgeno2haplo.xml Thu Jan 23 12:57:04 2020 +0000 @@ -5,14 +5,15 @@ - + "${out_file1}" + vcfgeno2haplo ${output_option} -w ${window_size} -r "${reference_fasta_filename}" "${input_vcf}" > "${out_file1}" + ]]> @@ -24,23 +25,23 @@ - + - - - + + + - + - @@ -56,7 +57,7 @@ - + Convert genotype-based phased alleles within a window size specified by -w option into haplotype alleles. Will break haplotype construction when encountering non-phased genotypes on input.