|
2
|
1 These are galaxy tools for SnpEff ( http://snpeff.sourceforge.net/ )
|
|
|
2
|
|
|
3 This repository contains a tool_dependencies.xml file that will attempt to automatically install SnpEff and SnpSift.
|
|
|
4
|
|
|
5 This will use the default location for genome reference downloads from the snpEff.config:
|
|
|
6 data_dir = ~/snpEff/data/
|
|
|
7 You can manually edit the installed snpEff.config and change the location, or you can create a symbolic link to the desired data location from ~/snpEff.
|
|
|
8
|
|
0
|
9 The genome reference options used by the tools:
|
|
|
10 "SnpEff" snpEff.xml
|
|
|
11 "SnpEff Download" snpEff_download.xml
|
|
|
12 are taken from: tool-data/snpeffect_genomedb.loc
|
|
|
13
|
|
2
|
14 There are 2 datamanagers to download and install prebuilt SnpEff Genome databases:
|
|
|
15 data_manager_snpeff_databases - generates a list of available SnpEff genome databases into the tool-data/snpeff_databases.loc
|
|
|
16 data_manager_snpeff_download - downloads a SnpEff genome database selected from: tool-data/snpeff_databases.loc and adds entries to snpeff_genomedb.loc,snpeff_regulationdb.loc,snpeff_annotations.loc
|
|
0
|
17
|
|
|
18
|