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

Non-zero exit status=12 when converting from vcf to plink #17

Open
stevemussmann opened this issue Apr 1, 2024 · 0 comments
Open

Non-zero exit status=12 when converting from vcf to plink #17

stevemussmann opened this issue Apr 1, 2024 · 0 comments
Assignees

Comments

@stevemussmann
Copy link
Owner

Encountered error on some systems when converting from vcf to plink format:

Writing PLINK PED and MAP files ...
Error:  Could not open temporary file.


Non-zero exit status:
12

Error seems to stem from this issue in vcftools:
vcftools/vcftools#125

Solution: write try / except block around vcf to plink file conversion code to capture exit status 12 and print recommendation to user to increase ulimit -n <int>

@stevemussmann stevemussmann self-assigned this Apr 1, 2024
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

1 participant