|
1
|
1 Original from Jim Johnson:
|
|
|
2
|
|
|
3 These are galaxy tools for Snp Effect ( http://snpeff.sourceforge.net/ )
|
|
|
4 The genome reference options used by the tools:
|
|
|
5 "SnpEff" snpEff.xml
|
|
|
6 "SnpEff Download" snpEff_download.xml
|
|
|
7 are taken from: tool-data/snpeffect_genomedb.loc
|
|
|
8
|
|
|
9 The tool-data/snpeffect_genomedb.loc.sample file has the genomes references from the SnpEffect dwnloads page:
|
|
|
10 http://snpeff.sourceforge.net/download.html
|
|
|
11 The values for snpeffect_genomedb.loc.sample were populated by:
|
|
|
12 java -jar snpEff.jar cfg2table galaxy | grep 'option' | sed 's/^.*value="\([^"]*\)">\([^<]*\).*$/\1#\2/' | tr '#' '\t' >> snpeffect_genomedb.loc.sample
|
|
|
13
|
|
|
14 This repository contains a tool_dependencies.xml file that will allow SnpEff and SnpSift to be automatically installed.
|
|
|
15 This will use the default location for genome reference downloads from the snpEff.config:
|
|
|
16 data_dir = ~/snpEff/data/
|
|
|
17
|
|
|
18 Updated to use JJs 3.3 repo and renamed by ross lazarus august 11 2013 for a 3.3 solution
|