Hi,
I have updated Galaxy today with the latest changes.
While trying to upload a file from the system path without copying to Galaxy I am getting the following Server error:
AttributeError: 'ScopedSession' object has no attribute 'data'
The full message is below.
This does not occur if the file is copied in to galaxy.
I have made local changes to a few of the upload files to support an additional binary file type, but I can't see how these would affect upload from system path.
Is any one else having a similar issue?
Any help would be appreciated
Thanks
Shaun Webb
Module paste.exceptions.errormiddleware:143 in __call__
app_iter = self.application(environ, start_response)
Module paste.debug.prints:98 in __call__
environ, self.app)
Module paste.wsgilib:539 in intercept_output
app_iter = application(environ, replacement_start_response)
Module paste.recursive:80 in __call__
return self.application(environ, start_response)
Module paste.httpexceptions:632 in __call__
return self.application(environ, start_response)
body = self.call_body_method( method, trans, kwargs )
return method( trans, **kwargs )
return func( self, trans, *args, **kwargs )
**kwd )
uploaded_datasets, err_redirect, msg = self.get_path_paste_uploaded_datasets( trans, params, library_bunch, err_redirect, msg )
uploaded_datasets.append( self.make_library_uploaded_dataset( trans, params, name, path, 'path_paste', library_bunch ) )
trans.sa_session.data.flush()
AttributeError: 'ScopedSession' object has no attribute 'data'
--
The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.
_______________________________________________
galaxy-dev mailing list