The AF_TUMOR and TIER columns have been renamed in PCGR v2 to VAF_TUMOR and ACTIONABILITY_TIER, respectively.
The latter column's values also don't have a TIER prefix any more, so handling those in the parser itself.
Tested on one sample locally and it works.
Fixes #168.
The
AF_TUMOR
andTIER
columns have been renamed in PCGR v2 toVAF_TUMOR
andACTIONABILITY_TIER
, respectively. The latter column's values also don't have aTIER
prefix any more, so handling those in the parser itself. Tested on one sample locally and it works. Fixes #168.