22
|
1 #This file lists the locations of all the trained_dir files
|
|
2 #under the "trained_dir" directory (a directory that contains a directory
|
|
3 #for each organism used by glimmer_hmm).
|
|
4 #This file has the format (white space characters are
|
|
5 #TAB characters):
|
|
6 #
|
23
|
7 #<unique_id> <display_name> <file_path>
|
22
|
8 #
|
|
9 #glimmer_hmm.loc could look something like this:
|
|
10 #
|
23
|
11 #human Human /path/to/trained_dir/human
|
|
12 #celegans Celegans /path/to/trained_dir/Celegans
|
|
13 #arabidopsis Arabidopsis /path/to/trained_dir/arabidopsis
|
|
14 #rice Rice /path/to/trained_dir/rice
|
|
15 #zebrafish Zebrafish /path/to/trained_dir/zebrafish
|
22
|
16 #
|