vt icon indicating copy to clipboard operation
vt copied to clipboard

VT rminfo get's killed

Open violetbrina opened this issue 3 years ago • 0 comments

Is there any way to limit the amount of memory vt norm uses? Currently I'm trying to remove the info fields from a massive vcf (>150GB) and the process just dies.

rminfo v0.5

options:     input VCF file                   -
         [o] output VCF file                  reduced/gnomad.genomes.v3.1.1.sites.chr11.vcf
         [q] quiet                            false
         [t] info tags                        popmax,faf95_popmax,AC_non_v2_XX,AN_non_v2_XX and 901 other values

[E::idx_find_and_load] Could not retrieve index file for '-'
Killed

Any way to throttle this? I've tried streaming in the file using bcftools as you can see. If I could set a max mem option then that would be great.

violetbrina avatar May 28 '21 01:05 violetbrina