# HG changeset patch # User devteam # Date 1473969993 14400 # Node ID 5bd9783e982a0a260afdec703ff316eb940dafb7 # Parent 401f29f278f00a1fcf0c4727506a6f9b5b22f3d6 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/vcflib/vcfgeno2haplo commit 0b9b6512272b82637c2f1e831367e89aed77ae79 diff -r 401f29f278f0 -r 5bd9783e982a macros.xml --- a/macros.xml Wed Nov 11 13:00:04 2015 -0500 +++ b/macros.xml Thu Sep 15 16:06:33 2016 -0400 @@ -1,7 +1,7 @@ - vcflib + vcflib @@ -10,6 +10,7 @@ + 1.0.0_rc1 diff -r 401f29f278f0 -r 5bd9783e982a tool_dependencies.xml --- a/tool_dependencies.xml Wed Nov 11 13:00:04 2015 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,6 +0,0 @@ - - - - - - diff -r 401f29f278f0 -r 5bd9783e982a vcfgeno2haplo.xml --- a/vcfgeno2haplo.xml Wed Nov 11 13:00:04 2015 -0500 +++ b/vcfgeno2haplo.xml Thu Sep 15 16:06:33 2016 -0400 @@ -1,75 +1,75 @@ - - Convert genotype-based phased alleles into haplotype alleles - - macros.xml - - - - - #set $reference_fasta_filename = "localref.fa" - #if str( $reference_source.reference_source_selector ) == "history": - ln -s "${reference_source.ref_file}" "${reference_fasta_filename}" && - #else: - #set $reference_fasta_filename = str( $reference_source.ref_file.fields.path ) - #end if - vcfgeno2haplo ${output_option} -w ${window_size} -r "${reference_fasta_filename}" "${input_vcf}" > "${out_file1}" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -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. - -The options are:: - - -w, --window-size N Merge variants at most this many bp apart (default 30) - -o, --only-variants Don't output the entire haplotype, just concatenate - REF/ALT strings (delimited by ":") - ----- - -Vcfgeno2haplo @IS_PART_OF_VCFLIB@ - - - + + Convert genotype-based phased alleles into haplotype alleles + + macros.xml + + + + + #set $reference_fasta_filename = "localref.fa" + #if str( $reference_source.reference_source_selector ) == "history": + ln -s "${reference_source.ref_file}" "${reference_fasta_filename}" && + #else: + #set $reference_fasta_filename = str( $reference_source.ref_file.fields.path ) + #end if + vcfgeno2haplo ${output_option} -w ${window_size} -r "${reference_fasta_filename}" "${input_vcf}" > "${out_file1}" + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +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. + +The options are:: + + -w, --window-size N Merge variants at most this many bp apart (default 30) + -o, --only-variants Don't output the entire haplotype, just concatenate + REF/ALT strings (delimited by ":") + +---- + +Vcfgeno2haplo @IS_PART_OF_VCFLIB@ + + +