changeset 5:3bffe0a1a2f2 draft

Uploaded
author fz77
date Wed, 12 Nov 2014 10:28:07 -0500
parents daa9288779a8
children fcfb78ca14c6
files pscan_chip/tool_data_table_conf.xml.sample
diffstat 1 files changed, 17 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/pscan_chip/tool_data_table_conf.xml.sample	Wed Nov 12 10:28:07 2014 -0500
@@ -0,0 +1,17 @@
+ <!-- Location of PscanChIP Jaspar Backgrounds-->
+<tables>
+<table name="jaspar_pchip_bg">
+	<columns>name, value</columns>
+       <file path="tool-data/jaspar_pchip_background.loc" />
+</table>
+    <!-- Location of PscanChIP Transfac Backgrounds-->
+    <table name="transfac_pchip_bg">
+      <columns>name, value</columns>
+      <file path="tool-data/transfac_pchip_background.loc" />
+</table>
+	 <!-- Location of 2bit genomes-->
+<table name="2bit_genomes">
+        <columns>name, value</columns>
+        <file path="tool-data/twobit.loc"/>
+</table>
+</tables>