Daofeng Li

Results 83 comments of Daofeng Li

Hi @KHBHH, 1, you can modify the `defaultTracks` in hg38.js, this controls the default tracks once you load the genome 2, the url info is displayed by the function from...

Hi @KHBHH , please check here: https://eg.readthedocs.io/en/latest/installation.html#firebase-setup thanks!

Hi @KHBHH, it looks like the visual studio installation is required..last month I started with a fresh windows 11 and it worked and I put what I did here: https://eg.readthedocs.io/en/latest/installation.html#setup-on-windows,...

Hi @KHBHH so far we only have tested on react-app-rewired, i am not sure if react-scripts would work or not. Would you delete your current app code and re-pull from...

Hi @KHBHH Glad you figured it out, that's very good to know and thanks for sharing!

Hi @KHBHH not sure if you know but https://epigenomegateway.org/browser/ is one of our mirror site running on AWS, we used S3 static web hosting, so you only need put everything...

for track file hosting, you would need enable CORS for your s3 bucket, you can check more information from https://eg.readthedocs.io/en/latest/tracks.html#enable-cors-on-amazon-s3-bucket

Hi @KHBHH sure, there are lots of tutorial online, you can simply following aws's documentation: https://docs.aws.amazon.com/AmazonS3/latest/userguide/WebsiteHosting.html, feel free to ask me any question you may have.

Hi @KHBHH you are welcome! I guess all combinations should work. performance-wise I think running a static website in S3 with files after `npm run build` should be best. running...

Hi @KHBHH i assume you can run the local dev server successfully with `npm start`? then you need run `npm run build`, this will generate a `build` folder (if it...