embedding JBrowse2 #2150
Unanswered
vpandey-om
asked this question in
Q&A
Replies: 1 comment
-
I'm not familiar with Flask, but what you will need is static file hosting. If you look for a guide that is something like "How to serve static files in Flask," that should point you in the right direction. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear Developers,
I used this tutorial (https://jbrowse.org/jb2/docs/bcc2020_embedding_jbrowse_08_default_session) to embed JBrowse2 in my flask app.
For example,
aliases: ['hg38'],
refNameAliases: {
adapter: {
type: 'RefNameAliasAdapter',
location: {
uri: 'https://s3.amazonaws.com/jbrowse.org/genomes/GRCh38/hg38_aliases.txt', (Working )
uri: 'hg38_aliases.txt' ((Not Working Error is : Failed to load resource: the server responded with a status of 404
(NOT FOUND))),
},
},
},
I am very new in web development and was wondering how to serve files locally.
I was wondering if you have any solutions.
Best
Vikash
Beta Was this translation helpful? Give feedback.
All reactions