Mercurial > repos > sanbi-uwc > gatk2
annotate gatk2_picard_index.loc.sample @ 6:3a0582c3fb06 draft
planemo upload for repository https://github.com/SANBI-SA/tools-sanbi-uwc/tree/master/tools/gatk2 commit 23bbc6e317e9979a1bade2af5d474f09fca3ff72
| author | sanbi-uwc |
|---|---|
| date | Fri, 25 May 2018 07:35:20 -0400 |
| parents | 6e985e2e0802 |
| children |
| rev | line source |
|---|---|
|
0
6e985e2e0802
planemo upload for repository https://github.com/SANBI-SA/tools-sanbi-uwc/tree/master/tools/gatk2 commit f53888603dbab77d16c36cceffe0f2060052d204
sanbi-uwc
parents:
diff
changeset
|
1 #This is a sample file distributed with Galaxy that enables tools |
|
6e985e2e0802
planemo upload for repository https://github.com/SANBI-SA/tools-sanbi-uwc/tree/master/tools/gatk2 commit f53888603dbab77d16c36cceffe0f2060052d204
sanbi-uwc
parents:
diff
changeset
|
2 #to use a directory of Picard dict and associated files. You will need |
|
6e985e2e0802
planemo upload for repository https://github.com/SANBI-SA/tools-sanbi-uwc/tree/master/tools/gatk2 commit f53888603dbab77d16c36cceffe0f2060052d204
sanbi-uwc
parents:
diff
changeset
|
3 #to create these data files and then create a picard_index.loc file |
|
6e985e2e0802
planemo upload for repository https://github.com/SANBI-SA/tools-sanbi-uwc/tree/master/tools/gatk2 commit f53888603dbab77d16c36cceffe0f2060052d204
sanbi-uwc
parents:
diff
changeset
|
4 #similar to this one (store it in this directory) that points to |
|
6e985e2e0802
planemo upload for repository https://github.com/SANBI-SA/tools-sanbi-uwc/tree/master/tools/gatk2 commit f53888603dbab77d16c36cceffe0f2060052d204
sanbi-uwc
parents:
diff
changeset
|
5 #the directories in which those files are stored. The picard_index.loc |
|
6e985e2e0802
planemo upload for repository https://github.com/SANBI-SA/tools-sanbi-uwc/tree/master/tools/gatk2 commit f53888603dbab77d16c36cceffe0f2060052d204
sanbi-uwc
parents:
diff
changeset
|
6 #file has this format (longer white space is the TAB character): |
|
6e985e2e0802
planemo upload for repository https://github.com/SANBI-SA/tools-sanbi-uwc/tree/master/tools/gatk2 commit f53888603dbab77d16c36cceffe0f2060052d204
sanbi-uwc
parents:
diff
changeset
|
7 # |
|
6e985e2e0802
planemo upload for repository https://github.com/SANBI-SA/tools-sanbi-uwc/tree/master/tools/gatk2 commit f53888603dbab77d16c36cceffe0f2060052d204
sanbi-uwc
parents:
diff
changeset
|
8 #<unique_build_id> <dbkey> <display_name> <fasta_file_path> |
|
6e985e2e0802
planemo upload for repository https://github.com/SANBI-SA/tools-sanbi-uwc/tree/master/tools/gatk2 commit f53888603dbab77d16c36cceffe0f2060052d204
sanbi-uwc
parents:
diff
changeset
|
9 # |
|
6e985e2e0802
planemo upload for repository https://github.com/SANBI-SA/tools-sanbi-uwc/tree/master/tools/gatk2 commit f53888603dbab77d16c36cceffe0f2060052d204
sanbi-uwc
parents:
diff
changeset
|
10 #So, for example, if you had hg18 indexed and stored in |
|
6e985e2e0802
planemo upload for repository https://github.com/SANBI-SA/tools-sanbi-uwc/tree/master/tools/gatk2 commit f53888603dbab77d16c36cceffe0f2060052d204
sanbi-uwc
parents:
diff
changeset
|
11 #/depot/data2/galaxy/srma/hg18/, |
|
6e985e2e0802
planemo upload for repository https://github.com/SANBI-SA/tools-sanbi-uwc/tree/master/tools/gatk2 commit f53888603dbab77d16c36cceffe0f2060052d204
sanbi-uwc
parents:
diff
changeset
|
12 #then the srma_index.loc entry would look like this: |
|
6e985e2e0802
planemo upload for repository https://github.com/SANBI-SA/tools-sanbi-uwc/tree/master/tools/gatk2 commit f53888603dbab77d16c36cceffe0f2060052d204
sanbi-uwc
parents:
diff
changeset
|
13 # |
|
6e985e2e0802
planemo upload for repository https://github.com/SANBI-SA/tools-sanbi-uwc/tree/master/tools/gatk2 commit f53888603dbab77d16c36cceffe0f2060052d204
sanbi-uwc
parents:
diff
changeset
|
14 #hg18 hg18 hg18 Pretty /depot/data2/galaxy/picard/hg18/hg18.fa |
|
6e985e2e0802
planemo upload for repository https://github.com/SANBI-SA/tools-sanbi-uwc/tree/master/tools/gatk2 commit f53888603dbab77d16c36cceffe0f2060052d204
sanbi-uwc
parents:
diff
changeset
|
15 # |
|
6e985e2e0802
planemo upload for repository https://github.com/SANBI-SA/tools-sanbi-uwc/tree/master/tools/gatk2 commit f53888603dbab77d16c36cceffe0f2060052d204
sanbi-uwc
parents:
diff
changeset
|
16 #and your /depot/data2/galaxy/srma/hg18/ directory |
|
6e985e2e0802
planemo upload for repository https://github.com/SANBI-SA/tools-sanbi-uwc/tree/master/tools/gatk2 commit f53888603dbab77d16c36cceffe0f2060052d204
sanbi-uwc
parents:
diff
changeset
|
17 #would contain the following three files: |
|
6e985e2e0802
planemo upload for repository https://github.com/SANBI-SA/tools-sanbi-uwc/tree/master/tools/gatk2 commit f53888603dbab77d16c36cceffe0f2060052d204
sanbi-uwc
parents:
diff
changeset
|
18 #hg18.fa |
|
6e985e2e0802
planemo upload for repository https://github.com/SANBI-SA/tools-sanbi-uwc/tree/master/tools/gatk2 commit f53888603dbab77d16c36cceffe0f2060052d204
sanbi-uwc
parents:
diff
changeset
|
19 #hg18.dict |
|
6e985e2e0802
planemo upload for repository https://github.com/SANBI-SA/tools-sanbi-uwc/tree/master/tools/gatk2 commit f53888603dbab77d16c36cceffe0f2060052d204
sanbi-uwc
parents:
diff
changeset
|
20 #hg18.fa.fai |
|
6e985e2e0802
planemo upload for repository https://github.com/SANBI-SA/tools-sanbi-uwc/tree/master/tools/gatk2 commit f53888603dbab77d16c36cceffe0f2060052d204
sanbi-uwc
parents:
diff
changeset
|
21 # |
|
6e985e2e0802
planemo upload for repository https://github.com/SANBI-SA/tools-sanbi-uwc/tree/master/tools/gatk2 commit f53888603dbab77d16c36cceffe0f2060052d204
sanbi-uwc
parents:
diff
changeset
|
22 #The dictionary file for each reference (ex. hg18.dict) must be |
|
6e985e2e0802
planemo upload for repository https://github.com/SANBI-SA/tools-sanbi-uwc/tree/master/tools/gatk2 commit f53888603dbab77d16c36cceffe0f2060052d204
sanbi-uwc
parents:
diff
changeset
|
23 #created via Picard (http://picard.sourceforge.net). Note that |
|
6e985e2e0802
planemo upload for repository https://github.com/SANBI-SA/tools-sanbi-uwc/tree/master/tools/gatk2 commit f53888603dbab77d16c36cceffe0f2060052d204
sanbi-uwc
parents:
diff
changeset
|
24 #the dict file does not have the .fa extension although the |
|
6e985e2e0802
planemo upload for repository https://github.com/SANBI-SA/tools-sanbi-uwc/tree/master/tools/gatk2 commit f53888603dbab77d16c36cceffe0f2060052d204
sanbi-uwc
parents:
diff
changeset
|
25 #path list in the loc file does include it. |
|
6e985e2e0802
planemo upload for repository https://github.com/SANBI-SA/tools-sanbi-uwc/tree/master/tools/gatk2 commit f53888603dbab77d16c36cceffe0f2060052d204
sanbi-uwc
parents:
diff
changeset
|
26 # |
