# HG changeset patch # User Matt Shirley # Date 1428412163 14400 # Node ID ce2bb7841f175881ea5b09003532b76f6e23c26e # Parent fdc981664a432598f3ddef87de39b402cfe1a98d Fix for https://github.com/mdshw5/sra-tools-galaxy/issues/1 diff -r fdc981664a43 -r ce2bb7841f17 sra.py --- 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)