annotate tmap_wrapper_0.0.19/tmap_index.loc.sample @ 0:7cbfd271d207

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