Mercurial > repos > nilshomer > srma_wrapper
annotate srma_ref.loc @ 0:9d60d2fce247 default tip
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
author | nilshomer |
---|---|
date | Tue, 07 Jun 2011 17:43:07 -0400 |
parents | |
children |
rev | line source |
---|---|
0
9d60d2fce247
Migrated tool version 0.1.1 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 |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
2 #to use a directory of SRMA indexed sequences data files. You will need |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
3 #to create these data files and then create a srma_ref.loc file |
9d60d2fce247
Migrated tool version 0.1.1 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 |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
5 #the directories in which those files are stored. The srma_ref.loc |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
6 #file has this format (white space characters are TAB characters): |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
7 # |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
8 #<build> <fasta_file> |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
9 # |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
10 #So, for example, if you had hg18 indexed stored in |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
11 #/depot/data2/galaxy/srma/hg18/, |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
12 #then the srma_ref.loc entry would look like this: |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
13 # |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
14 #hg18 /depot/data2/galaxy/srma/hg18/hg18.fa |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
15 # |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
16 #and your /depot/data2/galaxy/srma/hg18/ directory |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
17 #would contain hg18.fa.*.brg and hg18.fa.*.bif files: |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
18 #hg18.fa |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
19 #hg18.fa.dict |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
20 #...etc... |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
21 # |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
22 #The dictionary file for each reference (ex. hg18.fa.dict) must be |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
23 #created with Picard (http://picard.sourceforge.net). |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
24 # |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
25 20079 /Users/nhomer/hg/galaxy-central/srma/DH10B.fa |