This is a test version of Biostars. For the public version, visit https://www.biostars.org.
VCFTools - Writing 012 matrix files ... Error: Could not open temporary file.

Hi,

I'm trying to make a 012 matrix using VCFTools using these parameters:

--vcf /filepath/snp.vcf
--012
--out output_geno.vcf

but I keep receiving this error, and I'm not sure how to resolve the issue:

After filtering, kept 287 out of 287 Individuals Writing 012 matrix files ... Error: Could not open temporary file.

Any help is greatly appreciated!

snp

Do you have write permission to the current directory?

1 answer

Try increasing the size of the temporary folder

ulimit -n 3000

Log in to answer this question.