changeset 9:609151fd424c

Deleted selected files
author da-intersect
date Thu, 11 Apr 2013 01:43:54 -0400
parents 3cff57242c39
children 27fd6bbf6b2f
files tar.py
diffstat 1 files changed, 0 insertions(+), 21 deletions(-) [+]
line wrap: on
line diff
--- a/tar.py	Thu Apr 11 01:38:56 2013 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,21 +0,0 @@
-from galaxy.datatypes.metadata import MetadataElement
-from galaxy.datatypes import metadata
-from galaxy.datatypes.sniff import *
-from galaxy import eggs
-import pkg_resources
-pkg_resources.require( "bx-python" )
-from urllib import urlencode, quote_plus
-import zipfile, gzip
-import os, subprocess, tempfile, tarfile
-import struct
-
-class Tar( Binary ):
-    """Class describing a BAM binary file"""
-    file_ext = "tar"
-    def sniff( self, filename ):
-        try:
-            if tarfile.is_tarfile(filename):
-				return True
-        except:
-            return False
-