changeset 2:26ad516cebca draft

Uploaded
author galaxyp
date Wed, 19 Jun 2013 13:29:12 -0400
parents b9a850d6cc47
children 0bf1027093c6
files bumbershoot.py bumbershoot_types.py datatypes_conf.xml idpicker.xml
diffstat 4 files changed, 24 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/bumbershoot.py	Wed Jun 19 13:29:12 2013 -0400
@@ -0,0 +1,7 @@
+from galaxy.datatypes.binary import Binary
+
+class IdpDB(Binary):
+    file_ext = "idpDB"
+
+Binary.register_unsniffable_binary_ext('idpDB')
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/bumbershoot_types.py	Wed Jun 19 13:29:12 2013 -0400
@@ -0,0 +1,7 @@
+from galaxy.datatypes.binary import Binary
+
+class IdpDB(Binary):
+    file_ext = "idpDB"
+
+Binary.register_unsniffable_binary_ext('idpDB')
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/datatypes_conf.xml	Wed Jun 19 13:29:12 2013 -0400
@@ -0,0 +1,9 @@
+<?xml version="1.0"?>
+<datatypes>
+  <datatype_files>
+    <datatype_file name="bumbershoot.py"/>
+  </datatype_files>
+  <registration>
+    <datatype extension="idpdb" type="galaxy.datatypes.bumbershoot:IdpDB" display_in_upload="true" />
+  </registration>
+</datatypes>
--- a/idpicker.xml	Fri May 10 17:07:56 2013 -0400
+++ b/idpicker.xml	Wed Jun 19 13:29:12 2013 -0400
@@ -1,4 +1,4 @@
-<tool id="idpicker" name="IDPicker 3" version="0.1.0">
+<tool id="idpicker" name="IDPicker 3" version="0.1.0-alpha">
   <description>
     Assemble parsimonious protien identifications.
   </description>