changeset 1:8dd9f237ed5f draft

"planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/transindel commit e47cf494faf34777290b654b3ae46c1d64cc1747-dirty"
author jjohnson
date Fri, 27 Mar 2020 11:51:43 -0400
parents ba3910d7bd99
children 42d0c1c21cd4
files test-data/RNA.bai tool_data_table_conf.xml.sample
diffstat 2 files changed, 12 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
Binary file test-data/RNA.bai has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_data_table_conf.xml.sample	Fri Mar 27 11:51:43 2020 -0400
@@ -0,0 +1,12 @@
+<tables>
+    <!-- Locations of transcriptome fasta files -->
+    <table name="all_fasta" comment_char="#" allow_duplicate_entries="False">
+        <columns>value, dbkey, name, path</columns>
+        <file path="tool-data/all_fasta.loc" />
+    </table>
+    <!-- Locations of all gtf files with annotations of genome builds -->
+    <table name="gene_sets" comment_char="#" allow_duplicate_entries="False">
+        <columns>value, dbkey, name, path</columns>
+        <file path="tool-data/gene_sets.loc" />
+    </table>	
+</tables>