diff gedlab.py @ 60:fe697e0cb24a draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/khmer/ commit d8e0950d53e504e02ee5db43c0804142b14d7fd2-dirty
author crusoe
date Tue, 07 Jul 2015 11:59:39 -0400
parents 08a599cf71d0
children
line wrap: on
line diff
--- a/gedlab.py	Mon Aug 18 07:02:05 2014 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,25 +0,0 @@
-"""
-k-mer count and presence
-"""
-
-from galaxy.datatypes.binary import Binary
-
-import os
-import logging
-
-log = logging.getLogger(__name__)
-
-
-class Count(Binary):
-
-    def __init__(self, **kwd):
-        Binary.__init__(self, **kwd)
-
-
-class Presence(Binary):
-
-    def __init__(self, **kwd):
-        Binary.__init__(self, **kwd)
-
-Binary.register_unsniffable_binary_ext("ct")
-Binary.register_unsniffable_binary_ext("pt")