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: 11 #15

Open
ChrisTrivedi opened this issue Mar 15, 2020 · 1 comment
Open

Segmentation fault: 11 #15

ChrisTrivedi opened this issue Mar 15, 2020 · 1 comment

Comments

@ChrisTrivedi
Copy link

Hi,

Really interested in trying out Quack over FastQC and Fastqp, but I'm getting an error after installation via make && make test. I seem to be able to call quack just fine, but then the only error I get is the segmentation error. I don't know anything about programming in C, and Googling such a common error hasn't really to provide me any info I might use to track down my issue.

Has anyone else had this error? Maybe I installed it wrong? I did get a slight error during the test, but I don't think this is the issue:

../quack -1 ERR1438847_1.fastq.gz -2 ERR1438847_2.fastq.gz -a ../all.fa.gz -n ERR1438847 > paired.adapter.svg convert paired.adapter.svg paired.adapter.png make[1]: convert: No such file or directory make[1]: *** [paired.adapter.png] Error 1 make: *** [images] Error 2

I'm currently trying to run this on macOS Mojave 10.14.6. I also tried by calling the MacOS binary in /bin but that didn't work for me either. Any help would be greatly appreciated. Thanks!

@maa146
Copy link
Contributor

maa146 commented Mar 16, 2020

You're correct about the error in make test. The ImageMagick command convert isn't installed. It's not an issue unless you want the images in something other than svg.

If memory serves, giving quack incorrect file paths -- for either of the raw data files or adapter file -- will make this happen. If the file paths are correct, can you give my the command you're trying to run?

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