view bismark_wrapper/tool-data/bismark_indices.loc.sample @ 0:550ce7d37d4b draft

Uploaded
author bgruening
date Thu, 11 Oct 2012 11:53:20 -0400
parents
children
line wrap: on
line source

#This is a sample file distributed with Galaxy that enables tools
#to use a directory of Bismark indexed sequences data files. You will
#need to create these data files and then create a bismark_indices.loc
#file similar to this one (store it in this directory) that points to
#the directories in which those files are stored. The bismark_indices.loc
#file has this format (longer white space characters are TAB characters):
#
#<unique_build_id>   <dbkey>   <display_name>   <file_base_path>
#
#So, for example, if you had hg19 indexed stored in
#/data/galaxy/bismark/hg19/,
#then the bismark_indices.loc entry would look like this:
#
#hg19	hg19	hg19	/data/galaxy/bismark/hg19/
#
#and your /data/galaxy/bismark/hg19/ directory has the following structure
#
# Bisulfite_Genome/CT_conversion/BS_CT*.bt2
# Bisulfite_Genome/GA_conversion/BS_GA*.bt2
#
#plus the hg19 FASTA files.
#