Re: [galaxy-dev] Byte-range support for IGV ?

2012-07-11 Thread Chebbi Mohamed Amine
HI Nate ! Thanks for your response. However, I have a little problem concerning the launch of IGV application from my local galaxy tool main. In fact to run IGV I have always to connect to my server machine where IGV is installed. So it is embarrassing, since that other users cannot display IGV i

Re: [galaxy-dev] Byte-range support for IGV ?

2012-07-11 Thread Nate Coraor
On Jul 4, 2012, at 7:57 AM, Chebbi Mohamed Amine wrote: > HI Geert ! > I did well : > > > XSendFile on > XSendFilePath / > > > and > > > # Compress all uncompressed content. > SetOutputFilter DEFLATE > SetEnvIfNoCase Request_URI \.(?:gif|jpe?g|png)$ no-gzip dont-vary >

Re: [galaxy-dev] Byte-range support for IGV ?

2012-07-04 Thread Chebbi Mohamed Amine
HI Geert ! I did well : XSendFile on XSendFilePath / and # Compress all uncompressed content. SetOutputFilter DEFLATE SetEnvIfNoCase Request_URI \.(?:gif|jpe?g|png)$ no-gzip dont-vary SetEnvIfNoCase Request_URI \.(?:t?gz|zip|bz2)$ no-gzip dont-vary But it dosen't

[galaxy-dev] Byte-range support for IGV ?

2012-07-04 Thread Chebbi Mohamed Amine
HELLO ! I just updated our local galaxy instance and just wanted to try the new IGV display application. When I try to display a BAM file whith the local IGV, I encounter the following message : "HTTP and FTP access to BAM files require byte-range support" Has anyone encountred the same probleme