annotate DC_Genotyper_indexes.loc.sample @ 20:8262299f8f3c draft

Fixed loading of dbsnp after bcftools-tabix switch.
author geert-vandeweyer
date Mon, 29 Sep 2014 07:17:11 -0400
parents a7e7f9b8f538
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4
92207f2ec144 Various Fixes and added tool_data_conf
geert-vandeweyer
parents:
diff changeset
1 #This is a sample file distributed with Galaxy that enables the DC_Genotyper
92207f2ec144 Various Fixes and added tool_data_conf
geert-vandeweyer
parents:
diff changeset
2 #tool to locate genome files for use with twoBitToFa, and IGVtools. You will
92207f2ec144 Various Fixes and added tool_data_conf
geert-vandeweyer
parents:
diff changeset
3 #need to supply these files and then create a DC_Genotyper.loc file
92207f2ec144 Various Fixes and added tool_data_conf
geert-vandeweyer
parents:
diff changeset
4 #similar to this one (store it in this directory) that points to
92207f2ec144 Various Fixes and added tool_data_conf
geert-vandeweyer
parents:
diff changeset
5 #the directories in which those files are stored. The DC_Genotyper.loc
92207f2ec144 Various Fixes and added tool_data_conf
geert-vandeweyer
parents:
diff changeset
6 #file has this format (white space characters are TAB characters):
92207f2ec144 Various Fixes and added tool_data_conf
geert-vandeweyer
parents:
diff changeset
7 #
10
a7e7f9b8f538 Uploaded
geert-vandeweyer
parents: 7
diff changeset
8 #<unique_build_id> <dbkey> <display_name> <2bit_path,IGVtools_genome.path>
4
92207f2ec144 Various Fixes and added tool_data_conf
geert-vandeweyer
parents:
diff changeset
9 #
92207f2ec144 Various Fixes and added tool_data_conf
geert-vandeweyer
parents:
diff changeset
10 #for example:
92207f2ec144 Various Fixes and added tool_data_conf
geert-vandeweyer
parents:
diff changeset
11 #
10
a7e7f9b8f538 Uploaded
geert-vandeweyer
parents: 7
diff changeset
12 #hg19 hg19 Human (Homo sapiens): hg19 /depot/data2/galaxy/twobit/hg19.2bit,/depot/data2/galaxy/igvtools/hg19.chrom.sizes
4
92207f2ec144 Various Fixes and added tool_data_conf
geert-vandeweyer
parents:
diff changeset
13 #
92207f2ec144 Various Fixes and added tool_data_conf
geert-vandeweyer
parents:
diff changeset
14 #then your /depot/data2/galaxy/twobit/ directory
92207f2ec144 Various Fixes and added tool_data_conf
geert-vandeweyer
parents:
diff changeset
15 #would need to contain the following 2bit files:
92207f2ec144 Various Fixes and added tool_data_conf
geert-vandeweyer
parents:
diff changeset
16 #
92207f2ec144 Various Fixes and added tool_data_conf
geert-vandeweyer
parents:
diff changeset
17 #-rw-r--r-- 1 james universe 527388 2005-09-13 10:12 hg19.2bit
92207f2ec144 Various Fixes and added tool_data_conf
geert-vandeweyer
parents:
diff changeset
18 #-rw-r--r-- 1 james universe 269808 2005-09-13 10:12 mm9.2bit
92207f2ec144 Various Fixes and added tool_data_conf
geert-vandeweyer
parents:
diff changeset
19 #
92207f2ec144 Various Fixes and added tool_data_conf
geert-vandeweyer
parents:
diff changeset
20 # your igvtools folder needs the following files:
92207f2ec144 Various Fixes and added tool_data_conf
geert-vandeweyer
parents:
diff changeset
21 #
92207f2ec144 Various Fixes and added tool_data_conf
geert-vandeweyer
parents:
diff changeset
22 #-rw-r--r-- 1 james universe 527388 2005-09-13 10:12 hg19.chrom.sizes
92207f2ec144 Various Fixes and added tool_data_conf
geert-vandeweyer
parents:
diff changeset
23 #
92207f2ec144 Various Fixes and added tool_data_conf
geert-vandeweyer
parents:
diff changeset
24 # igv chrom.sizes files are tab delimited files. First column is chromosome name, second column is length. Additional columns are ignored.
92207f2ec144 Various Fixes and added tool_data_conf
geert-vandeweyer
parents:
diff changeset
25 # example genome files are included in the installation location of the package_igvtools repository.
92207f2ec144 Various Fixes and added tool_data_conf
geert-vandeweyer
parents:
diff changeset
26