You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
The text was updated successfully, but these errors were encountered:
Encountered error on some systems when converting from vcf to plink format:
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>
The text was updated successfully, but these errors were encountered: