VCFRecord.addInfo
- void addInfo(string tag, T data)
struct VCFRecord
void
addInfo
 if (
isSomeString!T || 
((isIntegral!T || 
isFloatingPoint!T
 || 
isBoolean!T
) && 
 !isArray!T
) )
  - void addInfo(string tag, T data)
 
 
		dhtslib vcf record VCFRecord 
		constructorsfunctionspropertiesvariables 
	 
	
Update INFO (pan-sample info; column 8) * * Add a tag:value to the INFO column * NOTE: tag must already exist in the header * * Templated on data type, calls one of bcf_update_info_{int32,float,string,flag} * Both singletons and arrays are supported.