diff datatypes_conf.xml @ 0:9d5f4f5f764b

Initial commit to toolshed
author pieter.lukasse@wur.nl
date Thu, 16 Jan 2014 13:10:00 +0100
parents
children 85fd05d0d16c
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/datatypes_conf.xml	Thu Jan 16 13:10:00 2014 +0100
@@ -0,0 +1,12 @@
+<?xml version="1.0"?>
+<datatypes>
+  <datatype_files>
+  </datatype_files>
+  <registration display_path="display_applications">
+        <!-- type for the pdf -->
+        <datatype extension="pdf"  type="galaxy.datatypes.data:Data" mimetype="application/octet-stream" 
+        display_in_upload="true" subclass="true"/>
+        <datatype extension="msclust.csv" type="galaxy.datatypes.tabular:Tabular" mimetype="text/csv" display_in_upload="true" subclass="true">
+        </datatype>   
+  </registration>
+</datatypes>
\ No newline at end of file