# HG changeset patch # User devteam # Date 1473970086 14400 # Node ID 31a86dbe17c03fcf945cdfb426fc3d7121d528d7 # Parent 834e1f313036a5a72d81b06f0c6943af31661158 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/vcflib/vcfbedintersect commit 0b9b6512272b82637c2f1e831367e89aed77ae79 diff -r 834e1f313036 -r 31a86dbe17c0 macros.xml --- a/macros.xml Wed Nov 11 12:58:07 2015 -0500 +++ b/macros.xml Thu Sep 15 16:08:06 2016 -0400 @@ -1,7 +1,7 @@ - vcflib + vcflib @@ -10,6 +10,7 @@ + 1.0.0_rc1 diff -r 834e1f313036 -r 31a86dbe17c0 tool_dependencies.xml --- a/tool_dependencies.xml Wed Nov 11 12:58:07 2015 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,6 +0,0 @@ - - - - - - diff -r 834e1f313036 -r 31a86dbe17c0 vcfbedintersect.xml --- a/vcfbedintersect.xml Wed Nov 11 12:58:07 2015 -0500 +++ b/vcfbedintersect.xml Thu Sep 15 16:08:06 2016 -0400 @@ -1,62 +1,59 @@ - - Intersect VCF and BED datasets - - macros.xml - - - - - #if str($bed_vs_interval.bed_vs_interval_selector) == "bed": - vcfintersect -b "${bed_vs_interval.bed_input}" ${invert} "${vcf_input}" > "${out_file1}" - #else: - vcfintersect -R "${bed_vs_interval.int_input}" ${invert} "${vcf_input}" > "${out_file1}" - #end if - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Computes intersection between a VCF dataset and a set of genomic intervals defined as either a BED dataset (http://genome.ucsc.edu/FAQ/FAQformat.html#format1) or a manually typed interval (in the form of chr:start-end). - ----- - -VCFBEDintersect is based on vcfintersect utility of VCFlib toolkit developed by Erik Garrison (https://github.com/ekg/vcflib). - - - + + Intersect VCF and BED datasets + + macros.xml + + + + + #if str($bed_vs_interval.bed_vs_interval_selector) == "bed": + vcfintersect -b "${bed_vs_interval.bed_input}" ${invert} "${vcf_input}" > "${out_file1}" + #else: + vcfintersect -R "${bed_vs_interval.int_input}" ${invert} "${vcf_input}" > "${out_file1}" + #end if + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Computes intersection between a VCF dataset and a set of genomic intervals defined as either a BED dataset (http://genome.ucsc.edu/FAQ/FAQformat.html#format1) or a manually typed interval (in the form of chr:start-end). + +---- + +VCFBEDintersect is based on vcfintersect utility of VCFlib toolkit developed by Erik Garrison (https://github.com/ekg/vcflib). + + +