annotate tool-data/weeder2.loc.sample @ 2:3c5f10f7dd40 draft

Updated to tool version 2.0.1 (use data table to locate freqfiles).
author pjbriggs
date Fri, 27 Nov 2015 11:06:28 -0500
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2
3c5f10f7dd40 Updated to tool version 2.0.1 (use data table to locate freqfiles).
pjbriggs
parents:
diff changeset
1 # This is a sample file distributed with Galaxy that is used by the
3c5f10f7dd40 Updated to tool version 2.0.1 (use data table to locate freqfiles).
pjbriggs
parents:
diff changeset
2 # weeder2 tool to find the frequency files.
3c5f10f7dd40 Updated to tool version 2.0.1 (use data table to locate freqfiles).
pjbriggs
parents:
diff changeset
3 #
3c5f10f7dd40 Updated to tool version 2.0.1 (use data table to locate freqfiles).
pjbriggs
parents:
diff changeset
4 # The weeder.loc file has this format (white space characters are TAB
3c5f10f7dd40 Updated to tool version 2.0.1 (use data table to locate freqfiles).
pjbriggs
parents:
diff changeset
5 # characters):
3c5f10f7dd40 Updated to tool version 2.0.1 (use data table to locate freqfiles).
pjbriggs
parents:
diff changeset
6 #
3c5f10f7dd40 Updated to tool version 2.0.1 (use data table to locate freqfiles).
pjbriggs
parents:
diff changeset
7 #<species_code> <Description> <PathToFreqFilesDir>
3c5f10f7dd40 Updated to tool version 2.0.1 (use data table to locate freqfiles).
pjbriggs
parents:
diff changeset
8 #
3c5f10f7dd40 Updated to tool version 2.0.1 (use data table to locate freqfiles).
pjbriggs
parents:
diff changeset
9 # <PathToFreqFilesDir> should be a period ('.') to indicate the
3c5f10f7dd40 Updated to tool version 2.0.1 (use data table to locate freqfiles).
pjbriggs
parents:
diff changeset
10 # frequency files that come as standard with weeder2; otherwise
3c5f10f7dd40 Updated to tool version 2.0.1 (use data table to locate freqfiles).
pjbriggs
parents:
diff changeset
11 # it should be the full path to the directory holding a custom
3c5f10f7dd40 Updated to tool version 2.0.1 (use data table to locate freqfiles).
pjbriggs
parents:
diff changeset
12 # set of .freq files.
3c5f10f7dd40 Updated to tool version 2.0.1 (use data table to locate freqfiles).
pjbriggs
parents:
diff changeset
13 #
3c5f10f7dd40 Updated to tool version 2.0.1 (use data table to locate freqfiles).
pjbriggs
parents:
diff changeset
14 # For example:
3c5f10f7dd40 Updated to tool version 2.0.1 (use data table to locate freqfiles).
pjbriggs
parents:
diff changeset
15 #
3c5f10f7dd40 Updated to tool version 2.0.1 (use data table to locate freqfiles).
pjbriggs
parents:
diff changeset
16 #AF Aspergillus fumigatus (AF) /home/galaxy/weeder/FreqFiles
3c5f10f7dd40 Updated to tool version 2.0.1 (use data table to locate freqfiles).
pjbriggs
parents:
diff changeset
17 #
3c5f10f7dd40 Updated to tool version 2.0.1 (use data table to locate freqfiles).
pjbriggs
parents:
diff changeset
18 # where '/home/galaxy/weeder/FreqFiles' would contain:
3c5f10f7dd40 Updated to tool version 2.0.1 (use data table to locate freqfiles).
pjbriggs
parents:
diff changeset
19 #
3c5f10f7dd40 Updated to tool version 2.0.1 (use data table to locate freqfiles).
pjbriggs
parents:
diff changeset
20 #-rw-rw-r-- 1 pjb pjb 20109718 Oct 23 13:16 AF_ds.10.freq
3c5f10f7dd40 Updated to tool version 2.0.1 (use data table to locate freqfiles).
pjbriggs
parents:
diff changeset
21 #-rw-rw-r-- 1 pjb pjb 47080 Oct 23 13:15 AF_ds.6.freq
3c5f10f7dd40 Updated to tool version 2.0.1 (use data table to locate freqfiles).
pjbriggs
parents:
diff changeset
22 #-rw-rw-r-- 1 pjb pjb 1006374 Oct 23 13:15 AF_ds.8.freq
3c5f10f7dd40 Updated to tool version 2.0.1 (use data table to locate freqfiles).
pjbriggs
parents:
diff changeset
23 #-rw-rw-r-- 1 pjb pjb 19930169 Oct 23 13:16 AF_ss.10.freq
3c5f10f7dd40 Updated to tool version 2.0.1 (use data table to locate freqfiles).
pjbriggs
parents:
diff changeset
24 #-rw-rw-r-- 1 pjb pjb 45262 Oct 23 13:16 AF_ss.6.freq
3c5f10f7dd40 Updated to tool version 2.0.1 (use data table to locate freqfiles).
pjbriggs
parents:
diff changeset
25 #-rw-rw-r-- 1 pjb pjb 984583 Oct 23 13:16 AF_ss.8.freq
3c5f10f7dd40 Updated to tool version 2.0.1 (use data table to locate freqfiles).
pjbriggs
parents:
diff changeset
26 #
3c5f10f7dd40 Updated to tool version 2.0.1 (use data table to locate freqfiles).
pjbriggs
parents:
diff changeset
27 # Entries are already provided for the standard frequency files that
3c5f10f7dd40 Updated to tool version 2.0.1 (use data table to locate freqfiles).
pjbriggs
parents:
diff changeset
28 # are distributed with Weeder2.
3c5f10f7dd40 Updated to tool version 2.0.1 (use data table to locate freqfiles).
pjbriggs
parents:
diff changeset
29 # This file should be placed in galaxy's tool-data directory when the
3c5f10f7dd40 Updated to tool version 2.0.1 (use data table to locate freqfiles).
pjbriggs
parents:
diff changeset
30 # weeder2 tool is installed.
3c5f10f7dd40 Updated to tool version 2.0.1 (use data table to locate freqfiles).
pjbriggs
parents:
diff changeset
31 HS Homo sapiens (HS) .
3c5f10f7dd40 Updated to tool version 2.0.1 (use data table to locate freqfiles).
pjbriggs
parents:
diff changeset
32 MM Mus musculus (MM) .
3c5f10f7dd40 Updated to tool version 2.0.1 (use data table to locate freqfiles).
pjbriggs
parents:
diff changeset
33 DM Drosophila melanogaster (DM) .
3c5f10f7dd40 Updated to tool version 2.0.1 (use data table to locate freqfiles).
pjbriggs
parents:
diff changeset
34 SC Saccharomyces cerevisiae (SC) .
3c5f10f7dd40 Updated to tool version 2.0.1 (use data table to locate freqfiles).
pjbriggs
parents:
diff changeset
35 AT Arabidopsis thaliana (AT) .