Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hglib.min.js #16

Open
astrovsky01 opened this issue Jun 3, 2020 · 2 comments
Open

hglib.min.js #16

astrovsky01 opened this issue Jun 3, 2020 · 2 comments

Comments

@astrovsky01
Copy link

Is there any way to get access to the source code for hglib.min.js? I need to modify the method of export for files to not use Download, and any modifications I'm doing on the file that's being pulled on startup causes the interface to not be displayed at all. Thank you!

@pkerpedjiev-zymergen
Copy link

Yup, that's the higlass javascript component. You can find the source code here: https://github.com/higlass/higlass/

You can build that using :

npm install
npm run build

If you want to include that in the Docker container, you'll have to modify the following line in the Dockerfile template to use your locally build higlass instead of a published one:

https://github.com/higlass/higlass-docker/blob/4001ee86f653de77a822eacd4922ae8bbb8b8253/web-context/Dockerfile.template#L85

If you get it working and think that your change might be useful to others, please do submit a PR to the higlass repo.

@astrovsky01
Copy link
Author

Thanks, I appreciate it. Since the docker repo doesn't pull the main higlass repo, I had thought the source was separate from what I'd found in the main repo. I will be having to modify that one, and I'll be sure to PR it afterwards.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants