0
|
1 # This is a sample file distributed with Galaxy that enables tools
|
|
2 # to use a directory of MALT indexed data files. The malt_index.loc
|
|
3 # file has this format (longer white space characters are TAB characters):
|
|
4 #
|
|
5 # <unique_build_id> <dbkey> <display_name> <file_path>
|
|
6 #
|
|
7 # So, for example, if you have the phiX indexe stored in
|
|
8 # /depot/data2/galaxy/phiX/base/,
|
|
9 # then the malt_index.loc entry would look like this:
|
|
10 #
|
|
11 # phiX174 phiX phiX Pretty /depot/data2/galaxy/phiX/base/phiX.fa
|
|
12 #
|
|
13 # and your /depot/data2/galaxy/phiX/base/ directory
|
|
14 # would contain phiX.fa.* files:
|
|
15 #
|
|
16 #-rw-r--r-- 1 galaxy universe 830134 2005-09-13 10:12 phiX.fa
|
|
17 #...etc...
|
|
18
|