changeset 29:ce2bb7841f17 default tip

Fix for https://github.com/mdshw5/sra-tools-galaxy/issues/1
author Matt Shirley <mdshw5@gmail.com>
date Tue, 07 Apr 2015 09:09:23 -0400
parents fdc981664a43
children
files sra.py
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/sra.py	Wed Apr 01 12:35:38 2015 -0400
+++ b/sra.py	Tue Apr 07 09:09:23 2015 -0400
@@ -41,3 +41,5 @@
             return dataset.peek
         except:
             return 'Binary sra file (%s)' % (nice_size(dataset.get_size()))
+
+Binary.register_sniffable_binary_format('sra', 'sra', Sra)