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

'Segmentation fault' issue #88

Open
dahun73 opened this issue Oct 5, 2020 · 13 comments
Open

'Segmentation fault' issue #88

dahun73 opened this issue Oct 5, 2020 · 13 comments

Comments

@dahun73
Copy link

dahun73 commented Oct 5, 2020

Hello!

I re-installed clipper but error message came out.
image

I used 'conda env create -f environment3.yml'. I tried to fix it but it didn't work.
Is there anyone same problem like me?

Thanks!
Dahun

@ELMMA-FUNNY
Copy link

ELMMA-FUNNY commented Sep 1, 2022

Hello!

I had the same problem,and I browsed all the issues without finding any methods to slove it.
Could you help me?Thanks.@algaebrown

@shaojunyu
Copy link

Hi
This problem also occurred after I installed the latest code from Github. I'm not sure how to resolve it. It appears to be related to peak.so in the src folder.
image

@caggtaagtat
Copy link

I run into the same problem.

@Shashankti
Copy link

Hey, I am having the same issue right now. I even tried to install an older version of clipper but that too gave me the same error, wondering if anyone has come up with a solution.

clipper -h
[1]    35719 segmentation fault (core dumped)  clipper -h 

@PinpinSui
Copy link

Hi,

Does any one have solved the bug Segmentation fault (core dumped) shown when run clipper?
Thank you,

Pinpin

@antczakp
Copy link

Hi, got the same issue. New install on Ubuntu 22.04 and using the environment causes clipper to segmentation fault - does anybody have a solution for that? Or some idea what to change, we have so far tried to change the gcc version to 8.x, tried several packages higher and lower of the proposed versions yet still we get to a point where clipper just faults without much additional information. Any help would be amazing.

@JohnRachid
Copy link

Same issue. Repo seems dead.

@cparsania
Copy link

same issue

@algaebrown
Copy link
Contributor

algaebrown commented Apr 26, 2023 via email

@cparsania
Copy link

Hi thanks for your reply.

After pulling the image, I tried to run clipper interactively. However, it didn't work. Any idea what's wrong here?

image

@byee4
Copy link
Member

byee4 commented Apr 27, 2023

Hi,
This might have to do with the untagged version of clipper pointing to a Python2 version. Could you try pulling a later version, which is updated to Python3? eg.

docker://brianyee/clipper:6594e71

@cparsania
Copy link

cparsania commented Apr 27, 2023

Thanks. It seems working now.

Cheers.

image

@s-weissbach
Copy link

I initially thought I cannot use the docker, because I need a newer reference genome (mm39). However, this is not needed during installation and can be added later.

I briefly describe what I did in case someone needs something similar:
I did start the container and copied the prepared genome that i created with https://github.com/kopardev/clipperhelper
Then copy the gff file to
/opt/conda/envs/clipper3/lib/python3.7/site-packages/clipper-2.1.2-py3.7-linux-x86_64.egg/clipper/data
and the other two files to
/opt/conda/envs/clipper3/lib/python3.7/site-packages/clipper-2.1.2-py3.7-linux-x86_64.egg/clipper/data/regions and you can run the docker file with custom genome.

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