8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
I noticed that NR is off by the size of a VCF header, as if NR was set before header is removed (the header normally doesn't print with -c vcf flag).
NR
-c vcf
This means if my VCF has header of 10 lines, the first variant is at NR==11, which is not expected.
NR==11