Repository 'bsmap'
hg clone https://toolshed.g2.bx.psu.edu/repos/eiriche/bsmap

Changeset 12:2ff1bef33bdd (2012-11-30)
Previous changeset 11:413c742682f7 (2012-11-30) Next changeset 13:c01ef10d055c (2012-11-30)
Commit message:
Uploaded
added:
bsmap_fasta.loc.sample
b
diff -r 413c742682f7 -r 2ff1bef33bdd bsmap_fasta.loc.sample
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/bsmap_fasta.loc.sample Fri Nov 30 09:14:49 2012 -0500
b
@@ -0,0 +1,16 @@
+#This is a sample file distributed with Galaxy that enables BSMAP
+#to use a directory of reference FastA sequences data files.The bsmap_fasta.loc
+#file has this format (longer white space characters are TAB characters):
+#
+#<unique_build_id>   <dbkey>   <display_name>   <file_path>
+#
+#
+#Your bsmap_fasta.loc file should include an entry per line for each
+reference you have stored. For example:
+#
+#phiX174              phiX   phiX174          /depot/data2/galaxy/phiX/base/phiX.fasta
+#hg18canon            hg18   hg18 Canonical   /depot/data2/galaxy/hg18/base/hg18canon.fasta
+#hg18full             hg18   hg18 Full        /depot/data2/galaxy/hg18/base/hg18full.fasta
+#/orig/path/hg19.fa   hg19   hg19             /depot/data2/galaxy/hg19/base/hg19.fasta
+#...etc...
+#