From bbff086a9c02f318c1e5800243f571d2d76ac35b Mon Sep 17 00:00:00 2001 From: Eddie Ip <33052080+eipVCCRI@users.noreply.github.com> Date: Wed, 27 Oct 2021 09:47:54 +0800 Subject: [PATCH] Update VPOT.py add comment about new version (3) for phased genotype --- VPOT.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/VPOT.py b/VPOT.py index 1d00332..9460736 100644 --- a/VPOT.py +++ b/VPOT.py @@ -1,4 +1,6 @@ ########################################################################################################### +# VPOT - version 3 - 07/09/2021 +# - added code to handle phased genotypes # VPOT - version 2 - 07/01/2021 # - added code to handle multiple values in PD and VT fields in TXT file input, when transcript level predictor values are available # - added code for a utility to convert VEP annotated VCF into standard format VCF which can be used by VPOT @@ -25,7 +27,7 @@ Maxcoverage=0 # read coverage of sample must be equal or greater then this to included Non_alt_GT_types = ["0","."] # # for main VPOT prioritisation option 1 -info_opt0_msg1=["#VPOT version 2 - 07/01/2021 ", +info_opt0_msg1=["#VPOT version 3 - 07/09/2021 ", "#tools=$1 # which tool to use - ", "# 1: priority - priority tool ", "# 2: genef - gene filter ",