annotate get_data/cfg_array/NOTES @ 1:0a5e0df17054 draft default tip

Uploaded
author chrisb
date Fri, 06 May 2016 08:05:48 -0400
parents 89592faa2875
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
89592faa2875 Uploaded
chrisb
parents:
diff changeset
1
89592faa2875 Uploaded
chrisb
parents:
diff changeset
2 # Glycan array Notes on Primary screen html
89592faa2875 Uploaded
chrisb
parents:
diff changeset
3 #
89592faa2875 Uploaded
chrisb
parents:
diff changeset
4 idiosynchrocy of the site is that selections of the array type unselect lectin type selections.
89592faa2875 Uploaded
chrisb
parents:
diff changeset
5 the site says search by sample or array type but does actually support and (although there are some uncheck issues).
89592faa2875 Uploaded
chrisb
parents:
diff changeset
6
89592faa2875 Uploaded
chrisb
parents:
diff changeset
7 # Notes on Returned Selection html
89592faa2875 Uploaded
chrisb
parents:
diff changeset
8
89592faa2875 Uploaded
chrisb
parents:
diff changeset
9 class="data" is 'conclusive while class="inconclusive" is not.
89592faa2875 Uploaded
chrisb
parents:
diff changeset
10
89592faa2875 Uploaded
chrisb
parents:
diff changeset
11 ## include inconclusive data
89592faa2875 Uploaded
chrisb
parents:
diff changeset
12 there is often so much though!!
89592faa2875 Uploaded
chrisb
parents:
diff changeset
13 need to turn this off by default .
89592faa2875 Uploaded
chrisb
parents:
diff changeset
14 incon is off by default. Use -i to turn back on. (this renders options.d ineffective and it has been removed)
89592faa2875 Uploaded
chrisb
parents:
diff changeset
15
89592faa2875 Uploaded
chrisb
parents:
diff changeset
16 ## Configuring Galaxy so a tool can properly generate an Excel file
89592faa2875 Uploaded
chrisb
parents:
diff changeset
17 https://wiki.galaxyproject.org/Admin/FAQ
89592faa2875 Uploaded
chrisb
parents:
diff changeset
18
89592faa2875 Uploaded
chrisb
parents:
diff changeset
19 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.
89592faa2875 Uploaded
chrisb
parents:
diff changeset
20
89592faa2875 Uploaded
chrisb
parents:
diff changeset
21 In your universe_wsgi.ini file add this line to [galaxy:datatypes]...
89592faa2875 Uploaded
chrisb
parents:
diff changeset
22
89592faa2875 Uploaded
chrisb
parents:
diff changeset
23 xls = galaxy.datatypes.data:Data,application/vnd.ms-excel
89592faa2875 Uploaded
chrisb
parents:
diff changeset
24
89592faa2875 Uploaded
chrisb
parents:
diff changeset
25 ...and set the output format of your tool to xls.