annotate tool_dependencies.xml @ 0:be511d668008 draft default tip

Uploaded
author iuc
date Mon, 06 Apr 2015 15:47:02 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
be511d668008 Uploaded
iuc
parents:
diff changeset
1 <?xml version="1.0"?>
be511d668008 Uploaded
iuc
parents:
diff changeset
2 <tool_dependency>
be511d668008 Uploaded
iuc
parents:
diff changeset
3 <package name="snpEff" version="3.4">
be511d668008 Uploaded
iuc
parents:
diff changeset
4 <install version="1.0">
be511d668008 Uploaded
iuc
parents:
diff changeset
5 <actions>
be511d668008 Uploaded
iuc
parents:
diff changeset
6 <action type="download_by_url">https://downloads.sourceforge.net/project/snpeff/snpEff_v3_4_core.zip</action>
be511d668008 Uploaded
iuc
parents:
diff changeset
7 <action type="move_directory_files">
be511d668008 Uploaded
iuc
parents:
diff changeset
8 <source_directory>.</source_directory>
be511d668008 Uploaded
iuc
parents:
diff changeset
9 <destination_directory>$INSTALL_DIR</destination_directory>
be511d668008 Uploaded
iuc
parents:
diff changeset
10 </action>
be511d668008 Uploaded
iuc
parents:
diff changeset
11 <action type="set_environment">
be511d668008 Uploaded
iuc
parents:
diff changeset
12 <environment_variable name="SNPEFF_JAR_PATH" action="set_to">$INSTALL_DIR</environment_variable>
be511d668008 Uploaded
iuc
parents:
diff changeset
13 </action>
be511d668008 Uploaded
iuc
parents:
diff changeset
14 <action type="set_environment">
be511d668008 Uploaded
iuc
parents:
diff changeset
15 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/scripts</environment_variable>
be511d668008 Uploaded
iuc
parents:
diff changeset
16 </action>
be511d668008 Uploaded
iuc
parents:
diff changeset
17 </actions>
be511d668008 Uploaded
iuc
parents:
diff changeset
18 </install>
be511d668008 Uploaded
iuc
parents:
diff changeset
19 <readme>
be511d668008 Uploaded
iuc
parents:
diff changeset
20 SnpEff and SnpSift
be511d668008 Uploaded
iuc
parents:
diff changeset
21
be511d668008 Uploaded
iuc
parents:
diff changeset
22 SnpEff ( http://snpeff.sourceforge.net/ ) is a variant annotation and effect prediction tool by Pablo Cingolani.
be511d668008 Uploaded
iuc
parents:
diff changeset
23 It annotates and predicts the effects of variants on genes (such as amino acid changes).
be511d668008 Uploaded
iuc
parents:
diff changeset
24
be511d668008 Uploaded
iuc
parents:
diff changeset
25 This repository contains a tool_dependencies.xml file that downloads and installs SnpEff and SnpSift (SnpEff.jar and SnpSift.jar)
be511d668008 Uploaded
iuc
parents:
diff changeset
26
be511d668008 Uploaded
iuc
parents:
diff changeset
27 The install creates an environment variable: SNPEFF_JAR_PATH that contains the path to the jar files. Tools using this can generate a command line:
be511d668008 Uploaded
iuc
parents:
diff changeset
28 java -Xmx6G -jar \$SNPEFF_JAR_PATH/snpEff.jar eff -c \$SNPEFF_JAR_PATH/snpEff.config ...
be511d668008 Uploaded
iuc
parents:
diff changeset
29
be511d668008 Uploaded
iuc
parents:
diff changeset
30 The snpEff.config file is also installed, which specifies the default location for installed SnpEff genome databases:
be511d668008 Uploaded
iuc
parents:
diff changeset
31 data_dir = ~/snpEff/data/
be511d668008 Uploaded
iuc
parents:
diff changeset
32
be511d668008 Uploaded
iuc
parents:
diff changeset
33 The location of a genome database can be set via the commandline option -dataDir. Tools using this can generate a command line:
be511d668008 Uploaded
iuc
parents:
diff changeset
34 java -Xmx6G -jar \$SNPEFF_JAR_PATH/snpEff.jar eff -c \$SNPEFF_JAR_PATH/snpEff.config -dataDir path_to_data_directory snpeff_database_name input.vcf
be511d668008 Uploaded
iuc
parents:
diff changeset
35
be511d668008 Uploaded
iuc
parents:
diff changeset
36 Another way to change the location of data_dir would be to create a symbolic link in the galaxy HOME directory:
be511d668008 Uploaded
iuc
parents:
diff changeset
37 ln -s genome_data_path/snpEff ~/snpEff
be511d668008 Uploaded
iuc
parents:
diff changeset
38
be511d668008 Uploaded
iuc
parents:
diff changeset
39 SnpEff citation:
be511d668008 Uploaded
iuc
parents:
diff changeset
40 "A program for annotating and predicting the effects of single nucleotide polymorphisms, SnpEff: SNPs in the genome of Drosophila melanogaster strain w1118; iso-2; iso-3.", Cingolani P, Platts A, Wang le L, Coon M, Nguyen T, Wang L, Land SJ, Lu X, Ruden DM. Fly 6(2):80-92, 2012
be511d668008 Uploaded
iuc
parents:
diff changeset
41
be511d668008 Uploaded
iuc
parents:
diff changeset
42 SnpSift citation:
be511d668008 Uploaded
iuc
parents:
diff changeset
43 "Using Drosophila melanogaster as a model for genotoxic chemical mutational studies with a new program, SnpSift", Cingolani, P., et. al., Frontiers in Genetics, 3:35, 2012.
be511d668008 Uploaded
iuc
parents:
diff changeset
44 </readme>
be511d668008 Uploaded
iuc
parents:
diff changeset
45 </package>
be511d668008 Uploaded
iuc
parents:
diff changeset
46 </tool_dependency>