1
|
1 # salmon_indexes.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 Salmon.
|
|
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 kallisto_indexes.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 sacCer3 indexes stored in:
|
|
16 #
|
|
17 # /depot/data2/galaxy/sacCer3/salmon_indexes/
|
|
18 #
|
|
19 # then the salmon_indexes.loc entry could look like this:
|
|
20 #
|
|
21 #sacCer3 sacCer3 S. cerevisiae Apr. 2011 (SacCer_Apr2011/sacCer3) (sacCer3) /depot/data2/galaxy/sacCer3/salmon_indexes
|
|
22 #
|
|
23 #More examples:
|
|
24 #
|
|
25 #mm10 mm10 Mouse (mm10) /depot/data2/galaxy/salmon_indexes/mm10
|
|
26 #dm3 dm3 D. melanogaster (dm3) /depot/data2/galaxy/salmon_indexes/dm3
|
|
27 #
|
|
28 #
|