# HG changeset patch # User yhoogstrate # Date 1447233602 18000 # Node ID 3c1b706e7f5f0c5152abe55453c25ff1c31c43cd # Parent 9c23244ced42df0bda27b17ad16a92f5bdb478d8 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty diff -r 9c23244ced42 -r 3c1b706e7f5f lib/galaxy/datatypes/completegenomics.py --- a/lib/galaxy/datatypes/completegenomics.py Wed Nov 11 04:12:43 2015 -0500 +++ b/lib/galaxy/datatypes/completegenomics.py Wed Nov 11 04:20:02 2015 -0500 @@ -79,6 +79,7 @@ def __init__(self, **kwd): Binary.__init__( self, **kwd ) + self._name = "CRR" def set_peek( self, dataset, is_multi_byte=False ): if not dataset.dataset.purged: @@ -97,6 +98,5 @@ except: return False -Binary.register_sniffable_binary_format('crr', 'crr', CRR) +# Does not work for some reason - uploaded files keep receiving "The uploaded binary file contains inappropriate content" Binary.register_sniffable_binary_format('CRR', 'crr', CRR) -Binary.register_sniffable_binary_format('galaxy.datatypes.completegenomics:CRR', 'crr', CRR)