Open mshadbolt opened 4 years ago
@rdgoite @prabh-t it would be desirable to be able to give contributors this as a route to upload matrix files which will frequently be hdf5 files in a variety of different formats. Can this bug be investigated quickly
contributors could give us lots of different file types, eg .rds
, .mtx
, .loom
so there shouldn't be any restriction on this.
This was due to the last update whereby "dcp-type=data" was set as the content type when the file type wasn't able to be determined. This wasn't correct as "dcp-type=data" is meant to be the parameter part (or suffix) of the type, not the actual type. We now use the generic type "application/octet-stream" when the type cannot be determined and append "; dcp-type=data" accordingly.
thanks for investigating @prabh-t how long will it take to fix?
I believe the fIx is now in latest version of hca-util v0.2.12
. Moving this to Review/QA pipeline
I believe this ticket can be moved to Done / In Production / Closed
since version 0.2.11 hca-util does not allow uploading h5ad files to hca-util upload areas.
This is most likely due to the tool trying to recognise the type and rejecting uploads if it doesn't know.
Users need to be able to upload any file type they want to so there should not be this restriction on file types.
Steps to recreate: