annotate tool-data/gmap_indices.loc.sample @ 5:14561eb803a5
draft
Uploaded v3.0.1b (still working on this prior to main Tool Shed release)
author |
peterjc |
date |
Fri, 21 Oct 2016 10:55:40 -0400 |
parents |
10e3476429b5 |
children |
|
rev |
line source |
0
|
1 #This is a sample file distributed with Galaxy that enables tools
|
|
2 #to use a directory of GMAPDB indexed sequences data files. You will need
|
|
3 #to create these data files using gmap_build and then create a gmap_indices.loc file
|
|
4 #similar to this one (store it in this directory) that points to
|
|
5 #the directories in which those files are stored. The gmap_indices.loc
|
|
6 #file has this format (white space characters are TAB characters):
|
|
7 #
|
|
8 #<unique_build_id> <dbkey> <display_name> <kmers> <map,map> <snp,snp> <file_base_path>
|
|
9 #hg18 hg18 hg18 (cmet atoi) 12,13,14,15 splicesites,introns snps /depot/data2/galaxy/gmap/hg18
|
|
10 #hg19 hg19 hg19 (cmet atoi) 12,13,14,15 splicesites,introns,snps snps,dbsnp /depot/data2/galaxy/gmap/hg19
|