annotate tmap_wrapper-7cbfd271d207/tmap_wrapper_0.0.19/tmap_index.loc.sample @ 0:25f5d81fa3e8 default tip

Uploaded
author cgh2
date Wed, 21 Sep 2011 05:41:18 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
25f5d81fa3e8 Uploaded
cgh2
parents:
diff changeset
1 #This is a sample file distributed with Galaxy that enables tools
25f5d81fa3e8 Uploaded
cgh2
parents:
diff changeset
2 #to use a directory of TMAP indexed sequences data files. You will need
25f5d81fa3e8 Uploaded
cgh2
parents:
diff changeset
3 #to create these data files and then create a tmap_index.loc file
25f5d81fa3e8 Uploaded
cgh2
parents:
diff changeset
4 #similar to this one (store it in this directory) that points to
25f5d81fa3e8 Uploaded
cgh2
parents:
diff changeset
5 #the directories in which those files are stored. The tmap_index.loc
25f5d81fa3e8 Uploaded
cgh2
parents:
diff changeset
6 #file has this format (longer white space characters are TAB characters):
25f5d81fa3e8 Uploaded
cgh2
parents:
diff changeset
7 #
25f5d81fa3e8 Uploaded
cgh2
parents:
diff changeset
8 #<unique_build_id> <dbkey> <display_name> <file_path>
25f5d81fa3e8 Uploaded
cgh2
parents:
diff changeset
9 #
25f5d81fa3e8 Uploaded
cgh2
parents:
diff changeset
10 #So, for example, if you had phiX indexed stored in
25f5d81fa3e8 Uploaded
cgh2
parents:
diff changeset
11 #/depot/data2/galaxy/phiX/base/,
25f5d81fa3e8 Uploaded
cgh2
parents:
diff changeset
12 #then the tmap_index.loc entry would look like this:
25f5d81fa3e8 Uploaded
cgh2
parents:
diff changeset
13 #
25f5d81fa3e8 Uploaded
cgh2
parents:
diff changeset
14 #phiX174 phiX phiX Pretty /depot/data2/galaxy/phiX/base/phiX.fa
25f5d81fa3e8 Uploaded
cgh2
parents:
diff changeset
15 #
25f5d81fa3e8 Uploaded
cgh2
parents:
diff changeset
16 #and your /depot/data2/galaxy/phiX/base/ directory
25f5d81fa3e8 Uploaded
cgh2
parents:
diff changeset
17 #would contain phiX.fa.* files:
25f5d81fa3e8 Uploaded
cgh2
parents:
diff changeset
18 #
25f5d81fa3e8 Uploaded
cgh2
parents:
diff changeset
19 #-rw-r--r-- 1 nilshomer staff 68B Jan 27 15:53 /data/mapping/genomes/DH10B/DH10B.fa.tmap.anno
25f5d81fa3e8 Uploaded
cgh2
parents:
diff changeset
20 #-rw-r--r-- 1 nilshomer staff 172M Jan 27 15:53 /data/mapping/genomes/DH10B/DH10B.fa.tmap.bwt
25f5d81fa3e8 Uploaded
cgh2
parents:
diff changeset
21 #-rw-r--r-- 1 nilshomer staff 1.1M Jan 27 15:53 /data/mapping/genomes/DH10B/DH10B.fa.tmap.pac
25f5d81fa3e8 Uploaded
cgh2
parents:
diff changeset
22 #-rw-r--r-- 1 nilshomer staff 172M Jan 27 15:53 /data/mapping/genomes/DH10B/DH10B.fa.tmap.rbwt
25f5d81fa3e8 Uploaded
cgh2
parents:
diff changeset
23 #-rw-r--r-- 1 nilshomer staff 1.1M Jan 27 15:53 /data/mapping/genomes/DH10B/DH10B.fa.tmap.rpac
25f5d81fa3e8 Uploaded
cgh2
parents:
diff changeset
24 #-rw-r--r-- 1 nilshomer staff 572K Jan 27 15:54 /data/mapping/genomes/DH10B/DH10B.fa.tmap.rsa
25f5d81fa3e8 Uploaded
cgh2
parents:
diff changeset
25 #-rw-r--r-- 1 nilshomer staff 572K Jan 27 15:54 /data/mapping/genomes/DH10B/DH10B.fa.tmap.sa
25f5d81fa3e8 Uploaded
cgh2
parents:
diff changeset
26 #...etc...
25f5d81fa3e8 Uploaded
cgh2
parents:
diff changeset
27 #
25f5d81fa3e8 Uploaded
cgh2
parents:
diff changeset
28 #Your tmap_index.loc file should include an entry per line for each
25f5d81fa3e8 Uploaded
cgh2
parents:
diff changeset
29 #index set you have stored. The "file" in the path does not actually
25f5d81fa3e8 Uploaded
cgh2
parents:
diff changeset
30 #exist, but it is the prefix for the actual index files. For example:
25f5d81fa3e8 Uploaded
cgh2
parents:
diff changeset
31 #
25f5d81fa3e8 Uploaded
cgh2
parents:
diff changeset
32 #phiX174 phiX phiX174 /depot/data2/galaxy/phiX/base/phiX.fa
25f5d81fa3e8 Uploaded
cgh2
parents:
diff changeset
33 #hg18canon hg18 hg18 Canonical /depot/data2/galaxy/hg18/base/hg18canon.fa
25f5d81fa3e8 Uploaded
cgh2
parents:
diff changeset
34 #hg18full hg18 hg18 Full /depot/data2/galaxy/hg18/base/hg18full.fa
25f5d81fa3e8 Uploaded
cgh2
parents:
diff changeset
35 #/orig/path/hg19.fa hg19 hg19 /depot/data2/galaxy/hg19/base/hg19.fa
25f5d81fa3e8 Uploaded
cgh2
parents:
diff changeset
36 #...etc...
25f5d81fa3e8 Uploaded
cgh2
parents:
diff changeset
37 #
25f5d81fa3e8 Uploaded
cgh2
parents:
diff changeset
38 #Note that for backwards compatibility with workflows, the unique ID of
25f5d81fa3e8 Uploaded
cgh2
parents:
diff changeset
39 #an entry must be the path that was in the original loc file, because that
25f5d81fa3e8 Uploaded
cgh2
parents:
diff changeset
40 #is the value stored in the workflow for that parameter. That is why the
25f5d81fa3e8 Uploaded
cgh2
parents:
diff changeset
41 #hg19 entry above looks odd. New genomes can be better-looking.
25f5d81fa3e8 Uploaded
cgh2
parents:
diff changeset
42 #