# HG changeset patch # User devteam # Date 1473969961 14400 # Node ID 8e02d116b0f933adc006bf023347c2f2f513452e # Parent 4dba4b988d0a1320857955c5c7729cb13f040b26 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/vcflib/vcfleftalign commit 0b9b6512272b82637c2f1e831367e89aed77ae79 diff -r 4dba4b988d0a -r 8e02d116b0f9 macros.xml --- a/macros.xml Wed Nov 11 13:00:42 2015 -0500 +++ b/macros.xml Thu Sep 15 16:06:01 2016 -0400 @@ -1,7 +1,7 @@ - vcflib + vcflib @@ -10,6 +10,7 @@ + 1.0.0_rc1 diff -r 4dba4b988d0a -r 8e02d116b0f9 tool_dependencies.xml --- a/tool_dependencies.xml Wed Nov 11 13:00:42 2015 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,6 +0,0 @@ - - - - - - diff -r 4dba4b988d0a -r 8e02d116b0f9 vcfleftalign.xml --- a/vcfleftalign.xml Wed Nov 11 13:00:42 2015 -0500 +++ b/vcfleftalign.xml Thu Sep 15 16:06:01 2016 -0400 @@ -1,57 +1,57 @@ - - Left-align indels and complex variants in VCF dataset - - 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 - vcfleftalign -r "${reference_fasta_filename}" -w "${window_size}" "${input_vcf}" > "${out_file1}" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Left-aligns variants in VCF dataset. Window size is determined dynamically according to the entropy of the regions flanking the indel. These must have entropy > 1 bit/bp, or be shorter than ~5kb. - ----- - -Vcfleftalign @IS_PART_OF_VCFLIB@ - - - + + Left-align indels and complex variants in VCF dataset + + 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 + vcfleftalign -r "${reference_fasta_filename}" -w "${window_size}" "${input_vcf}" > "${out_file1}" + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Left-aligns variants in VCF dataset. Window size is determined dynamically according to the entropy of the regions flanking the indel. These must have entropy > 1 bit/bp, or be shorter than ~5kb. + +---- + +Vcfleftalign @IS_PART_OF_VCFLIB@ + + +