diff datatypes_conf.xml @ 8:61d634d123c0 draft

Added datatypes_conf and sra class.
author matt-shirley <mdshw5@gmail.com>
date Sun, 18 Nov 2012 17:12:24 -0500
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/datatypes_conf.xml	Sun Nov 18 17:12:24 2012 -0500
@@ -0,0 +1,12 @@
+<?xml version="1.0"?>
+<datatypes>
+  <datatype_files>
+    <datatype_file name="sra.py"/>
+  </datatype_files>
+  <registration>
+    <datatype extension="sra" type="galaxy.datatypes.binary:Sra" display_in_upload="true"/>
+  </registration>
+  <sniffers>
+    <sniffer type="galaxy.datatypes.binary:Sra"/>
+  </sniffers>
+</datatypes>
\ No newline at end of file