Mercurial > repos > scottx611x > data_manager_fetch_gene_annotation
changeset 5:8cbe0b45d0ef draft
Deleted selected files
author | scottx611x |
---|---|
date | Tue, 26 Apr 2016 12:22:29 -0400 |
parents | ca246fa77bac |
children | 753ed7c03ea8 |
files | data_manager_gene_annotation/data_manager_conf.xml data_manager_gene_annotation/tool_data_table_conf.xml.sample |
diffstat | 2 files changed, 0 insertions(+), 23 deletions(-) [+] |
line wrap: on
line diff
--- a/data_manager_gene_annotation/data_manager_conf.xml Tue Apr 26 12:22:19 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,15 +0,0 @@ -<?xml version="1.0"?> -<data_managers> - - <data_manager tool_file="data_manager/gene_annotation_fetcher.xml" id="gene_annotation_fetcher" version="1.0.0"> - <data_table name="gene_annotation"> - <output> - <column name="value" /> - <column name="dbkey" /> - <column name="name" /> - <column name="path"/> - </output> - </data_table> - </data_manager> - -</data_managers>
--- a/data_manager_gene_annotation/tool_data_table_conf.xml.sample Tue Apr 26 12:22:19 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,8 +0,0 @@ -<?xml version="1.0"?> -<tables> - <!-- Locations of gene annotation data --> - <table name="gene_annotation" comment_char="#"> - <columns>value, dbkey, name, path</columns> - <file path="tool-data/gene_annotation.loc" /> - </table> -</tables> \ No newline at end of file