-
Notifications
You must be signed in to change notification settings - Fork 21
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
Unable to convert bed to States Data (multivec) file using clodius bedfile-to-multivec #144
Comments
Hi, sorry for the delayed response. Could you take a screenshot of your browser console and post it here? Also what version of clodius are you using? You can find out by doing this:
|
Are you running higlass locally, could you try to load that dataset again and then paste the last few lines of the I'm pretty sure I've reproduced the issue locally but want to make sure. |
Thank you. Here is my error after loading.
|
As I suspected. I just created a PR that should fix this: #145 I'll try to get it merged and issue a new release tomorrow. |
Could you try v0.10.5 of the |
Thank you. But I still have problem using |
The problem is solved after using |
Wonderful! Another way to do that is to specify the docker container version in higlass-manage: |
Hi Developers,
I am trying to convert a bed file to States Data (multivec) file, ingest the multivec file to my higlass server and try to display the tracks on the website. However, the multivec, the output of
clodius bed_to_multivec,
cannot be loaded correctly on my Higlass website.I was using the example bed file and row info file as the input of
clodius bed_to_multivec
and trying to get the example output using the following command:clodius convert bedfile-to-multivec states_format_input_testfile.bed.gz \ --format states \ --row-infos-filename states_format_test_row_infos.txt \ --assembly mm9 \ --starting-resolution 200 \ --num-rows 10
I used
diff
to check if my outputstates_format_input_testfile.bed.multires.mv5
differs from the example output and they are different. And after I ingested my output to my Hilglass webpage, it keeps loading and cannot display the track.Can you check what is the reason. I used
pip3 install clodius
to install and the convert command of my clodius isbedfile-to-multivec
instead of what the tutorial commandbedfile_to_multivec
. Is my issue due to the clodius version difference? Thank you very much.Best,
Haoting
The text was updated successfully, but these errors were encountered: