annotate tool-data/crest.loc.sample @ 1:4f6952e0af48 default tip

CREST - add crest.loc.sample
author Jim Johnson <jj@umn.edu>
date Wed, 08 Feb 2012 16:08:01 -0600
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
4f6952e0af48 CREST - add crest.loc.sample
Jim Johnson <jj@umn.edu>
parents:
diff changeset
1 #This is a sample file distributed with Galaxy that enables tools
4f6952e0af48 CREST - add crest.loc.sample
Jim Johnson <jj@umn.edu>
parents:
diff changeset
2 #to use a directory of fasta and 2bit genome files for use with CREST. You will
4f6952e0af48 CREST - add crest.loc.sample
Jim Johnson <jj@umn.edu>
parents:
diff changeset
3 #need to supply these files and then create a crest.loc file
4f6952e0af48 CREST - add crest.loc.sample
Jim Johnson <jj@umn.edu>
parents:
diff changeset
4 #similar to this one (store it in this directory) that points to
4f6952e0af48 CREST - add crest.loc.sample
Jim Johnson <jj@umn.edu>
parents:
diff changeset
5 #the directories in which those files are stored. The crest.loc
4f6952e0af48 CREST - add crest.loc.sample
Jim Johnson <jj@umn.edu>
parents:
diff changeset
6 #file has this format (white space characters are TAB characters):
4f6952e0af48 CREST - add crest.loc.sample
Jim Johnson <jj@umn.edu>
parents:
diff changeset
7 #
4f6952e0af48 CREST - add crest.loc.sample
Jim Johnson <jj@umn.edu>
parents:
diff changeset
8 #<unique_build_id> <display_name> <fasta_path> <2bit_path>
4f6952e0af48 CREST - add crest.loc.sample
Jim Johnson <jj@umn.edu>
parents:
diff changeset
9 #
4f6952e0af48 CREST - add crest.loc.sample
Jim Johnson <jj@umn.edu>
parents:
diff changeset
10 #So, for example, if your crest.loc began like this:
4f6952e0af48 CREST - add crest.loc.sample
Jim Johnson <jj@umn.edu>
parents:
diff changeset
11 #
4f6952e0af48 CREST - add crest.loc.sample
Jim Johnson <jj@umn.edu>
parents:
diff changeset
12 #hg19 Human (Homo sapiens): hg19 /depot/data2/galaxy/twobit/hg19.fa /depot/data2/galaxy/twobit/hg19.2bit
4f6952e0af48 CREST - add crest.loc.sample
Jim Johnson <jj@umn.edu>
parents:
diff changeset
13 #mm9 Mouse (Mus musculus): mm9 /depot/data2/galaxy/twobit/mm9.fa /depot/data2/galaxy/twobit/mm9.2bit
4f6952e0af48 CREST - add crest.loc.sample
Jim Johnson <jj@umn.edu>
parents:
diff changeset
14 #
4f6952e0af48 CREST - add crest.loc.sample
Jim Johnson <jj@umn.edu>
parents:
diff changeset
15 #then your /depot/data2/galaxy/twobit/ directory
4f6952e0af48 CREST - add crest.loc.sample
Jim Johnson <jj@umn.edu>
parents:
diff changeset
16 #would need to contain the following fasta and 2bit files:
4f6952e0af48 CREST - add crest.loc.sample
Jim Johnson <jj@umn.edu>
parents:
diff changeset
17 #
4f6952e0af48 CREST - add crest.loc.sample
Jim Johnson <jj@umn.edu>
parents:
diff changeset
18 #-rw-r--r-- 1 james universe 527388 2005-09-13 10:12 hg19.2bit
4f6952e0af48 CREST - add crest.loc.sample
Jim Johnson <jj@umn.edu>
parents:
diff changeset
19 #-rw-r--r-- 1 james universe 527388 2005-09-13 10:12 hg19.fa
4f6952e0af48 CREST - add crest.loc.sample
Jim Johnson <jj@umn.edu>
parents:
diff changeset
20 #-rw-r--r-- 1 james universe 269808 2005-09-13 10:12 mm9.2bit
4f6952e0af48 CREST - add crest.loc.sample
Jim Johnson <jj@umn.edu>
parents:
diff changeset
21 #-rw-r--r-- 1 james universe 269808 2005-09-13 10:12 mm9.fa
4f6952e0af48 CREST - add crest.loc.sample
Jim Johnson <jj@umn.edu>
parents:
diff changeset
22 #
4f6952e0af48 CREST - add crest.loc.sample
Jim Johnson <jj@umn.edu>
parents:
diff changeset
23 #Your crest.loc file should include an entry per line for
4f6952e0af48 CREST - add crest.loc.sample
Jim Johnson <jj@umn.edu>
parents:
diff changeset
24 #each file you have stored that you want to be available. Note that
4f6952e0af48 CREST - add crest.loc.sample
Jim Johnson <jj@umn.edu>
parents:
diff changeset
25 #your files should all have the extension '2bit'.
4f6952e0af48 CREST - add crest.loc.sample
Jim Johnson <jj@umn.edu>
parents:
diff changeset
26 #
4f6952e0af48 CREST - add crest.loc.sample
Jim Johnson <jj@umn.edu>
parents:
diff changeset
27 #Note that for backwards compatibility with workflows, the unique ID of
4f6952e0af48 CREST - add crest.loc.sample
Jim Johnson <jj@umn.edu>
parents:
diff changeset
28 #an entry must be the path that was in the original loc file, because that
4f6952e0af48 CREST - add crest.loc.sample
Jim Johnson <jj@umn.edu>
parents:
diff changeset
29 #is the value stored in the workflow for that parameter.
4f6952e0af48 CREST - add crest.loc.sample
Jim Johnson <jj@umn.edu>
parents:
diff changeset
30 #
4f6952e0af48 CREST - add crest.loc.sample
Jim Johnson <jj@umn.edu>
parents:
diff changeset
31 #hg18 Human (Homo sapiens): hg18 /depot/data2/galaxy/twobit/hg19.fa /depot/data2/galaxy/twobit/hg19.2bit