annotate tool-data/segemehl_indices.loc.sample @ 4:db367d012fa3 draft

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit b193689f9f30ce65a77be2d2c00929e3335a7d82
author bgruening
date Wed, 26 Jul 2017 15:32:09 -0400
parents e97db054a88d
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
e97db054a88d Uploaded
rnateam
parents:
diff changeset
1 #This is a sample file that enables the segemehl mapper to find genome indices
e97db054a88d Uploaded
rnateam
parents:
diff changeset
2 #and database files. You will need to create these data files and then create
e97db054a88d Uploaded
rnateam
parents:
diff changeset
3 #a segemehl_indices.loc file similar to this one (store it in this directory)
e97db054a88d Uploaded
rnateam
parents:
diff changeset
4 #that points to the directories in which those files are stored.
e97db054a88d Uploaded
rnateam
parents:
diff changeset
5 #The segemehl_indices.loc file has this format (longer white space characters are TAB characters):
e97db054a88d Uploaded
rnateam
parents:
diff changeset
6 #
e97db054a88d Uploaded
rnateam
parents:
diff changeset
7 #<unique_build_id> <dbkey> <display_name> <file_base_path>
e97db054a88d Uploaded
rnateam
parents:
diff changeset
8 #
e97db054a88d Uploaded
rnateam
parents:
diff changeset
9 #So, for example, if you had hg18 indexed stored in
e97db054a88d Uploaded
rnateam
parents:
diff changeset
10 #/data/0/galaxy/segemehl/hg18/,
e97db054a88d Uploaded
rnateam
parents:
diff changeset
11 #then the segemehl_indices.loc entry would look like this:
e97db054a88d Uploaded
rnateam
parents:
diff changeset
12 #
e97db054a88d Uploaded
rnateam
parents:
diff changeset
13 #hg18 hg18 hg18 /data/0/galaxy/segemehl/hg18/chromosomes.fa /data/0/galaxy/segemehl/hg18/chromosomes.idx
e97db054a88d Uploaded
rnateam
parents:
diff changeset
14 #
e97db054a88d Uploaded
rnateam
parents:
diff changeset
15 #and your /data/0/galaxy/segemehl/hg18/ directory
e97db054a88d Uploaded
rnateam
parents:
diff changeset
16 #would contain hg18.*.ebwt files:
e97db054a88d Uploaded
rnateam
parents:
diff changeset
17 #
e97db054a88d Uploaded
rnateam
parents:
diff changeset
18 #-rw-r--r-- 1 bag bag 539833 2013-10-13 10:12 chromosomes.idx
e97db054a88d Uploaded
rnateam
parents:
diff changeset
19 #-rw-r--r-- 1 bag bag 342562 2013-10-13 10:12 chromosomes.fa
e97db054a88d Uploaded
rnateam
parents:
diff changeset
20 #...etc...
e97db054a88d Uploaded
rnateam
parents:
diff changeset
21 #
e97db054a88d Uploaded
rnateam
parents:
diff changeset
22 #Your segemehl_indices.loc file should include an entry per line for each
e97db054a88d Uploaded
rnateam
parents:
diff changeset
23 #index set you have stored. The "file" in the path does not actually
e97db054a88d Uploaded
rnateam
parents:
diff changeset
24 #exist, but it is the prefix for the actual index files. For example:
e97db054a88d Uploaded
rnateam
parents:
diff changeset
25 #
e97db054a88d Uploaded
rnateam
parents:
diff changeset
26 #hg18canon hg18 hg18 Canonical /data/0/galaxy/segemehl/hg18/chromosomes_can.fa /data/0/galaxy/segemehl/hg18/chromosomes_can.idx
e97db054a88d Uploaded
rnateam
parents:
diff changeset
27 #hg18full hg18 hg18 Full /data/0/galaxy/segemehl/hg18/chromosomes_full.fa /data/0/galaxy/segemehl/hg18/chromosomes_full.idx
e97db054a88d Uploaded
rnateam
parents:
diff changeset
28 #...etc...
e97db054a88d Uploaded
rnateam
parents:
diff changeset
29 #