Mercurial > repos > saskia-hiltemann > cgatools_v17
changeset 12:3c1b706e7f5f draft
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
author | yhoogstrate |
---|---|
date | Wed, 11 Nov 2015 04:20:02 -0500 |
parents | 9c23244ced42 |
children | ff641b41735f |
files | lib/galaxy/datatypes/completegenomics.py |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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)