2
|
1 #This is a sample file distributed with Galaxy that enables the Ribopicker #to
|
|
2 #wrapper to use the Ribosomal RNA databases available to it.
|
|
3 #File format: (longer white space is the TAB character):
|
|
4 #
|
|
5 #<unique_build_id> <dbkey> <display_name>
|
|
6 #
|
|
7 #So, for example, for the
|
|
8 #/depot/data2/galaxy/mosaik/hg18/
|
|
9 #then the mosaik_index.loc entry would look like this:
|
|
10 #
|
|
11 #slr slr SILVA LSR (23S/28S) NR Trunc. Tax.
|
|
12
|
|
13 rrnadb rrnadb Non-redundant Ribosomal RNA Database
|
|
14 slr slr SILVA LSR (23S/28S) NR Trunc. Tax.
|
|
15 slrf slrf SILVA LSR (23S/28S) Full Tax.
|
|
16 ssr ssr SILVA SSR (16S/18S) NR Trunc. Tax. V2
|
|
17 ssrf ssrf SILVA SSR (16S/18S) NR Tax. V2
|
|
18 ssrv1 ssrv1 SILVA SSR (16S/18S) NR Trunc. Tax. V1
|
|
19
|
|
20 #<unique_build_id> <dbkey> <display_name>
|