-
Notifications
You must be signed in to change notification settings - Fork 11
JBrowse screenshots #251
JBrowse screenshots #251
Conversation
WIP - for #244 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After the IP is replaced with the domain I think it will be ready to submit
render() { | ||
// let externalPrefix = 'http://bw.scottcain.net/jbrowse/?data=data%2F'; | ||
// let externalPrefix = 'http://34.208.22.23/jbrowse/overview.html?data=data%2F'; | ||
let externalPrefix = 'http://52.43.125.139/jbrowse/overview.html?data=data%2F'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This hard coded IP should be "jbrowse.alliancegenome.org
// let internalPrefix = 'http://localhost/jbrowse/overview.html?data=data%2F'; | ||
// let visualizationPrefix = 'http://dev.alliancegenome.org:8891/?url='; | ||
// let visualizationPrefix = 'http://localhost:8891/?url='; | ||
let visualizationPrefix = 'http://52.43.125.139:8891/?url='; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change IP here too
@a8wright I made most of the changes and cleaned out some stuff. You saw my note that: jbrowse.alliancegenome.org doesn't resolve? If we can get that in today then great. Otherwise, we should just use these IP's until next week so that I can demo. |
No description provided.