# HG changeset patch # User bgruening # Date 1408016511 14400 # Node ID 106dc0bf83c64ebc5fe108e3649a32127a5735ad Imported from capsule None diff -r 000000000000 -r 106dc0bf83c6 readme.rst --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/readme.rst Thu Aug 14 07:41:51 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 106dc0bf83c6 tool-data/fasta_indexes.loc.sample --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool-data/fasta_indexes.loc.sample Thu Aug 14 07:41:51 2014 -0400 @@ -0,0 +1,29 @@ +#This is a sample file distributed with Galaxy that enables tools +#to use a directory of Samtools indexed sequences data files. You will need +#to create these data files and then create a fasta_indexes.loc file +#similar to this one (store it in this directory) that points to +#the directories in which those files are stored. The fasta_indexes.loc +#file has this format (white space characters are TAB characters): +# +# +# +#So, for example, if you had hg19 Canonical indexed stored in +# +# /depot/data2/galaxy/hg19/sam/, +# +#then the fasta_indexes.loc entry would look like this: +# +#hg19canon hg19 Human (Homo sapiens): hg19 Canonical /depot/data2/galaxy/hg19/sam/hg19canon.fa +# +#and your /depot/data2/galaxy/hg19/sam/ directory +#would contain hg19canon.fa and hg19canon.fa.fai files. +# +#Your fasta_indexes.loc file should include an entry per line for +#each index set you have stored. The file in the path does actually +#exist, but it should never be directly used. Instead, the name serves +#as a prefix for the index file. For example: +# +#hg18canon hg18 Human (Homo sapiens): hg18 Canonical /depot/data2/galaxy/hg18/sam/hg18canon.fa +#hg18full hg18 Human (Homo sapiens): hg18 Full /depot/data2/galaxy/hg18/sam/hg18full.fa +#hg19canon hg19 Human (Homo sapiens): hg19 Canonical /depot/data2/galaxy/hg19/sam/hg19canon.fa +#hg19full hg19 Human (Homo sapiens): hg19 Full /depot/data2/galaxy/hg19/sam/hg19full.fa diff -r 000000000000 -r 106dc0bf83c6 tool_data_table_conf.xml.sample --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_data_table_conf.xml.sample Thu Aug 14 07:41:51 2014 -0400 @@ -0,0 +1,7 @@ + + + + value, dbkey, name, path + +
+
diff -r 000000000000 -r 106dc0bf83c6 tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Thu Aug 14 07:41:51 2014 -0400 @@ -0,0 +1,6 @@ + + + + + + diff -r 000000000000 -r 106dc0bf83c6 vt_macros.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/vt_macros.xml Thu Aug 14 07:41:51 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 106dc0bf83c6 vt_normalize.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/vt_normalize.xml Thu Aug 14 07:41:51 2014 -0400 @@ -0,0 +1,77 @@ + + 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@ + + +