annotate README @ 9:937367efb1da default tip

Change tool dependency to package_snpeff_3_2, now uses environment variable: SNPEFF_JAR_PATH for the location of snpeff jar files.
author Jim Johnson <jj@umn.edu>
date Wed, 18 Sep 2013 10:49:56 -0500
parents c07c403fc470
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
c07c403fc470 Uploaded
jjohnson
parents:
diff changeset
1 These are galaxy tools for Snp Effect ( http://snpeff.sourceforge.net/ )
c07c403fc470 Uploaded
jjohnson
parents:
diff changeset
2 The genome reference options used by the tools:
c07c403fc470 Uploaded
jjohnson
parents:
diff changeset
3 "SnpEff" snpEff.xml
c07c403fc470 Uploaded
jjohnson
parents:
diff changeset
4 "SnpEff Download" snpEff_download.xml
c07c403fc470 Uploaded
jjohnson
parents:
diff changeset
5 are taken from: tool-data/snpeffect_genomedb.loc
c07c403fc470 Uploaded
jjohnson
parents:
diff changeset
6
c07c403fc470 Uploaded
jjohnson
parents:
diff changeset
7 The tool-data/snpeffect_genomedb.loc.sample file has the genomes references from the SnpEffect dwnloads page:
c07c403fc470 Uploaded
jjohnson
parents:
diff changeset
8 http://snpeff.sourceforge.net/download.html
c07c403fc470 Uploaded
jjohnson
parents:
diff changeset
9 The values for snpeffect_genomedb.loc.sample were populated by:
c07c403fc470 Uploaded
jjohnson
parents:
diff changeset
10 java -jar snpEff.jar cfg2table galaxy | grep 'option' | sed 's/^.*value="\([^"]*\)">\([^<]*\).*$/\1#\2/' | tr '#' '\t' >> snpeffect_genomedb.loc.sample
c07c403fc470 Uploaded
jjohnson
parents:
diff changeset
11
c07c403fc470 Uploaded
jjohnson
parents:
diff changeset
12 This repository contains a tool_dependencies.xml file that will allow SnpEff and SnpSift to be automatically installed.
c07c403fc470 Uploaded
jjohnson
parents:
diff changeset
13 This will use the default location for genome reference downloads from the snpEff.config:
c07c403fc470 Uploaded
jjohnson
parents:
diff changeset
14 data_dir = ~/snpEff/data/
c07c403fc470 Uploaded
jjohnson
parents:
diff changeset
15