lidaof / eg-react

WashU Epigenome Browser
https://epigenomegateway.wustl.edu
Other
66 stars 29 forks source link

who to use the higlass private API cool track ? #298

Closed WANGchuang715 closed 1 year ago

WANGchuang715 commented 1 year ago

image I noticed that currently only the public API cool track can be used,but I want to use my own data by building the higlass private API. I changed the HIGLASS_API_URL of this file (eg-react/frontend/src/dataSources/CoolSource.js)to be private, but still can't display the track. I hope to get your help.

lidaof commented 1 year ago

Hi, @WANGchuang715 actually it's the first time to know about such kind of issue. I guess it's probably due to the CORS issue, when you open the web browser console and load the cool track, did you see some error message? if yes, can you post it here?

WANGchuang715 commented 1 year ago

The problem has been solved, I made a mistake when writing the HIGLASS_API_URL.