From: Colin <col...@gm...> - 2021-07-26 18:15:27
|
Hi there, I imagine this is connected to the question at https://github.com/GMOD/jbrowse-components/discussions/2150 Sorry for the delay in answering I think that this will basically depend on your server setup. jbrowse 2 will not really try to do anything fancy here so it is just trying to request a file that you specified, so if you are using a dev server for flask that is on port 5000 (not really familiar with flask personally, but just guessing) then if flask has a static files directory https://flask.palletsprojects.com/en/2.0.x/tutorial/static/ you could maybe put this GRCh38.aliases.txt file in there Let me know if that helps -Colin On Mon, Jul 26, 2021 at 1:37 PM Vikash Pandey <vik...@um...> wrote: > Dear developers > > > I would like to embed Jbrowse2 in my flask app. > > > I am getting this problem and was wondering if you know how to fix it. > > > > jbrowse-linear-view.js:46 GET http://127.0.0.1:5000/GRCh38.aliases.txt > 404 (NOT FOUND) > > > Thank you. > > > Best > > Vikash > _______________________________________________ > Gmod-ajax mailing list > Gmo...@li... > https://lists.sourceforge.net/lists/listinfo/gmod-ajax > |