annotate tmap_wrapper_0.0.19/tmap_index.loc.sample @ 1:d18b5f2ada22

Uploaded tool_data_table_conf.xml.sample
author greg
date Fri, 23 Sep 2011 11:17:30 -0400
parents de2efe4dda3f
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
de2efe4dda3f 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
de2efe4dda3f 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
de2efe4dda3f 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
de2efe4dda3f 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
de2efe4dda3f 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
de2efe4dda3f 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):
de2efe4dda3f Migrated tool version 0.0.19 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff changeset
7 #
de2efe4dda3f 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>
de2efe4dda3f Migrated tool version 0.0.19 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff changeset
9 #
de2efe4dda3f 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
de2efe4dda3f 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/,
de2efe4dda3f 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:
de2efe4dda3f Migrated tool version 0.0.19 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff changeset
13 #
de2efe4dda3f 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
de2efe4dda3f Migrated tool version 0.0.19 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff changeset
15 #
de2efe4dda3f 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
de2efe4dda3f 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:
de2efe4dda3f Migrated tool version 0.0.19 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff changeset
18 #
de2efe4dda3f 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
de2efe4dda3f 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
de2efe4dda3f 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
de2efe4dda3f 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
de2efe4dda3f 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
de2efe4dda3f 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
de2efe4dda3f 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
de2efe4dda3f Migrated tool version 0.0.19 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff changeset
26 #...etc...
de2efe4dda3f Migrated tool version 0.0.19 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff changeset
27 #
de2efe4dda3f 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
de2efe4dda3f 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
de2efe4dda3f 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:
de2efe4dda3f Migrated tool version 0.0.19 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff changeset
31 #
de2efe4dda3f 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
de2efe4dda3f 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
de2efe4dda3f 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
de2efe4dda3f 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
de2efe4dda3f Migrated tool version 0.0.19 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff changeset
36 #...etc...
de2efe4dda3f Migrated tool version 0.0.19 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff changeset
37 #
de2efe4dda3f 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
de2efe4dda3f 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
de2efe4dda3f 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
de2efe4dda3f 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.
de2efe4dda3f Migrated tool version 0.0.19 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff changeset
42 #