Mercurial > repos > devteam > tophat_fusion_post
comparison tool-data/bowtie_indices.loc.sample @ 2:3279e193b966 draft default tip
planemo upload commit 33927a87ba2eee9bf0ecdd376a66241b17b3d734
| author | devteam |
|---|---|
| date | Tue, 13 Oct 2015 12:33:55 -0400 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 1:ae4ed992d98a | 2:3279e193b966 |
|---|---|
| 1 # bowtie_indices.loc.sample | |
| 2 # This is a *.loc.sample file distributed with Galaxy that enables tools | |
| 3 # to use a directory of indexed data files. This one is for Bowtie and Tophat. | |
| 4 # See the wiki: http://wiki.galaxyproject.org/Admin/NGS%20Local%20Setup | |
| 5 # First create these data files and save them in your own data directory structure. | |
| 6 # Then, create a bowtie_indices.loc file to use those indexes with tools. | |
| 7 # Copy this file, save it with the same name (minus the .sample), | |
| 8 # follow the format examples, and store the result in this directory. | |
| 9 # The file should include an one line entry for each index set. | |
| 10 # The path points to the "basename" for the set, not a specific file. | |
| 11 # It has four text columns seperated by TABS. | |
| 12 # | |
| 13 # <unique_build_id> <dbkey> <display_name> <file_base_path> | |
| 14 # | |
| 15 # So, for example, if you had hg18 indexes stored in: | |
| 16 # | |
| 17 # /depot/data2/galaxy/hg19/bowtie/ | |
| 18 # | |
| 19 # containing hg19 genome and hg19.*.ewbt files, such as: | |
| 20 # -rw-rw-r-- 1 james james 914M Feb 10 18:56 hg19canon.fa | |
| 21 # -rw-rw-r-- 1 james james 914M Feb 10 18:56 hg19canon.1.ewbt | |
| 22 # -rw-rw-r-- 1 james james 683M Feb 10 18:56 hg19canon.2.ewbt | |
| 23 # -rw-rw-r-- 1 james james 3.3K Feb 10 16:54 hg19canon.3.ewbt | |
| 24 # -rw-rw-r-- 1 james james 683M Feb 10 16:54 hg19canon.4.ewbt | |
| 25 # -rw-rw-r-- 1 james james 914M Feb 10 20:45 hg19canon.rev.1.ewbt | |
| 26 # -rw-rw-r-- 1 james james 683M Feb 10 20:45 hg19canon.rev.2.ewbt | |
| 27 # | |
| 28 # then the bowtie2_indices.loc entry could look like this: | |
| 29 # | |
| 30 #hg19 hg19 Human (hg19) /depot/data2/galaxy/hg19/bowtie/hg19canon | |
| 31 # | |
| 32 #More examples: | |
| 33 # | |
| 34 #mm10 mm10 Mouse (mm10) /depot/data2/galaxy/mm10/bowtie/mm10 | |
| 35 #dm3 dm3 D. melanogaster (dm3) /depot/data2/galaxy/mm10/bowtie/dm3 | |
| 36 # | |
| 37 # |
