Mercurial > repos > jjohnson > gmap
comparison tool-data/gmap_indices.loc.sample @ 1:30d42bb409b8
GMAP - add tool-data/gmap_indices.loc.sample
author | Jim Johnson <jj@umn.edu> |
---|---|
date | Tue, 18 Oct 2011 11:51:15 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
0:d58d272914e7 | 1:30d42bb409b8 |
---|---|
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 |