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

Incorrect parameter passing causes segmentation fault #45

Open
adbeggs opened this issue Jun 4, 2022 · 1 comment
Open

Incorrect parameter passing causes segmentation fault #45

adbeggs opened this issue Jun 4, 2022 · 1 comment

Comments

@adbeggs
Copy link

adbeggs commented Jun 4, 2022

Hi

More of an observation that I don't read instructions properly but if you pass --minmaf instead of --minMAF to cellsnp-lite it dumps with a segmentation fault. Ditto for --minCOUNT

Makes it very difficult to understand what I was doing wrong!!

Thanks for a great bit of software otherwise

@hxj5 hxj5 transferred this issue from single-cell-genetics/cellSNP Jun 6, 2022
@hxj5
Copy link
Collaborator

hxj5 commented Jun 6, 2022

Thanks for your feedback. The segmentation fault was raised by the low-level function (getopt_long) used by cellsnp-lite, when given incorrect parameter. Now this issue has been fixed (commit 09ea9c3) and we will add the patch to the next release (in bioconda).

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