Mercurial > repos > artbio > sr_bowtie_dataset_annotation
annotate tool-data/bowtie_indices.loc.sample @ 10:fd4a60fc3fca draft default tip
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit cf30b4fab90cf7910bb2900a05b85ca3344aae59
author | artbio |
---|---|
date | Tue, 15 Nov 2022 00:45:36 +0000 |
parents | e7e7785e41d0 |
children |
rev | line source |
---|---|
0
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
1 #This is a sample file distributed with Galaxy that enables tools |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
2 #to use a directory of Bowtie indexed sequences data files. You will |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
3 #need to create these data files and then create a bowtie_indices.loc |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
4 #file similar to this one (store it in this directory) that points to |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
5 #the directories in which those files are stored. The bowtie_indices.loc |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
6 #file has this format (longer white space characters are TAB characters): |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
7 # |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
8 #<unique_build_id> <dbkey> <display_name> <file_base_path> |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
9 # |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
10 #So, for example, if you had hg18 indexed stored in |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
11 #/depot/data2/galaxy/bowtie/hg18/, |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
12 #then the bowtie_indices.loc entry would look like this: |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
13 # |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
14 #hg18 hg18 hg18 /depot/data2/galaxy/bowtie/hg18/hg18 |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
15 # |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
16 #and your /depot/data2/galaxy/bowtie/hg18/ directory |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
17 #would contain hg18.*.ebwt files: |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
18 # |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
19 #-rw-r--r-- 1 james universe 830134 2005-09-13 10:12 hg18.1.ebwt |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
20 #-rw-r--r-- 1 james universe 527388 2005-09-13 10:12 hg18.2.ebwt |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
21 #-rw-r--r-- 1 james universe 269808 2005-09-13 10:12 hg18.3.ebwt |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
22 #...etc... |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
23 # |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
24 #Your bowtie_indices.loc file should include an entry per line for each |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
25 #index set you have stored. The "file" in the path does not actually |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
26 #exist, but it is the prefix for the actual index files. For example: |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
27 # |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
28 #hg18canon hg18 hg18 Canonical /depot/data2/galaxy/bowtie/hg18/hg18canon |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
29 #hg18full hg18 hg18 Full /depot/data2/galaxy/bowtie/hg18/hg18full |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
30 #/orig/path/hg19 hg19 hg19 /depot/data2/galaxy/bowtie/hg19/hg19 |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
31 #...etc... |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
32 # |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
33 #Note that for backwards compatibility with workflows, the unique ID of |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
34 #an entry must be the path that was in the original loc file, because that |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
35 #is the value stored in the workflow for that parameter. That is why the |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
36 #hg19 entry above looks odd. New genomes can be better-looking. |
e7e7785e41d0
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit 80b49bd722e8ea8d7dba6dcfe538537cd710d2a2
artbio
parents:
diff
changeset
|
37 # |