# HG changeset patch # User iuc # Date 1407780622 14400 # Node ID e4d445a95419efe9813a26fc8772f70adcfbd06d Uploaded diff -r 000000000000 -r e4d445a95419 readme.rst --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/readme.rst Mon Aug 11 14:10:22 2014 -0400 @@ -0,0 +1,52 @@ +========================================== +Galaxy wrapper for VT the Variant Tool Set +========================================== + +A tool set for short variant discovery in genetic sequence data. + +http://genome.sph.umich.edu/wiki/vt + +============ +Installation +============ + +It is recommended to install this wrapper via the `Galaxy Tool Shed`. + +.. _`Galaxy Tool Shed`: https://testtoolshed.g2.bx.psu.edu/view/iuc/vt + + +======= +History +======= +- 0.1: Initial public release + + +==================== +Detailed description +==================== + +View the original GEMINI documentation: http://genome.sph.umich.edu/wiki/vt + + +=============================== +Wrapper Licence (MIT/BSD style) +=============================== + +Permission to use, copy, modify, and distribute this software and its +documentation with or without modifications and for any purpose and +without fee is hereby granted, provided that any copyright notices +appear in all copies and that both those copyright notices and this +permission notice appear in supporting documentation, and that the +names of the contributors or copyright holders not be used in +advertising or publicity pertaining to distribution of the software +without specific prior permission. + +THE CONTRIBUTORS AND COPYRIGHT HOLDERS OF THIS SOFTWARE DISCLAIM ALL +WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL THE +CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT +OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS +OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE +OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE +OR PERFORMANCE OF THIS SOFTWARE. + diff -r 000000000000 -r e4d445a95419 tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Mon Aug 11 14:10:22 2014 -0400 @@ -0,0 +1,6 @@ + + + + + + diff -r 000000000000 -r e4d445a95419 vt_macros.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/vt_macros.xml Mon Aug 11 14:10:22 2014 -0400 @@ -0,0 +1,42 @@ + + + + vt + + + + + + &1 >/dev/null | head -n 1 + ]]> + + + + + + + + + + + + + 0.1 + + ------ + +**Citation** + +If you use VT in your research, please cite the following project site: + +https://github.com/atks/vt + + + + diff -r 000000000000 -r e4d445a95419 vt_normalize.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/vt_normalize.xml Mon Aug 11 14:10:22 2014 -0400 @@ -0,0 +1,55 @@ + + normalizes variants in a VCF file + + + + vt_macros.xml + normalize + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +**What it does** + +Normalize variants in a VCF file. Normalized variants may have their positions changed; in such cases, +the normalized variants are reordered and output in an ordered fashion. The local reordering takes place over a window of 10000 base pairs. + +@CITATION@ + + +