Open liqg opened 7 years ago
Hi,
I am hesitant to add this. It seems like a small thing, but it adds to the burden of understanding for the user even if optional, and vcfanno is already complex enough. It's simple to change the description down-stream.
You're right that removing the header entry for delete
ed items would be good. I'll add that to my list of things todo.
Hi @brentp could you give some new features that I can use my own Description field in postannotation. This is the config.toml
I got this output
vcfanno version 0.2.4
Could you replace the default "calculated field: paste2" to the description defined in the config file. I think it is more meaningful for the new annotation.
Based on the same reason, I think it is good to customize the content in [[annotation]].
Another point, since I chose to delete the dbscSNV_ADA_SCORE INFO, maybe it's appropriate to delete it in meta lines of the output vcf, not just in the body. Here I just used dbscSNV_ADA_SCORE to generate new annotation, in this case, if there is a variable like 'echo=false' or 'echos=[false]', it is should be more convenient.
The hg19_dbscsnv11.vcf.gz is like this
Command is
my.lua is
Thanks