annotate tool-data/rnastar_index.loc.sample @ 31:c0c5457f53d7 draft

Uploaded
author fubar
date Wed, 11 Mar 2015 21:49:42 -0400
parents 1903b1fe70fc
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
25
1903b1fe70fc Uploaded
iuc
parents:
diff changeset
1 #This is a sample file distributed with Galaxy that enables tools
1903b1fe70fc Uploaded
iuc
parents:
diff changeset
2 #to use a directory of rna-star indexed sequences data files. You will
1903b1fe70fc Uploaded
iuc
parents:
diff changeset
3 #need to create these data files and then create a bowtie_indices.loc
1903b1fe70fc Uploaded
iuc
parents:
diff changeset
4 #file similar to this one (store it in this directory) that points to
1903b1fe70fc Uploaded
iuc
parents:
diff changeset
5 #the directories in which those files are stored. The bowtie2_indices.loc
1903b1fe70fc Uploaded
iuc
parents:
diff changeset
6 #file has this format (longer white space characters are TAB characters):
1903b1fe70fc Uploaded
iuc
parents:
diff changeset
7 #
1903b1fe70fc Uploaded
iuc
parents:
diff changeset
8 #<unique_build_id> <dbkey> <display_name> <file_base_path>
1903b1fe70fc Uploaded
iuc
parents:
diff changeset
9 #
1903b1fe70fc Uploaded
iuc
parents:
diff changeset
10 #hg19 hg19 hg19 full /mnt/galaxyIndices/genomes/hg19/rnastar
1903b1fe70fc Uploaded
iuc
parents:
diff changeset
11