view get_data/cfg_array/NOTES @ 0:89592faa2875 draft

Uploaded
author chrisb
date Wed, 23 Mar 2016 14:35:56 -0400
parents
children
line wrap: on
line source


# Glycan array Notes on Primary screen html
#
idiosynchrocy of the site is that selections of the array type unselect lectin type selections. 
the site says search by sample or array type but does actually support and (although there are some uncheck issues). 

# Notes on Returned Selection html

class="data" is 'conclusive while class="inconclusive" is not. 

## include inconclusive data 
there is often so much though!!
need to turn this off by default . 
incon is off by default. Use -i to turn back on. (this renders options.d ineffective and it has been removed)

## Configuring Galaxy so a tool can properly generate an Excel file
https://wiki.galaxyproject.org/Admin/FAQ

Is there a way to force the mime type of the downloaded files ? eg an application generates a binary excel file and the mime type is always binary, and the file extension is always "data.ext". This causes problems when the user tries to view ( click the eye icon ) or download ( click the 'save' link ). Changing the file type to "excel" doesn't help, and the user is forced to save the file on his desktop, rename the file to an XLS extension and then open it. 

In your universe_wsgi.ini file add this line to [galaxy:datatypes]...

xls = galaxy.datatypes.data:Data,application/vnd.ms-excel

...and set the output format of your tool to xls.