Hello,
I am trying to run this command
plink2 --vcf 41-Passerculus_final.vcf.gz --export ped --out 41-Passerculus --allow-extra-chr
to create ped/map files from my vcf file.
However, I get these errors:
--vcf: 187141123 variants scanned.
--vcf: 41-Passerculus-temporary.pgen + 41-Passerculus-temporary.pvar.zst +
41-Passerculus-temporary.psam written.
Error: Failed to open 41-Passerculus-temporary.psam : No such file or
directory.
Error: Failed to delete 41-Passerculus-temporary.psam .
Error: Failed to delete 41-Passerculus-temporary.pvar.zst .
Error: Failed to delete 41-Passerculus-temporary.pgen .
Do you have any suggestions for how to proceed? I thought it might have to do with available disk space but I checked and ensured that I do have enough in the directory where I am working. I am attaching my .log file below. Thank you!