Repository 'gatktools'
hg clone https://toolshed.g2.bx.psu.edu/repos/lz_hust/gatktools

Changeset 12:7b2f77e2b0a4 (2019-06-01)
Previous changeset 11:83312f73e0e7 (2019-06-01) Next changeset 13:e4b6c7a08f06 (2019-06-01)
Commit message:
Uploaded
added:
gatk2_picard_index.loc.sample
b
diff -r 83312f73e0e7 -r 7b2f77e2b0a4 gatk2_picard_index.loc.sample
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/gatk2_picard_index.loc.sample Sat Jun 01 07:12:07 2019 -0400
b
@@ -0,0 +1,26 @@
+#This is a sample file distributed with Galaxy that enables tools
+#to use a directory of Picard dict and associated files. You will need
+#to create these data files and then create a picard_index.loc file 
+#similar to this one (store it in this directory) that points to 
+#the directories in which those files are stored. The picard_index.loc 
+#file has this format (longer white space is the TAB character):
+#
+#<unique_build_id> <dbkey> <display_name> <fasta_file_path>
+#
+#So, for example, if you had hg18 indexed and stored in 
+#/depot/data2/galaxy/srma/hg18/,
+#then the srma_index.loc entry would look like this:
+#
+#hg18 hg18 hg18 Pretty /depot/data2/galaxy/picard/hg18/hg18.fa
+#
+#and your /depot/data2/galaxy/srma/hg18/ directory
+#would contain the following three files:
+#hg18.fa
+#hg18.dict
+#hg18.fa.fai
+#
+#The dictionary file for each reference (ex. hg18.dict) must be 
+#created via Picard (http://picard.sourceforge.net). Note that
+#the dict file does not have the .fa extension although the
+#path list in the loc file does include it.
+#