In the current implementation, we are losing the track between an ID (column ID from the VCF) and its file. This is not a problem when the ID has a rs , but in case of containing other internal Ids (see https://github.com/Illumina/manta), it needs to be related to the original file.
This ID should be added to the FileEntry attribute, together with the FILTER and QUAL, using another reserved key ID
In the current implementation, we are losing the track between an ID (column ID from the VCF) and its file. This is not a problem when the ID has a rs , but in case of containing other internal Ids (see https://github.com/Illumina/manta), it needs to be related to the original file.
This ID should be added to the FileEntry attribute, together with the FILTER and QUAL, using another reserved key
ID