knausb / vcfR

Tools to work with variant call format files
240 stars 54 forks source link

RStudio Session aborted when writing VCF #195

Closed eibol1 closed 2 years ago

eibol1 commented 2 years ago

Hi,

I am parsing a VCF File, just filtering. I am trying to write the final edited VCF object but the session crashes. Before that, I have been using write.vcf() function many times and it never gave me that error.

If I execute only the line with that function, it doesn't crash, but the when I execute the for loop, it does it.

Can anyone explain me if I am doing something wrong?

image

Please, let me know if you need more info about the script, packages, etc...