comparison tool_data_table_conf.xml.sample @ 3:f404ec7f679c

Add Conservation Plot tool
author Jim Johnson <jj@umn.edu>
date Wed, 17 Dec 2014 15:09:37 -0600
parents 4e52505adaa6
children
comparison
equal deleted inserted replaced
2:45e094f8858f 3:f404ec7f679c
2 <!-- Locations of CEAS reference sqlite files under genome directory --> 2 <!-- Locations of CEAS reference sqlite files under genome directory -->
3 <table name="ceasdb" comment_char="#"> 3 <table name="ceasdb" comment_char="#">
4 <columns>value, dbkey, name, path</columns> 4 <columns>value, dbkey, name, path</columns>
5 <file path="tool-data/ceasdb.loc" /> 5 <file path="tool-data/ceasdb.loc" />
6 </table> 6 </table>
7 <!-- Locations of cistrome conservation reference files under genome directory -->
8 <!--
9 To get all the static data: http://cistrome.org/aspera/user/?B=%2FCISTROME_STATIC_LIBRARIES
10 ( send email to cistrome-bugs@jimmy.harvard.edu for a password to download. )
11 From documentation on: https://bitbucket.org/cistrome/cistrome-harvard/wiki/Tutorial_for_Cistrome_AP_installation
12 -->
13 <table name="cistrome_conservation" comment_char="#">
14 <columns>value, dbkey, name, path</columns>
15 <file path="tool-data/cistrome_conservation.loc" />
16 </table>
17
7 </tables> 18 </tables>
8 19