Mercurial > repos > trinity_ctat > ctat_lncrna_data_manager
diff data_manager_conf.xml @ 0:1da522a43f15 draft
Uploaded ctat lncrna data manager
| author | trinity_ctat |
|---|---|
| date | Mon, 04 Jun 2018 14:20:45 -0400 |
| parents | |
| children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/data_manager_conf.xml Mon Jun 04 14:20:45 2018 -0400 @@ -0,0 +1,20 @@ +<?xml version="1.0"?> +<data_managers> + <data_manager tool_file="data_manager/add_ctat_lncrna_annotations.xml" id="ctat_lncrna_annotations_data_manager"> + <data_table name="ctat_lncrna_annotations"> + <output> + <column name="value" /> + <!-- value is used to uniquely identify this entry in the table. + --> + <column name="name" /> + <!-- name is used as the selector in the pull down lists for items in this table. + --> + <column name="path" /> + <!-- path is the absolute path of the directory containing the lncrna annotations files. + --> + <!-- Same as the Genome Reference Library, we create the lncrna annotations files where we want them. + --> + </output> + </data_table> + </data_manager> +</data_managers>
