-
Notifications
You must be signed in to change notification settings - Fork 14
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
how to add plugin tracks into docker? #177
Comments
It should already be installed. How are you trying to view your data? |
Hi, I'm preparing my data, however I am not sure what the bed file (in example is "my-aggregated-bedfile.beddb") should be. I have bed files as HiC-Pro output, but when I tried clodius aggregate bedfile, I got error.
|
That's an odd error. Would you be willing to share the bed file and chromsizes file? If you're not comfortable sharing publicly, feel free to email me at [email protected] |
Hi pkerpedjiev, Indeep what confused me is the input bed-like file for higlass-arcs. I wonder if it's a file provide every contact pairs? As HiC-Pro output I got 3 kinds of files:
chr1 0 20000 1
which should be used for higlass-arc? Or can you provide me with a demo file? |
The second format ( Here's an example of what that looks like: https://resgen.io/pete/Bedfile%20arcs/project/dy_n7O9vT4auUEQWD459lw If your file is small enough (less than 10Mb), you could just upload it to resgen (a hosted higlass instance) to view it without aggregating. See the docs for information about how to do that. |
Thanks!While I noticed the resgen example had tags below: When I used: I could not choose track-type as 1d-arcs, so when I loaded my bed file, I could just see bedlike tracks, not 1d-arcs I wanted |
Resgen runs a slightly different version of higlass. If you want to use the higlass docker container, you have to first aggregate the bedfile using the instructions here: https://docs.higlass.io/data_preparation.html#bed-files And then ingest with And then change the track type to |
Thanks for your detailed explantion! I loaded a test beddb file but didn't find the "Edit view config". It's weird. |
If you've updated to the latest docker can you do a hard reload (shift-reload) on your browser to make sure it loads the latest javascript and try again? |
Hi @pkerpedjiev, First off, thank you for creating HiGlass. It's a really nice piece of software! I have a question about using plugins like higlass-vcf and/or higlass-gnomad. I see that they are not part of the latest HiGlass docker container. How would I go about adding them? I checked DockerHub to see if there was a Dockerfile I could modify; however, I couldn't find one. I suppose that I could run HiGlass as a standalone web application in a conda environment on my server; however, I'd really like to be able to deploy it via Docker. Thanks for your help! Kind regards, Joann |
Hi, sorry for the delayed response. There is a docker file in this repo. But the way to do what you're trying to do would be to add the js files for those plugins here, and then run You may also want to include the version of the plugin in build.sh. Running |
Hi, I'm trying to add arc tracks with plugin higlass-arcs into my docker higlass-container. But as a beginner in HiGlass, I'm not sure how to install higlass-arcs and use it in docker.
Thanks for any suggestion.
The text was updated successfully, but these errors were encountered: