From: Colin <col...@gm...> - 2018-11-14 21:38:23
|
The error you posted shows that you opened the file from the filesystem e.g. it says file:/// and this doesn't really work even if it displays enough info to show an error message. you need a real webserver e.g. apache2 You could run "sudo apt install apache2" and then "sudo service apache2 start" and then navigate to http://localhost/jbrowse See http://jbrowse.org/docs/faq.html#what-webserver-is-needed-for-jbrowse -Colin On Wed, Nov 14, 2018 at 4:04 PM Scott Cain <sc...@sc...> wrote: > Hi Yousaf, > > In order for there to be "something" there, you need to add data, > typically by running included tools like prepare-refseqs.pl and > flatfile-to-json.pl. Did you click on the link for the Volvox sample > data? > > Scott > > > On Thu, Nov 15, 2018 at 6:41 AM yousaf raza <yry...@gm...> > wrote: > >> hello sir >> i have run ./setup.sh it ran successfully but after that i am not >> receiving full page of indax.htm >> it is giving RequestError: Unable to load >> file:///var/www/html/jbrowse/data/trackList.json?v=0.015361163899122343 >> status: 0. >> this result at downside the page >> _______________________________________________ >> Gmod-ajax mailing list >> Gmo...@li... >> https://lists.sourceforge.net/lists/listinfo/gmod-ajax >> > > > -- > ------------------------------------------------------------------------ > Scott Cain, Ph. D. scott at scottcain > dot net > GMOD Coordinator (http://gmod.org/) 216-392-3087 > Ontario Institute for Cancer Research > _______________________________________________ > Gmod-ajax mailing list > Gmo...@li... > https://lists.sourceforge.net/lists/listinfo/gmod-ajax > |