comparison tool-data/lastz_seqs.loc.sample @ 30:5231f398d784 draft

planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 3bc1d1c6f4e28ac7ff8df79fe4e3f00a195938e6-dirty
author bgruening
date Tue, 20 Oct 2015 14:43:12 -0400
parents
children
comparison
equal deleted inserted replaced
29:3a2aab18a217 30:5231f398d784
1 #This is a sample file distributed with Galaxy that enables tools
2 #to use a directory of 2bit genome files for use with deepTools.
3 #This file is named lastz_seqs.loc file to make use of an already existing loc
4 #file from the lastz tool that is created by the twobit data-manager.
5 #You will need to supply these files and then create a lastz_seqs.loc file
6 #similar to this one (store it in this directory) that points to
7 #the directories in which those files are stored. The lastz_seqs.loc
8 #file has this format:
9 #
10 #<unique_build_id> <display_name> <file_path>
11 #
12 #So, for example, if your lastz_seqs.loc began like this:
13 #
14 #hg18 Human (Homo sapiens): hg18 /depot/data2/galaxy/twobit/hg18.2bit
15 #hg19 Human (Homo sapiens): hg19 /depot/data2/galaxy/twobit/hg19.2bit
16 #mm9 Mouse (Mus musculus): mm9 /depot/data2/galaxy/twobit/mm9.2bit
17 #
18 #then your /depot/data2/galaxy/twobit/ directory
19 #would need to contain the following 2bit files:
20 #
21 #-rw-r--r-- 1 james universe 830134 2005-09-13 10:12 hg18.2bit
22 #-rw-r--r-- 1 james universe 527388 2005-09-13 10:12 hg19.2bit
23 #-rw-r--r-- 1 james universe 269808 2005-09-13 10:12 mm9.2bit
24 #
25 #Your lastz_seqs.loc file should include an entry per line for
26 #each file you have stored that you want to be available. Note that
27 #your files should all have the extension '2bit'.
28 #
29 #Please note that the <unique_build_id> is also used as "Species name abbreviation".