annotate tool-data/gatk_sorted_picard_index.loc.sample @ 0:e768f4851646 draft

Imported from capsule None
author devteam
date Tue, 01 Apr 2014 10:48:38 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
e768f4851646 Imported from capsule None
devteam
parents:
diff changeset
1 #This is a sample file distributed with Galaxy that enables tools
e768f4851646 Imported from capsule None
devteam
parents:
diff changeset
2 #to use a directory of Picard dict and associated files. You will need
e768f4851646 Imported from capsule None
devteam
parents:
diff changeset
3 #to create these data files and then create a picard_index.loc file
e768f4851646 Imported from capsule None
devteam
parents:
diff changeset
4 #similar to this one (store it in this directory) that points to
e768f4851646 Imported from capsule None
devteam
parents:
diff changeset
5 #the directories in which those files are stored. The picard_index.loc
e768f4851646 Imported from capsule None
devteam
parents:
diff changeset
6 #file has this format (longer white space is the TAB character):
e768f4851646 Imported from capsule None
devteam
parents:
diff changeset
7 #
e768f4851646 Imported from capsule None
devteam
parents:
diff changeset
8 #<unique_build_id> <dbkey> <display_name> <fasta_file_path>
e768f4851646 Imported from capsule None
devteam
parents:
diff changeset
9 #
e768f4851646 Imported from capsule None
devteam
parents:
diff changeset
10 #So, for example, if you had hg18 indexed and stored in
e768f4851646 Imported from capsule None
devteam
parents:
diff changeset
11 #/depot/data2/galaxy/srma/hg18/,
e768f4851646 Imported from capsule None
devteam
parents:
diff changeset
12 #then the srma_index.loc entry would look like this:
e768f4851646 Imported from capsule None
devteam
parents:
diff changeset
13 #
e768f4851646 Imported from capsule None
devteam
parents:
diff changeset
14 #hg18 hg18 hg18 Pretty /depot/data2/galaxy/picard/hg18/hg18.fa
e768f4851646 Imported from capsule None
devteam
parents:
diff changeset
15 #
e768f4851646 Imported from capsule None
devteam
parents:
diff changeset
16 #and your /depot/data2/galaxy/srma/hg18/ directory
e768f4851646 Imported from capsule None
devteam
parents:
diff changeset
17 #would contain the following three files:
e768f4851646 Imported from capsule None
devteam
parents:
diff changeset
18 #hg18.fa
e768f4851646 Imported from capsule None
devteam
parents:
diff changeset
19 #hg18.dict
e768f4851646 Imported from capsule None
devteam
parents:
diff changeset
20 #hg18.fa.fai
e768f4851646 Imported from capsule None
devteam
parents:
diff changeset
21 #
e768f4851646 Imported from capsule None
devteam
parents:
diff changeset
22 #The dictionary file for each reference (ex. hg18.dict) must be
e768f4851646 Imported from capsule None
devteam
parents:
diff changeset
23 #created via Picard (http://picard.sourceforge.net). Note that
e768f4851646 Imported from capsule None
devteam
parents:
diff changeset
24 #the dict file does not have the .fa extension although the
e768f4851646 Imported from capsule None
devteam
parents:
diff changeset
25 #path list in the loc file does include it.
e768f4851646 Imported from capsule None
devteam
parents:
diff changeset
26 #