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?
Please, let me know if you need more info about the script, packages, etc...
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?
Please, let me know if you need more info about the script, packages, etc...