diff scaffold.py @ 0:e9981e6af666
draft
Improved some datatype handling
author |
galaxyp |
date |
Thu, 20 Jun 2013 11:07:47 -0400 |
parents |
|
children |
|
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/scaffold.py Thu Jun 20 11:07:47 2013 -0400
@@ -0,0 +1,8 @@
+from galaxy.datatypes.binary import Binary
+
+
+class Sf3(Binary):
+ """Class describing a Scaffold SF3 files"""
+ file_ext = "sf3"
+
+Binary.register_unsniffable_binary_ext('sf3')